Skip to content

Commit f398536

Browse files
authored
Merge pull request #196 from GrahamCampbell/patch-1
Release 2.2.0
2 parents c66a12f + 508ab5d commit f398536

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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
@@ -9,6 +25,7 @@
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.
@@ -23,6 +40,7 @@
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

@@ -73,7 +91,6 @@
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

0 commit comments

Comments
 (0)