chore: put bounded jwt cache as addition
This commit is contained in:
+2
-1
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
+ It now shows the invalid schema in the `message` field.
|
+ It now shows the invalid schema in the `message` field.
|
||||||
+ The exposed schemas are now listed in the `hint` instead of 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
|
- Improve error details of `PGRST301` error by @taimoorzaeem in #4051
|
||||||
|
- Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
@@ -21,7 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865
|
- Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865
|
||||||
- Implement JWT cache based on sieve algorithm by @mkleczek in #4084
|
- Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084
|
||||||
+ 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user