diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ba25da7..6b3416e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added -- Improve the `PGRST106` error when the requested schema is invalid by @laurenceisla in #4089 - + It now shows the invalid schema in the `message` field. - + The exposed schemas are now listed in the `hint` instead of the `message` field. -- Improve error details of `PGRST301` error by @taimoorzaeem in #4051 - Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084 ### Changed @@ -25,6 +21,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). + Replaces `jwt-cache-max-lifetime` config with `jwt-cache-max-entries`. + It now uses a fixed size cache instead of arbitrary sized cache. +## [13.0.7] - 2025-09-14 + +### Added + +- Improve the `PGRST106` error when the requested schema is invalid by @laurenceisla in #4089 + + It now shows the invalid schema in the `message` field. + + The exposed schemas are now listed in the `hint` instead of the `message` field. +- Improve error details of `PGRST301` error by @taimoorzaeem in #4051 + ## [13.0.6] - 2025-08-30 ### Fixed