Skip to content

Commit 7149226

Browse files
chore(main): release 2.7.0 (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a79c386 commit 7149226

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.6.1"
2+
".": "2.7.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
* Added support for `Cache-Control: stale-while-revalidate`.
44
* Added `:on_stale` middleware callback hook to trigger custom background refresh logic when stale cached responses are served.
55

6+
## [2.7.0](https://github.com/sourcelevel/faraday-http-cache/compare/v2.6.1...v2.7.0) (2026-04-14)
7+
8+
9+
### Miscellaneous
10+
11+
* add release-please for automated releases to RubyGems ([3e0f9ff](https://github.com/sourcelevel/faraday-http-cache/commit/3e0f9ff2a132438dda0c4980133a8cddf15a448d))
12+
* release 2.7.0 ([a79c386](https://github.com/sourcelevel/faraday-http-cache/commit/a79c386a882b6a4a4ca0f3903794cc5619d7a705))
13+
614
## 2.5.1 (2024-01-16)
715

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

0 commit comments

Comments
 (0)