We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5feb6bb commit a2d41adCopy full SHA for a2d41ad
1 file changed
CHANGELOG.md
@@ -4,7 +4,9 @@
4
- Added observable `StoreError` events and `stats.store_errors` counters for cache backend failures.
5
- Added non-raising `try_invalidate` and `try_clear_cache` helpers for operational cache management.
6
- Added `Config#ttl_resolver` for per-route and per-cache-key TTL selection, with `nil` falling back to `expires_in`.
7
+- Added optional `Config#max_ttl` to clamp resolved and fallback TTL values to a configured upper bound.
8
- Added validation to reject non-positive resolved TTL values.
9
+- Added validation to reject non-positive `max_ttl` values.
10
11
# 1.1.0 (03-04-2026)
12
0 commit comments