Skip to content

Commit 4751c8f

Browse files
committed
Merge remote-tracking branch 'origin/1.x'
2 parents 6959bf7 + 11d34ca commit 4751c8f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@
6969
- Deprecated option `debug_plugins` has been removed from `PluginClient`
7070
- Deprecated options `decider` and `delay` have been removed from `RetryPlugin`, use `exception_decider` and `exception_delay` instead.
7171

72+
## 1.11.0 - 2021-07-11
73+
74+
### Changed
75+
76+
- Backported from version 2: AddPathPlugin: Do not add the prefix if the URL already has the same prefix.
77+
78+
## 1.10.0 - 2019-11-18
79+
80+
### Added
81+
82+
- Support for Symfony 5
83+
7284
## 1.9.1 - 2019-02-02
7385

7486
### Added

src/PluginClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ final class PluginClient implements HttpClient, HttpAsyncClient
4747
* @param ClientInterface|HttpAsyncClient $client An HTTP async client
4848
* @param Plugin[] $plugins A plugin chain
4949
* @param array $options {
50-
*
5150
* @var int $max_restarts
5251
* }
5352
*/

0 commit comments

Comments
 (0)