Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.1"
".": "2.7.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
* 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.

## [2.7.0](https://github.com/sourcelevel/faraday-http-cache/compare/v2.6.1...v2.7.0) (2026-04-14)


### Miscellaneous

* add release-please for automated releases to RubyGems ([3e0f9ff](https://github.com/sourcelevel/faraday-http-cache/commit/3e0f9ff2a132438dda0c4980133a8cddf15a448d))
* release 2.7.0 ([a79c386](https://github.com/sourcelevel/faraday-http-cache/commit/a79c386a882b6a4a4ca0f3903794cc5619d7a705))

## 2.5.1 (2024-01-16)

* Support headers passed in using string keys when Vary header is in a different case via #137 (thanks @evman182)
Expand Down