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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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