boite
Repos
66
Followers
4
Following
1

Events

Merge pull request #7 from boite/master

v2.0 - Create Streams using Guzzle's HttpFactory

Created at 3 weeks ago

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

Created at 3 weeks ago
pull request opened
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.

Created at 3 weeks ago

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.

Created at 3 weeks ago

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.

Created at 3 weeks ago