Skip to content

Releases: php-http/HttplugBundle

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

1.26.2

01 Jun 08:27
@dbu dbu
1.26.2
Compare
Choose a tag to compare
  • Fixed: You can now configure the cache plugin option cache_lifetime to null (which makes the plugin not add to the maxAge).

1.26.1

29 Apr 10:11
@dbu dbu
1.26.1
a07220d
Compare
Choose a tag to compare
  • Fixed: Setting the cache plugin option respect_response_cache_directives to null makes the
    plugin use the default set of directives instead of triggering an error.

1.26.0

17 Mar 11:18
@dbu dbu
1.26.0
0e5533d
Compare
Choose a tag to compare
  • Fixed you can now configure the cache plugin default_ttl with null.