@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 2.3.0 - 2023-04-28
9+
10+ ### Added
11+
12+ - Test with PHP 8.2
13+
14+ ### Fixed
15+
16+ - This client needs a PSR-17 factories implementation. Instead of requiring an implementation,
17+ previous versions only required the interfaces which could lead to a non-functional installation.
18+ Fixed by requiring ` psr/http-factory-implementation ` .
19+
820## 2.2.1 - 2021-12-10
921
1022### Added
@@ -33,12 +45,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3345### Changed
3446
3547- Minimal PHP version changed to 7.1.
36- - ` Client::__construct ` now expects PSR-17 factories instead of HTTPlug ones.
48+ - ` Client::__construct ` now expects PSR-17 factories instead of HTTPlug ones.
3749
3850### Added
3951
4052- #41 : Support [ PSR-17] ( https://www.php-fig.org/psr/psr-17/ ) and
41- [ PSR-18] ( https://www.php-fig.org/psr/psr-18/ ) .
53+ [ PSR-18] ( https://www.php-fig.org/psr/psr-18/ ) .
4254
4355
4456## 1.7.1 - 2018-03-26
@@ -58,7 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5870
5971### Fixed
6072
61- - #29 : Request not using CURLOPT_POSTFIELDS have content-length set to
73+ - #29 : Request not using CURLOPT_POSTFIELDS have content-length set to
6274
6375### Changed
6476
@@ -94,7 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94106### Changed
95107
96108- Request body can be send with any method except GET, HEAD and TRACE.
97- - #25 : Make discovery a hard dependency.
109+ - #25 : Make discovery a hard dependency.
98110
99111
100112## 1.4.2 - 2016-06-14
@@ -126,7 +138,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126138
127139### Removed
128140
129- - #13 : Remove HeaderParser.
141+ - #13 : Remove HeaderParser.
130142
131143
132144## 1.2 - 2016-03-09
@@ -163,7 +175,7 @@ First stable release.
163175### Changed
164176
165177- Root namespace changed from ` Http\Curl ` to ` Http\Client\Curl ` .
166- - Main client class name renamed from ` CurlHttpClient ` to ` Client ` .
178+ - Main client class name renamed from ` CurlHttpClient ` to ` Client ` .
167179- Minimum required [ php-http/discovery] ( https://packagist.org/packages/php-http/discovery )
168180 version changed to 0.5.
169181
0 commit comments