22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
5- # unreleased
5+ # 1.27.1 - 2023-03-03
66
7- - If captured_body_length is set to 0 (default value), show a special message rather than the
7+ - Added ` : void ` to ` Collector::reset ` to avoid PHP warning.
8+ - If ` captured_body_length ` is set to 0 (default value), show a special message rather than the
89 generic message ` This message has no captured body ` .
9- - Fixed: Add slash in profiler if there is none between host and path
10+ - Fixed: Add slash in profiler if there is none between host and path.
1011
1112# 1.27.0 - 2022-07-25
1213
13- - Added support for configuring the error plugin via configuration
14+ - Added support for configuring the error plugin via configuration.
1415
1516# 1.26.2 - 2022-06-01
1617
@@ -23,7 +24,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
2324
2425# 1.26.0 - 2022-03-17
2526
26- - Fixed you can now configure the cache plugin default_ttl with ` null ` .
27+ - Fixed you can now configure the cache plugin ` default_ttl ` with ` null ` .
2728
2829# 1.25.0 - 2021-11-26
2930- Added PHP 8.1 support
@@ -144,9 +145,9 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
144145- Autowiring support for FlexibleClient, HttpMethodsClientInterface and
145146 BatchClientInterface if they are enabled on the default/first client.
146147 (Only available with Httplug 2)
147- - Configuration for the content_type plugin
148+ - Configuration for the ` content_type ` plugin
148149- Support for namespaced Twig classes.
149- - Configuration option default_client_autowiring that you can set to false
150+ - Configuration option ` default_client_autowiring ` that you can set to false
150151 to prevent autowiring the HttpClient and HttpAsyncClient
151152
152153### Changed
0 commit comments