You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applied fixes from StyleCI
Add plugins dependency back as fallback
Remove auto (default) config from plugins
Update changelog
Make sure to use a plugin version with correct interface
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
- Guzzle 6 client is now created according to the Httplug specifications with automated minimal behaviour.
12
12
Make sure you configure the Httplug plugins as needed,
13
13
for example if you want to get exceptions for failure HTTP status codes.
14
+
-**[BC] PluginClientFactory returns an instance of `Http\Client\Common\PluginClient`** (see [php-http/client-common#14](https://github.com/php-http/client-common/pull/14))
15
+
- Plugins are loaded from their new packages, fall back to `php-http/plugins` if necessary
0 commit comments