Releases: BedrockStreaming/GuzzleHttpBundle
Releases · BedrockStreaming/GuzzleHttpBundle
Remove CurlFactory and update dependencies
What's Changed
- feat!: update all dependencies to latest supported versions by @shavounet in #88
- feat!: remove curl factory override by @shavounet in #86
- it can be replaced with the use of the native on_stat option
- feat: setup phpstan & rector by @shavounet in #89
Full Changelog: v5.1.1...v6.0.0
Mark CurlFactory as deprecated
v5.1.0
Fix DataCollector
v5.0.4 fix(DataCollector): depend with client interface instead of client im…
Fix DataCollector
v5.0.3 fix(dataCollector): fix default index
Share only the Handler between clients, not the whole HandlerStack
v5.0.2 fix(handler_sharing): only share the curl handler instead of the whol…
Fix: stop to share Guzzle handler by default
Support Guzzle 7 + async requests between clients
Breaking changes
- added some missing types on
public
andprotected
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 useclients_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
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
See full list of fixed deprecated here #76