@@ -5,12 +5,18 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
5
5
### Added
6
6
7
7
- 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.
8
14
9
15
## 1.15.2 - 2019-04-18
10
16
11
17
### Fixed
12
18
13
- - Fix to pass only allowed options to the ` ContentTypePlugin ` .
19
+ - Fix to pass only allowed options to the ` ContentTypePlugin ` .
14
20
15
21
## 1.15.1 - 2019-04-12
16
22
@@ -27,7 +33,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
27
33
(Only available with Httplug 2)
28
34
- Configuration for the content_type plugin
29
35
- 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
31
37
to prevent autowiring the HttpClient and HttpAsyncClient
32
38
33
39
### Changed
@@ -51,7 +57,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
51
57
52
58
### Added
53
59
54
- - Support for any PSR-18 client.
60
+ - Support for any PSR-18 client.
55
61
56
62
### Changed
57
63
@@ -93,14 +99,14 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
93
99
## 1.10.0 - 2018-03-27
94
100
95
101
### Added
96
-
102
+
97
103
- 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.
99
105
100
106
## 1.9.0 - 2018-03-06
101
107
102
108
### Added
103
-
109
+
104
110
- Allow to configure the ` BaseUriPlugin ` per client, under the ` base_uri ` configuration key.
105
111
106
112
## 1.8.1 - 2017-12-06
@@ -113,7 +119,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
113
119
114
120
### Added
115
121
116
- - Symfony 4 support.
122
+ - Symfony 4 support.
117
123
- Support autowiring of ` Http\Client\Common\PluginClientFactory ` .
118
124
- Any third party library using ` Http\Client\Common\PluginClientFactory ` to create ` Http\Client\Common\PluginClient `
119
125
instances now gets zero config profiling.
@@ -163,8 +169,8 @@ services aliases for autowiring in Symfony 3.3.
163
169
164
170
### Changed
165
171
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.
168
174
169
175
## 1.5.0 - 2017-05-05
170
176
0 commit comments