Commit dbc2bc3 1 parent 8f53f9f commit dbc2bc3 Copy full SHA for dbc2bc3
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 6.5.0 - 2019-11-07
4
+
5
+ * Improvement: Added support for reset internal queue in MockHandler. [ #2143 ] ( https://github.com/guzzle/guzzle/pull/2143 )
6
+ * Improvement: Added support to pass arbitrary options to ` curl_multi_init ` . [ #2287 ] ( https://github.com/guzzle/guzzle/pull/2287 )
7
+ * Fix: Gracefully handle passing ` null ` to the ` header ` option. [ #2132 ] ( https://github.com/guzzle/guzzle/pull/2132 )
8
+ * Fix: ` RetryMiddleware ` did not do exponential delay between retires due unit mismatch. [ #2132 ] ( https://github.com/guzzle/guzzle/pull/2132 )
9
+ * Fix: Prevent undefined offset when using array for ssl_key options. [ #2348 ] ( https://github.com/guzzle/guzzle/pull/2348 )
10
+ * Deprecated ` ClientInterface::VERSION `
11
+
3
12
## 6.4.1 - 2019-10-23
4
13
5
14
* No ` guzzle.phar ` was created in 6.4.0 due expired API token. This release will fix that
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ interface ClientInterface
15
15
/**
16
16
* @deprecated Will be removed in Guzzle 7.0.0
17
17
*/
18
- const VERSION = '6.4.1 ' ;
18
+ const VERSION = '6.5.0 ' ;
19
19
20
20
/**
21
21
* Send an HTTP request.
You can’t perform that action at this time.
0 commit comments