diff --git a/CHANGELOG.md b/CHANGELOG.md index 43807eb014..a666876bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. From versio - Add `Vary` header to responses by @develop7 in #4609 - Add config `db-timezone-enabled` for optional querying of timezones by @taimoorzaeem in #4751 - Log when the pool is released during schema cache reload on `log-level=debug` by @mkleczek in #4668 +- Add config `jwt-schema-claim-key` for schema selection in JWT by @taimoorzaeem in #4608 ### Fixed diff --git a/docs/postgrest.dict b/docs/postgrest.dict index 355c72dccb..33538ed77f 100644 --- a/docs/postgrest.dict +++ b/docs/postgrest.dict @@ -92,6 +92,7 @@ lte macOS misprediction multi +multitenancy namespace namespaced Nanos @@ -200,4 +201,4 @@ webuser wfts www debouncing -deduplicates \ No newline at end of file +deduplicates diff --git a/docs/references/api/schemas.rst b/docs/references/api/schemas.rst index 63cc78a831..5b5452dd1b 100644 --- a/docs/references/api/schemas.rst +++ b/docs/references/api/schemas.rst @@ -41,6 +41,8 @@ Only the selected schema gets added to the `search_path