@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
20
## 2.2.1 - 2021-12-10
9
21
10
22
### Added
@@ -33,12 +45,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
45
### Changed
34
46
35
47
- 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.
37
49
38
50
### Added
39
51
40
52
- #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/ ) .
42
54
43
55
44
56
## 1.7.1 - 2018-03-26
@@ -58,7 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
70
59
71
### Fixed
60
72
61
- - #29 : Request not using CURLOPT_POSTFIELDS have content-length set to
73
+ - #29 : Request not using CURLOPT_POSTFIELDS have content-length set to
62
74
63
75
### Changed
64
76
@@ -94,7 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
106
### Changed
95
107
96
108
- 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.
98
110
99
111
100
112
## 1.4.2 - 2016-06-14
@@ -126,7 +138,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126
138
127
139
### Removed
128
140
129
- - #13 : Remove HeaderParser.
141
+ - #13 : Remove HeaderParser.
130
142
131
143
132
144
## 1.2 - 2016-03-09
@@ -163,7 +175,7 @@ First stable release.
163
175
### Changed
164
176
165
177
- 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 ` .
167
179
- Minimum required [ php-http/discovery] ( https://packagist.org/packages/php-http/discovery )
168
180
version changed to 0.5.
169
181
0 commit comments