Skip to content

Releases: php-http/HttplugBundle

Release v1.4.0

21 Feb 14:56
Compare
Choose a tag to compare

Improved collector and web profiler. See Changelog.md for changes.

v1.3.0

16 Aug 11:23
d45367d
Compare
Choose a tag to compare
Prepare release

Fix 1.2.x in production environment

19 Jul 11:43
v1.2.2
Compare
Choose a tag to compare

This release fixes a bug introduced in 1.2.0 which made the bundle non-functional in prod environment.

v1.2.1

19 Jul 10:01
v1.2.1
Compare
Choose a tag to compare
Fix auto discovery

v1.2.0

18 Jul 21:22
v1.2.0
67594a8
Compare
Choose a tag to compare

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 to null)
  • 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 and httplug.discover.async_client) to this service id

v1.1.0

19 May 10:07
@dbu dbu
Compare
Choose a tag to compare
  • 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

03 Mar 23:05
Compare
Choose a tag to compare

About one month after the release of HTTPlug, here comes the symfony integration.

Updated dependencies

23 Feb 15:17
Compare
Choose a tag to compare
Updated dependencies Pre-release
Pre-release
Merge pull request #43 from php-http/discovery_rework

Update discovery version and dependencies

0.1.0

14 Jan 07:46
@dbu dbu
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Merge pull request #25 from Nyholm/logo

Updated toolbar logo