chore: add changelog entry for v14.6

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-03-08 21:01:30 -05:00
committed by Steve Chavez
parent 5abacba0d8
commit 58368513ab
+6 -4
View File
@@ -14,15 +14,17 @@ All notable changes to this project will be documented in this file. From versio
+ Removed unnecessary double count when building the `Content-Range`. + Removed unnecessary double count when building the `Content-Range`.
- Add config `client_error_verbosity` to customize error verbosity by @taimoorzaeem in #4088, #3980, #3824 - Add config `client_error_verbosity` to customize error verbosity by @taimoorzaeem in #4088, #3980, #3824
### Fixed
- Fix leaking table and function names when calculating error hint by @taimoorzaeem in #4675
### Changed ### Changed
- Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359 - Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359
+ Now fails at startup. Prior to this, it failed with `PGRST205` on requests related to these schemas. + Now fails at startup. Prior to this, it failed with `PGRST205` on requests related to these schemas.
## [14.6] - 2026-03-06
### Fixed
- Fix leaking table and function names when calculating error hint by @taimoorzaeem in #4675
## [14.5] - 2026-02-12 ## [14.5] - 2026-02-12
### Fixed ### Fixed