@@ -5,12 +5,18 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
55### Added
66
77- Integration for VCR Plugin
8+ - curl-client v1.* is marked in conflict with the current bundle version.
9+
10+ ### Fixed
11+
12+ - Fix compatibility with curl-client v2.* , the ` CurlFactory ` now build the
13+ client using PSR17 factories.
814
915## 1.15.2 - 2019-04-18
1016
1117### Fixed
1218
13- - Fix to pass only allowed options to the ` ContentTypePlugin ` .
19+ - Fix to pass only allowed options to the ` ContentTypePlugin ` .
1420
1521## 1.15.1 - 2019-04-12
1622
@@ -27,7 +33,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
2733 (Only available with Httplug 2)
2834- Configuration for the content_type plugin
2935- Support for namespaced Twig classes.
30- - Configuration option default_client_autowiring that you can set to false
36+ - Configuration option default_client_autowiring that you can set to false
3137 to prevent autowiring the HttpClient and HttpAsyncClient
3238
3339### Changed
@@ -51,7 +57,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
5157
5258### Added
5359
54- - Support for any PSR-18 client.
60+ - Support for any PSR-18 client.
5561
5662### Changed
5763
@@ -93,14 +99,14 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
9399## 1.10.0 - 2018-03-27
94100
95101### Added
96-
102+
97103- 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.
104+ - Allow to configure clients with a ` service ` instead of a factory.
99105
100106## 1.9.0 - 2018-03-06
101107
102108### Added
103-
109+
104110- Allow to configure the ` BaseUriPlugin ` per client, under the ` base_uri ` configuration key.
105111
106112## 1.8.1 - 2017-12-06
@@ -113,7 +119,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
113119
114120### Added
115121
116- - Symfony 4 support.
122+ - Symfony 4 support.
117123- Support autowiring of ` Http\Client\Common\PluginClientFactory ` .
118124- Any third party library using ` Http\Client\Common\PluginClientFactory ` to create ` Http\Client\Common\PluginClient `
119125instances now gets zero config profiling.
@@ -163,8 +169,8 @@ services aliases for autowiring in Symfony 3.3.
163169
164170### Changed
165171
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.
172+ - We do collect profiler data after the request is processed by a plugin. With this change we
173+ will for example see the changes of ` HeaderAppendPlugin ` at that plugin instead of the next one.
168174
169175## 1.5.0 - 2017-05-05
170176
0 commit comments