From 9298aed17bfe8fb3f917731a0c0b77361cbe8c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Guimar=C3=A3es?= Date: Tue, 15 Sep 2026 18:43:27 -0300 Subject: [PATCH] docs: Move the stale-while-revalidate entries under 2.7.0 They shipped in 2.7.0 via #139 but sat in a hand-written Unreleased block above the generated sections. --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b1bb5..d9a7547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,3 @@ -## Unreleased - -* Added support for `Cache-Control: stale-while-revalidate`. -* Added `:on_stale` middleware callback hook to trigger custom background refresh logic when stale cached responses are served. - ## [3.0.0](https://github.com/sourcelevel/faraday-http-cache/compare/v2.8.0...v3.0.0) (2026-09-15) @@ -53,6 +48,12 @@ ## [2.7.0](https://github.com/sourcelevel/faraday-http-cache/compare/v2.6.1...v2.7.0) (2026-04-14) +### Features + +* Added support for `Cache-Control: stale-while-revalidate` ([#139](https://github.com/sourcelevel/faraday-http-cache/pull/139)) +* Added `:on_stale` middleware callback hook to trigger custom background refresh logic when stale cached responses are served ([#139](https://github.com/sourcelevel/faraday-http-cache/pull/139)) + + ### Miscellaneous * add release-please for automated releases to RubyGems ([3e0f9ff](https://github.com/sourcelevel/faraday-http-cache/commit/3e0f9ff2a132438dda0c4980133a8cddf15a448d))