2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
- # unreleased
5
+ # 1.27.1 - 2023-03-03
6
6
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
8
9
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.
10
11
11
12
# 1.27.0 - 2022-07-25
12
13
13
- - Added support for configuring the error plugin via configuration
14
+ - Added support for configuring the error plugin via configuration.
14
15
15
16
# 1.26.2 - 2022-06-01
16
17
@@ -23,7 +24,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
23
24
24
25
# 1.26.0 - 2022-03-17
25
26
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 ` .
27
28
28
29
# 1.25.0 - 2021-11-26
29
30
- Added PHP 8.1 support
@@ -144,9 +145,9 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
144
145
- Autowiring support for FlexibleClient, HttpMethodsClientInterface and
145
146
BatchClientInterface if they are enabled on the default/first client.
146
147
(Only available with Httplug 2)
147
- - Configuration for the content_type plugin
148
+ - Configuration for the ` content_type ` plugin
148
149
- 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
150
151
to prevent autowiring the HttpClient and HttpAsyncClient
151
152
152
153
### Changed
0 commit comments