From a280eca2daf23df50ac5dfcaced83e22c597c8c7 Mon Sep 17 00:00:00 2001 From: Mike Palmiotto Date: Fri, 14 Oct 2022 12:51:50 -0400 Subject: [PATCH] Update README with removed deprecated GUCs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index be052ab..39b98c2 100644 --- a/README.md +++ b/README.md @@ -804,6 +804,11 @@ test=> select session_user, current_user, user, current_role; - The extension is now non-relocatable and all functions are schema-qualified. +### Version 4.0.0 + +- Use of GUCs with `whitelist` have been removed from the codebase. Please use + the newer `allowlist` GUCs. + ## Licensing Please see the [LICENSE](./LICENSE) file.