File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
- RetryPlugin will no longer retry requests when the response failed with a HTTP code < 500.
7
7
- Abstract method ` HttpClientPool::chooseHttpClient() ` has now an explicit return type (` Http\Client\Common\HttpClientPoolItem ` )
8
8
- Interface method ` Plugin::handleRequest(...) ` has now an explicit return type (` Http\Promise\Promise ` )
9
- - Made all classes final as they are not intended to be extended.
10
- Added interfaces for BatchClient, HttpClientPool, HttpClientRouter and HttpMethodsClient.
11
- Those classes have been renamed with an ` Impl ` suffix.
9
+ - Made classes final that are not intended to be extended.
10
+ Added interfaces for BatchClient, HttpClientRouter and HttpMethodsClient.
11
+ The implementations of those utilities have been renamed with an ` Impl ` suffix.
12
+ - Added an interface for HttpClientPool and moved the abstract class to the HttpClientPool sub namespace.
12
13
13
14
### Removed
14
15
- Deprecated option ` debug_plugins ` has been removed from ` PluginClient `
You can’t perform that action at this time.
0 commit comments