Releases: php-http/HttplugBundle
Release v1.4.0
Improved collector and web profiler. See Changelog.md for changes.
v1.3.0
Prepare release
Fix 1.2.x in production environment
This release fixes a bug introduced in 1.2.0 which made the bundle non-functional in prod environment.
v1.2.1
Fix auto discovery
v1.2.0
Auto discovery bug
Unfortunately this release came with a serious bug which has been fixed in v1.2.1. Please use that version OR choose from the following solutions:
- Completely disable all auto discovery (set
httplug.discover.client
tonull
) - Install a sync AND async capable client (like Guzzle 6)
- Register a client manually, make it flexible and set both auto discovery client (
httplug.discover.client
andhttplug.discover.async_client
) to this service id
v1.1.0
-
Client factory for Buzz.
-
Guzzle 6 client is now created according to the Httplug specifications with automated minimal behaviour.
Make sure you configure the Httplug plugins as needed, for example if you want to get exceptions for failure HTTP status codes. -
[BC] PluginClientFactory returns an instance of
Http\Client\Common\PluginClient
(see php-http/client-common#14)Plugins are loaded from their new packages
First stable release
About one month after the release of HTTPlug, here comes the symfony integration.
Updated dependencies
Merge pull request #43 from php-http/discovery_rework Update discovery version and dependencies