Revert "add: string slicing operator for jwt-role-claim-key"

This reverts commit fe0386e9c4.

As discussed in https://github.com/PostgREST/postgrest/pull/4984#issuecomment-4652725178.
This commit is contained in:
Taimoor Zaeem
2026-06-11 23:07:05 +05:00
parent 1ebf480258
commit e9a016670f
4 changed files with 11 additions and 93 deletions
-1
View File
@@ -7,7 +7,6 @@ All notable changes to this project will be documented in this file. From versio
### Added
- Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359
- Add string slicing operator for `jwt-role-claim-key` by @taimoorzaeem in #4599
- Optimize requests with `Prefer: count=exact` that do not use ranges or `db-max-rows` by @laurenceisla in #3957
+ Removed unnecessary double count when building the `Content-Range`.
- Add config `client-error-verbosity` to customize error verbosity by @taimoorzaeem in #4088, #3980, #3824