Skip to content

Commit 880e806

Browse files
chore(main): release 2.7.1
1 parent 4fd5dd3 commit 880e806

3 files changed

Lines changed: 10 additions & 2 deletions

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.7.0"
2+
".": "2.7.1"
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.1](https://github.com/sourcelevel/faraday-http-cache/compare/v2.7.0...v2.7.1) (2026-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* release-please version-file config and workflow API key auth ([4fd5dd3](https://github.com/sourcelevel/faraday-http-cache/commit/4fd5dd3400740b8ca8bfbf040cd570171b18bc8b))
12+
* use API key for RubyGems publish instead of OIDC trusted publishing ([dd859d2](https://github.com/sourcelevel/faraday-http-cache/commit/dd859d24a11a0f873a88cf496ad5f2f41153c9d7))
13+
614
## [2.7.0](https://github.com/sourcelevel/faraday-http-cache/compare/v2.6.1...v2.7.0) (2026-04-14)
715

816

lib/faraday/http_cache/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Faraday
44
class HttpCache
5-
VERSION = '2.7.0'
5+
VERSION = '2.7.1'
66
end
77
end

0 commit comments

Comments
 (0)