chore: add changelog for v13.0.6

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2025-09-02 08:16:28 +00:00
committed by Wolfgang Walther
parent 41b6ebea58
commit 0d7986bd71
+8 -6
View File
@@ -13,12 +13,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Improve error details of `PGRST301` error by @taimoorzaeem in #4051 - Improve error details of `PGRST301` error by @taimoorzaeem in #4051
- Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084 - Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084
### Fixed
- Fix logging the Haskell type instead of the listener error message directly by @laurenceisla in #3588
- Fix format of `IPv6` address logged at PostgREST startup by @taimoorzaeem in #4291
- Fix empty enum in `preferParams` OpenAPI parameter by @laurenceisla in #4292
### Changed ### Changed
- Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865 - Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865
@@ -26,6 +20,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ Replaces `jwt-cache-max-lifetime` config with `jwt-cache-max-entries`. + Replaces `jwt-cache-max-lifetime` config with `jwt-cache-max-entries`.
+ It now uses a fixed size cache instead of arbitrary sized cache. + It now uses a fixed size cache instead of arbitrary sized cache.
## [13.0.6] - 2025-08-30
### Fixed
- Fix logging the Haskell type instead of the listener error message directly by @laurenceisla in #3588
- Fix format of `IPv6` address logged at PostgREST startup by @taimoorzaeem in #4291
- Fix empty enum in `preferParams` OpenAPI parameter by @laurenceisla in #4292
## [13.0.5] - 2025-08-24 ## [13.0.5] - 2025-08-24
### Fixed ### Fixed