Merge pull request #7 from boite/master
v2.0 - Create Streams using Guzzle's HttpFactory
Merge pull request #2 from boite/develop
Card #884: Hub: support 2 search modes
Remove unused class ProviderV3Client
deps: loosen guzzle version requirement
Merge branch 'master' of github.com:perinatologie/hub-client-php
feat: support provider details on source objects
chore(deps): Remove composer.lock from version control
style: Remove trailing whitespace
feat!: Drop support for ancient versions of Guzzle Http
BREAKING CHANGE: Support PHP 7.2.5 and higher, Symfony 5.4 and higher and Guzzle Http 7.
Merge pull request #7 from boite/master
v2.0 - Create Streams using Guzzle's HttpFactory
\GuzzleHttp\Stream\Stream was removed from v6 GuzzleHttp to a separate library, with a new namespace. It also lost its static factory() method. So instead, each stream (for sending a request body) is created using a dedicated factory from the guzzlehttp/psr7 lib.
The interesting changes are in baf56c414fdd56140b6bad50e65c63798615c859 and they break backward compatibility.
feat!: Drop support for ancient versions of Guzzle Http
BREAKING CHANGE: Support PHP 7.2.5 and higher, Symfony 5.4 and higher and Guzzle Http 7.
Add more ways to filter Resources via v3 API
Merge pull request #2 from boite/develop
Card #884: Hub: support 2 search modes
Remove unused class ProviderV3Client
deps: loosen guzzle version requirement
Merge branch 'master' of github.com:perinatologie/hub-client-php
feat: support provider details on source objects
chore(deps): Remove composer.lock from version control
style: Remove trailing whitespace
feat!: Drop support for ancient versions of Guzzle Http
BREAKING CHANGE: Support PHP 7.2.5 and higher, Symfony 5.4 and higher and Guzzle Http 7.