Skip to content

Commit

Permalink
Merge pull request #196 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
dbu committed Jul 2, 2020
2 parents c66a12f + 508ab5d commit f398536
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 2.2.0 - 2020-07-02

### Added

- Plugin client builder for making a `PluginClient`
- Support for the PSR-17 request factory in `HttpMethodsClient`

### Changed

- Restored support for `symfony/options-resolver: ^2.6`
- Consistent implementation of union type checking

### Fixed

- Memory leak when using the `PluginClient` with plugins

## 2.1.0 - 2019-11-18

### Added
Expand All @@ -9,6 +25,7 @@
## 2.0.0 - 2019-02-03

### Changed

- HttpClientRouter now throws a HttpClientNoMatchException instead of a RequestException if it can not find a client for the request.
- RetryPlugin will only retry exceptions when there is no response, or a response in the 5xx HTTP code range.
- RetryPlugin also retries when no exception is thrown if the responses has HTTP code in the 5xx range.
Expand All @@ -23,6 +40,7 @@
- All exceptions in `Http\Client\Common\Exception` are final.

### Removed

- Deprecated option `debug_plugins` has been removed from `PluginClient`
- Deprecated options `decider` and `delay` have been removed from `RetryPlugin`, use `exception_decider` and `exception_delay` instead.

Expand Down Expand Up @@ -73,7 +91,6 @@

- Decoder plugin will now remove header when there is no more encoding, instead of setting to an empty array


## 1.7.0 - 2017-11-30

### Added
Expand Down

0 comments on commit f398536

Please sign in to comment.