File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2.2.0 - 2020-07-02
4+
5+ ### Added
6+
7+ - Plugin client builder for making a ` PluginClient `
8+ - Support for the PSR-17 request factory in ` HttpMethodsClient `
9+
10+ ### Changed
11+
12+ - Restored support for ` symfony/options-resolver: ^2.6 `
13+ - Consistent implementation of union type checking
14+
15+ ### Fixed
16+
17+ - Memory leak when using the ` PluginClient ` with plugins
18+
319## 2.1.0 - 2019-11-18
420
521### Added
925## 2.0.0 - 2019-02-03
1026
1127### Changed
28+
1229- HttpClientRouter now throws a HttpClientNoMatchException instead of a RequestException if it can not find a client for the request.
1330- RetryPlugin will only retry exceptions when there is no response, or a response in the 5xx HTTP code range.
1431- RetryPlugin also retries when no exception is thrown if the responses has HTTP code in the 5xx range.
2340- All exceptions in ` Http\Client\Common\Exception ` are final.
2441
2542### Removed
43+
2644- Deprecated option ` debug_plugins ` has been removed from ` PluginClient `
2745- Deprecated options ` decider ` and ` delay ` have been removed from ` RetryPlugin ` , use ` exception_decider ` and ` exception_delay ` instead.
2846
7391
7492- Decoder plugin will now remove header when there is no more encoding, instead of setting to an empty array
7593
76-
7794## 1.7.0 - 2017-11-30
7895
7996### Added
You can’t perform that action at this time.
0 commit comments