Releases: php-http/HttplugBundle
Releases · php-http/HttplugBundle
1.30.1
07 Sep 08:05
Compare
Sorry, something went wrong.
No results found
Added alias to allow autowiring the AsyncHttpClient interface (#436 ).
1.30.0
31 Aug 12:42
Compare
Sorry, something went wrong.
No results found
Adjusted phpdoc on ClientFactory to reflect that it usually returns a PSR ClientInterface.
1.29.1
01 Jun 08:56
Compare
Sorry, something went wrong.
No results found
Fixed deprecation from Symfony 6.3
1.29.0
17 May 09:12
Compare
Sorry, something went wrong.
No results found
Support PSR-18 ClientInterface in MockFactory.
Removed support for php-http/httplug 1.
1.28.0
12 May 09:37
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added support for configuring the error plugin via configuration
1.26.2
01 Jun 08:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed you can now configure the cache plugin default_ttl with null.