File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
19
## 2.1.0 - 2019-11-18
4
20
5
21
### Added
9
25
## 2.0.0 - 2019-02-03
10
26
11
27
### Changed
28
+
12
29
- HttpClientRouter now throws a HttpClientNoMatchException instead of a RequestException if it can not find a client for the request.
13
30
- RetryPlugin will only retry exceptions when there is no response, or a response in the 5xx HTTP code range.
14
31
- RetryPlugin also retries when no exception is thrown if the responses has HTTP code in the 5xx range.
23
40
- All exceptions in ` Http\Client\Common\Exception ` are final.
24
41
25
42
### Removed
43
+
26
44
- Deprecated option ` debug_plugins ` has been removed from ` PluginClient `
27
45
- Deprecated options ` decider ` and ` delay ` have been removed from ` RetryPlugin ` , use ` exception_decider ` and ` exception_delay ` instead.
28
46
73
91
74
92
- Decoder plugin will now remove header when there is no more encoding, instead of setting to an empty array
75
93
76
-
77
94
## 1.7.0 - 2017-11-30
78
95
79
96
### Added
You can’t perform that action at this time.
0 commit comments