@@ -12,12 +12,18 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
12
12
### Added
13
13
14
14
- Integration for VCR Plugin
15
+ - curl-client v1.* is marked in conflict with the current bundle version.
16
+
17
+ ### Fixed
18
+
19
+ - Fix compatibility with curl-client v2.* , the ` CurlFactory ` now build the
20
+ client using PSR17 factories.
15
21
16
22
## 1.15.2 - 2019-04-18
17
23
18
24
### Fixed
19
25
20
- - Fix to pass only allowed options to the ` ContentTypePlugin ` .
26
+ - Fix to pass only allowed options to the ` ContentTypePlugin ` .
21
27
22
28
## 1.15.1 - 2019-04-12
23
29
@@ -34,7 +40,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
34
40
(Only available with Httplug 2)
35
41
- Configuration for the content_type plugin
36
42
- Support for namespaced Twig classes.
37
- - Configuration option default_client_autowiring that you can set to false
43
+ - Configuration option default_client_autowiring that you can set to false
38
44
to prevent autowiring the HttpClient and HttpAsyncClient
39
45
40
46
### Changed
@@ -58,7 +64,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
58
64
59
65
### Added
60
66
61
- - Support for any PSR-18 client.
67
+ - Support for any PSR-18 client.
62
68
63
69
### Changed
64
70
@@ -100,14 +106,14 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
100
106
## 1.10.0 - 2018-03-27
101
107
102
108
### Added
103
-
109
+
104
110
- Allow to configure the ` AddPathPlugin ` per client, under the ` add_path ` configuration key.
105
- - Allow to configure clients with a ` service ` instead of a factory.
111
+ - Allow to configure clients with a ` service ` instead of a factory.
106
112
107
113
## 1.9.0 - 2018-03-06
108
114
109
115
### Added
110
-
116
+
111
117
- Allow to configure the ` BaseUriPlugin ` per client, under the ` base_uri ` configuration key.
112
118
113
119
## 1.8.1 - 2017-12-06
@@ -120,7 +126,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
120
126
121
127
### Added
122
128
123
- - Symfony 4 support.
129
+ - Symfony 4 support.
124
130
- Support autowiring of ` Http\Client\Common\PluginClientFactory ` .
125
131
- Any third party library using ` Http\Client\Common\PluginClientFactory ` to create ` Http\Client\Common\PluginClient `
126
132
instances now gets zero config profiling.
@@ -170,8 +176,8 @@ services aliases for autowiring in Symfony 3.3.
170
176
171
177
### Changed
172
178
173
- - We do collect profiler data after the request is processed by a plugin. With this change we
174
- will for example see the changes of ` HeaderAppendPlugin ` at that plugin instead of the next one.
179
+ - We do collect profiler data after the request is processed by a plugin. With this change we
180
+ will for example see the changes of ` HeaderAppendPlugin ` at that plugin instead of the next one.
175
181
176
182
## 1.5.0 - 2017-05-05
177
183
0 commit comments