Skip to content

Commit a2d41ad

Browse files
committed
Update CHANGELOG
1 parent 5feb6bb commit a2d41ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
- Added observable `StoreError` events and `stats.store_errors` counters for cache backend failures.
55
- Added non-raising `try_invalidate` and `try_clear_cache` helpers for operational cache management.
66
- 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.
78
- Added validation to reject non-positive resolved TTL values.
9+
- Added validation to reject non-positive `max_ttl` values.
810

911
# 1.1.0 (03-04-2026)
1012

0 commit comments

Comments
 (0)