We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b19ebe commit 4df813cCopy full SHA for 4df813c
CHANGELOG.md
@@ -10,6 +10,7 @@
10
Added interfaces for BatchClient, HttpClientRouter and HttpMethodsClient.
11
(These interfaces use the `Interface` suffix to avoid name collisions.)
12
- Added an interface for HttpClientPool and moved the abstract class to the HttpClientPool sub namespace.
13
+- AddPathPlugin: Do not add the prefix if the URL already has the same prefix.
14
15
### Removed
16
- Deprecated option `debug_plugins` has been removed from `PluginClient`
@@ -20,8 +21,6 @@
20
21
22
- RetryPlugin: Renamed the configuration options for the exception retry callback from `decider` to `exception_decider`
23
and `delay` to `exception_delay`. The old names still work but are deprecated.
-- AddPathPlugin: Do not add the prefix if the URL already has the same prefix.
24
-
25
26
## 1.8.2 - 2018-12-14
27
0 commit comments