You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support for setting the minimum TLS version in a unified way
48
+
- Apply on request the version set in options parameters
49
+
50
+
51
+
## 7.5.2 - 2023-05-14
52
+
53
+
### Fixed
54
+
55
+
- Fixed set cookie constructor validation
56
+
- Fixed handling of files with `'0'` body
57
+
58
+
### Changed
59
+
60
+
- Corrected docs and default connect timeout value to 300 seconds
61
+
62
+
63
+
## 7.5.1 - 2023-04-17
64
+
65
+
### Fixed
66
+
67
+
- Fixed `NO_PROXY` settings so that setting the `proxy` option to `no` overrides the env variable
68
+
69
+
### Changed
70
+
71
+
- Adjusted `guzzlehttp/psr7` version constraint to `^1.9.1 || ^2.4.5`
72
+
73
+
5
74
## 7.5.0 - 2022-08-28
6
75
7
76
### Added
8
77
9
78
- Support PHP 8.2
10
79
- Add request to delay closure params
11
80
81
+
12
82
## 7.4.5 - 2022-06-20
13
83
84
+
### Fixed
85
+
14
86
* Fix change in port should be considered a change in origin
15
87
* Fix `CURLOPT_HTTPAUTH` option not cleared on change of origin
16
88
89
+
17
90
## 7.4.4 - 2022-06-09
18
91
92
+
### Fixed
93
+
19
94
* Fix failure to strip Authorization header on HTTP downgrade
20
95
* Fix failure to strip the Cookie header on change in host or HTTP downgrade
21
96
97
+
22
98
## 7.4.3 - 2022-05-25
23
99
100
+
### Fixed
101
+
24
102
* Fix cross-domain cookie leakage
25
103
104
+
26
105
## 7.4.2 - 2022-03-20
27
106
28
107
### Fixed
@@ -31,6 +110,7 @@ Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version
31
110
- Reject non-HTTP schemes in StreamHandler
32
111
- Set a default ssl.peer_name context in StreamHandler to allow `force_ip_resolve`
33
112
113
+
34
114
## 7.4.1 - 2021-12-06
35
115
36
116
### Changed
@@ -42,6 +122,7 @@ Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version
42
122
43
123
- Only close curl handle if it's done [#2950](https://github.com/guzzle/guzzle/pull/2950)
44
124
125
+
45
126
## 7.4.0 - 2021-10-18
46
127
47
128
### Added
@@ -59,6 +140,7 @@ Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version
59
140
60
141
- Be more strict with types [#2914](https://github.com/guzzle/guzzle/pull/2914), [#2917](https://github.com/guzzle/guzzle/pull/2917), [#2919](https://github.com/guzzle/guzzle/pull/2919), [#2945](https://github.com/guzzle/guzzle/pull/2945)
61
142
143
+
62
144
## 7.3.0 - 2021-03-23
63
145
64
146
### Added
@@ -71,6 +153,7 @@ Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version
71
153
72
154
- Handle exceptions on invalid header consistently between PHP versions and handlers [#2872](https://github.com/guzzle/guzzle/pull/2872)
73
155
156
+
74
157
## 7.2.0 - 2020-10-10
75
158
76
159
### Added
@@ -93,6 +176,7 @@ Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version
93
176
94
177
- Using environment variable GUZZLE_CURL_SELECT_TIMEOUT [#2786](https://github.com/guzzle/guzzle/pull/2786)
95
178
179
+
96
180
## 7.1.1 - 2020-09-30
97
181
98
182
### Fixed
@@ -104,6 +188,7 @@ Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version
104
188
- We dont connect curl `sink` on HEAD requests.
105
189
- Removed some PHP 5 workarounds
106
190
191
+
107
192
## 7.1.0 - 2020-09-22
108
193
109
194
### Added
@@ -126,21 +211,25 @@ Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version
126
211
-`Utils::defaultCaBundle()`
127
212
-`CurlFactory::LOW_CURL_VERSION_NUMBER`
128
213
214
+
129
215
## 7.0.1 - 2020-06-27
130
216
131
217
* Fix multiply defined functions fatal error [#2699](https://github.com/guzzle/guzzle/pull/2699)
132
218
219
+
133
220
## 7.0.0 - 2020-06-27
134
221
135
222
No changes since 7.0.0-rc1.
136
223
224
+
137
225
## 7.0.0-rc1 - 2020-06-15
138
226
139
227
### Changed
140
228
141
229
* Use error level for logging errors in Middleware [#2629](https://github.com/guzzle/guzzle/pull/2629)
142
230
* Disabled IDN support by default and require ext-intl to use it [#2675](https://github.com/guzzle/guzzle/pull/2675)
143
231
232
+
144
233
## 7.0.0-beta2 - 2020-05-25
145
234
146
235
### Added
@@ -166,6 +255,7 @@ No changes since 7.0.0-rc1.
166
255
167
256
* Pool option `pool_size`[#2528](https://github.com/guzzle/guzzle/pull/2528)
168
257
258
+
169
259
## 7.0.0-beta1 - 2019-12-30
170
260
171
261
The diff might look very big but 95% of Guzzle users will be able to upgrade without modification.
@@ -199,15 +289,18 @@ Please see [the upgrade document](UPGRADING.md) that describes all BC breaking c
199
289
*`uri_template()` and `UriTemplate`[#2440](https://github.com/guzzle/guzzle/pull/2440)
200
290
* Request options `save_to` and `exceptions`[#2464](https://github.com/guzzle/guzzle/pull/2464)
201
291
292
+
202
293
## 6.5.2 - 2019-12-23
203
294
204
295
* idn_to_ascii() fix for old PHP versions [#2489](https://github.com/guzzle/guzzle/pull/2489)
205
296
297
+
206
298
## 6.5.1 - 2019-12-21
207
299
208
300
* Better defaults for PHP installations with old ICU lib [#2454](https://github.com/guzzle/guzzle/pull/2454)
209
301
* IDN support for redirects [#2424](https://github.com/guzzle/guzzle/pull/2424)
210
302
303
+
211
304
## 6.5.0 - 2019-12-07
212
305
213
306
* Improvement: Added support for reset internal queue in MockHandler. [#2143](https://github.com/guzzle/guzzle/pull/2143)
@@ -217,11 +310,13 @@ Please see [the upgrade document](UPGRADING.md) that describes all BC breaking c
217
310
* Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/guzzle/guzzle/pull/2348)
218
311
* Deprecated `ClientInterface::VERSION`
219
312
313
+
220
314
## 6.4.1 - 2019-10-23
221
315
222
316
* No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that
223
317
* Added `parent::__construct()` to `FileCookieJar` and `SessionCookieJar`
224
318
319
+
225
320
## 6.4.0 - 2019-10-23
226
321
227
322
* Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/guzzle/pull/2108)
@@ -234,6 +329,7 @@ Please see [the upgrade document](UPGRADING.md) that describes all BC breaking c
234
329
* Fix: Prevent concurrent writes to file when saving `CookieJar`[#2335](https://github.com/guzzle/guzzle/pull/2335)
235
330
* Improvement: Update `MockHandler` so we can test transfer time [#2362](https://github.com/guzzle/guzzle/pull/2362)
236
331
332
+
237
333
## 6.3.3 - 2018-04-22
238
334
239
335
* Fix: Default headers when decode_content is specified
@@ -275,20 +371,22 @@ Please see [the upgrade document](UPGRADING.md) that describes all BC breaking c
275
371
* Bug fix: Fill `CURLOPT_CAPATH` and `CURLOPT_CAINFO` properly [#1684](https://github.com/guzzle/guzzle/pull/1684)
276
372
* Improvement: Use `\GuzzleHttp\Promise\rejection_for` function instead of object init [#1827](https://github.com/guzzle/guzzle/pull/1827)
277
373
278
-
279
374
+ Minor code cleanups, documentation fixes and clarifications.
280
375
376
+
281
377
## 6.2.3 - 2017-02-28
282
378
283
379
* Fix deprecations with guzzle/psr7 version 1.4
284
380
381
+
285
382
## 6.2.2 - 2016-10-08
286
383
287
384
* Allow to pass nullable Response to delay callable
288
385
* Only add scheme when host is present
289
386
* Fix drain case where content-length is the literal string zero
0 commit comments