Skip to content

Releases: php-http/HttplugBundle

1.33.0

27 Feb 16:05
@dbu dbu
1.33.0
Compare
Choose a tag to compare
  • Support php-http/cache-plugin 2.0 and bump minimal version to 1.7 by defaulting the stream factory for cache to httplug.psr17_stream_factory (#448).

1.32.0

06 Dec 14:58
@dbu dbu
1.32.0
Compare
Choose a tag to compare
  • Added support for Symfony 7

1.31.0

06 Nov 11:11
@dbu dbu
1.31.0
Compare
Choose a tag to compare
  • Added configuration for the header authentication plugin (#437).

1.30.1

07 Sep 08:05
@dbu dbu
1.30.1
Compare
Choose a tag to compare
  • Added alias to allow autowiring the AsyncHttpClient interface (#436).

1.30.0

31 Aug 12:42
@dbu dbu
1.30.0
Compare
Choose a tag to compare
  • Adjusted phpdoc on ClientFactory to reflect that it usually returns a PSR ClientInterface.

1.29.1

01 Jun 08:56
@dbu dbu
1.29.1
Compare
Choose a tag to compare
  • Fixed deprecation from Symfony 6.3

1.29.0

17 May 09:12
@dbu dbu
1.29.0
Compare
Choose a tag to compare
  • Support PSR-18 ClientInterface in MockFactory.
  • Removed support for php-http/httplug 1.

1.28.0

12 May 09:37
@dbu dbu
1.28.0
Compare
Choose a tag to compare
  • Added: Configure the seekable body plugins.
  • Added: PHP 8.2 support.
  • Added: Allow installation with PSR-7 psr/http-message 2.x.
  • Added: alias to autowire Psr\Http\Client\ClientInterface service (#425).
  • Deprecated Http\Client\HttpClient in favor of Psr\Http\Client\ClientInterface (#425).

1.27.1

03 Mar 09:03
@dbu dbu
1.27.1
Compare
Choose a tag to compare
  • Added : void to Collector::reset to avoid PHP warning.
  • If captured_body_length is set to 0 (default value), show a special message rather than the
    generic message This message has no captured body.
  • Fixed: Add slash in profiler if there is none between host and path.

1.27.0

25 Jul 14:19
@dbu dbu
1.27.0
dda96d4
Compare
Choose a tag to compare
  • Added support for configuring the error plugin via configuration