@@ -6,11 +6,15 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
6
6
7
7
- Integration for VCR Plugin
8
8
9
+ ### Changed
10
+
11
+ - ** [ BC] Dropped support for PHP 5.5, 5.6, and 7.0**
12
+
9
13
## 1.15.2 - 2019-04-18
10
14
11
15
### Fixed
12
16
13
- - Fix to pass only allowed options to the ` ContentTypePlugin ` .
17
+ - Fix to pass only allowed options to the ` ContentTypePlugin ` .
14
18
15
19
## 1.15.1 - 2019-04-12
16
20
@@ -27,7 +31,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
27
31
(Only available with Httplug 2)
28
32
- Configuration for the content_type plugin
29
33
- Support for namespaced Twig classes.
30
- - Configuration option default_client_autowiring that you can set to false
34
+ - Configuration option default_client_autowiring that you can set to false
31
35
to prevent autowiring the HttpClient and HttpAsyncClient
32
36
33
37
### Changed
@@ -51,7 +55,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
51
55
52
56
### Added
53
57
54
- - Support for any PSR-18 client.
58
+ - Support for any PSR-18 client.
55
59
56
60
### Changed
57
61
@@ -93,14 +97,14 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
93
97
## 1.10.0 - 2018-03-27
94
98
95
99
### Added
96
-
100
+
97
101
- Allow to configure the ` AddPathPlugin ` per client, under the ` add_path ` configuration key.
98
- - Allow to configure clients with a ` service ` instead of a factory.
102
+ - Allow to configure clients with a ` service ` instead of a factory.
99
103
100
104
## 1.9.0 - 2018-03-06
101
105
102
106
### Added
103
-
107
+
104
108
- Allow to configure the ` BaseUriPlugin ` per client, under the ` base_uri ` configuration key.
105
109
106
110
## 1.8.1 - 2017-12-06
@@ -113,7 +117,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
113
117
114
118
### Added
115
119
116
- - Symfony 4 support.
120
+ - Symfony 4 support.
117
121
- Support autowiring of ` Http\Client\Common\PluginClientFactory ` .
118
122
- Any third party library using ` Http\Client\Common\PluginClientFactory ` to create ` Http\Client\Common\PluginClient `
119
123
instances now gets zero config profiling.
@@ -163,8 +167,8 @@ services aliases for autowiring in Symfony 3.3.
163
167
164
168
### Changed
165
169
166
- - We do collect profiler data after the request is processed by a plugin. With this change we
167
- will for example see the changes of ` HeaderAppendPlugin ` at that plugin instead of the next one.
170
+ - We do collect profiler data after the request is processed by a plugin. With this change we
171
+ will for example see the changes of ` HeaderAppendPlugin ` at that plugin instead of the next one.
168
172
169
173
## 1.5.0 - 2017-05-05
170
174
0 commit comments