Skip to content

Commit d0979e6

Browse files
committed
Update CHANGELOG
1 parent 8fdaac7 commit d0979e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
22

3+
- Added fail-open handler behavior for store `get`, `set`, and corrupt-payload `delete` errors so cache backend failures do not break otherwise successful requests.
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.
36
- Added `Config#ttl_resolver` for per-route and per-cache-key TTL selection, with `nil` falling back to `expires_in`.
47
- Added validation to reject non-positive resolved TTL values.
58

0 commit comments

Comments
 (0)