Releases: php-http/HttplugBundle
Releases · php-http/HttplugBundle
1.30.1
- Added alias to allow autowiring the
AsyncHttpClient
interface (#436).
1.30.0
- Adjusted phpdoc on ClientFactory to reflect that it usually returns a PSR ClientInterface.
1.29.1
- Fixed deprecation from Symfony 6.3
1.29.0
- Support PSR-18 ClientInterface in MockFactory.
- Removed support for php-http/httplug 1.
1.28.0
- 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
- 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
- Added support for configuring the error plugin via configuration
1.26.2
- 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
- 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
- Fixed you can now configure the cache plugin default_ttl with
null
.