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