Skip to content

Support Guzzle 7 + async requests between clients

Compare
Choose a tag to compare
@Oliboy50 Oliboy50 released this 05 Apr 10:00
· 10 commits to master since this release
e9f4b74

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