v0.5.0 #22
msalinas92
announced in
Announcements
v0.5.0
#22
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 CacheBolt v0.5.0 — Client-Controlled Cache Bypass
✨ New Features
Clients can now force bypass of all cache layers by including either of the following headers:
Cache-Control: no-cache
X-Bypass-Cache: true
When present:
📈 Observability
⏩ Cache bypass activated for '/path' due to client header
cachebolt_bypass_cache_total
🛠️ Internal Improvements
ignored_headers
now includes bypass-related headers to avoid polluting cache keys:cache-control
x-bypass-cache
x-refresh-cache
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions