Skip to content

Releases: BedrockStreaming/GuzzleHttpBundle

Remove CurlFactory and update dependencies

26 Oct 09:34
c81c5ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.1...v6.0.0

Mark CurlFactory as deprecated

26 Oct 09:16
768b094
Compare
Choose a tag to compare

This is mainly a blank release with CI (code style) fixes and an annotation to pave the way to v6

  • fix: fixed php-cs-fixer version and applied coding style #87
  • chore: mark class as deprecated before next major version #85

v5.1.0

27 Feb 08:11
b2bacd3
Compare
Choose a tag to compare

What's Changed

  • Add a new middleware to forward the header host to the client if provided in the bundle's configuration in #84

Full Changelog: v5.0.4...v5.1.0

Fix DataCollector

18 Oct 07:04
796d959
Compare
Choose a tag to compare
v5.0.4

fix(DataCollector): depend with client interface instead of client im…

Fix DataCollector

17 Oct 09:43
f52c843
Compare
Choose a tag to compare
v5.0.3

fix(dataCollector): fix default index

Share only the Handler between clients, not the whole HandlerStack

07 Sep 09:06
a766713
Compare
Choose a tag to compare
v5.0.2

fix(handler_sharing): only share the curl handler instead of the whol…

Fix: stop to share Guzzle handler by default

22 Apr 13:27
66785cf
Compare
Choose a tag to compare

Support Guzzle 7 + async requests between clients

05 Apr 10:00
e9f4b74
Compare
Choose a tag to compare

Breaking changes

  • added some missing types on public and protected functions
  • sharing a same Guzzle handler stack between all clients is a breaking change for those who do not want to make asynchronous requests between several clients
    => you can use clients_share_the_same_handler: false bundle configuration if you need to opt-out from this new behavior (but you will lose the ability to run async requests between several Guzzle clients)

Features

  • Support Guzzle 7
  • Support async requests between several Guzzle clients produced by this bundle

4.1.0: Symfony profiler view updated to display more details

25 Feb 09:39
c62b938
Compare
Choose a tag to compare

The Symfony profiler view for Guzzle Requests has been updated. The profiler view is now similar to the Symfony HTTP client one.
The requests are now displayed by their client and the details of the response are available.

Fix some deprecated

07 Feb 10:41
7a39e5f
Compare
Choose a tag to compare

See full list of fixed deprecated here #76