Skip to content

Commit d05c590

Browse files
committed
Bump to 2.5.0 version
1 parent 5408176 commit d05c590

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## Unreleased
22

3+
## 2.5.0 (2023-04-27)
4+
* Add `reason_phrase` from the HTTP response to the data stored in the cache according to [RFC7230](https://www.rfc-editor.org/rfc/rfc7230#section-3.1.2) via [#134](https://github.com/sourcelevel/faraday-http-cache/pull/134)
35

46
## 2.4.1 (2022-08-08)
5-
* require `Logger` in `BaseStrategy` via [#131](https://github.com/sourcelevel/faraday-http-cache/pull/131)
7+
* Require `Logger` in `BaseStrategy` via [#131](https://github.com/sourcelevel/faraday-http-cache/pull/131)
68
* Use unique and sorted headers from the Vary header in `ByVary` strategy via [#132](https://github.com/sourcelevel/faraday-http-cache/pull/132)
7-
89
## 2.4.0 (2022-06-07)
910
* Introduced a new `strategy` option to support different cache storage strategies.
1011
* The original strategy moved from `Faraday::HttpCache::Storage` to `Faraday::HttpCache::Strategies::ByUrl`.

faraday-http-cache.gemspec

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

33
Gem::Specification.new do |gem|
44
gem.name = 'faraday-http-cache'
5-
gem.version = '2.4.1'
5+
gem.version = '2.5.0'
66
gem.licenses = ['Apache-2.0']
77
gem.description = 'Middleware to handle HTTP caching'
88
gem.summary = 'A Faraday middleware that stores and validates cache expiration.'

0 commit comments

Comments
 (0)