Skip to content

Commit 9a99489

Browse files
committed
Update CHANGELOG with latest changes.
1 parent f72fddf commit 9a99489

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1212
### Added
1313

1414
- 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.
1521

1622
## 1.15.2 - 2019-04-18
1723

1824
### Fixed
1925

20-
- Fix to pass only allowed options to the `ContentTypePlugin`.
26+
- Fix to pass only allowed options to the `ContentTypePlugin`.
2127

2228
## 1.15.1 - 2019-04-12
2329

@@ -34,7 +40,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
3440
(Only available with Httplug 2)
3541
- Configuration for the content_type plugin
3642
- 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
3844
to prevent autowiring the HttpClient and HttpAsyncClient
3945

4046
### Changed
@@ -58,7 +64,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
5864

5965
### Added
6066

61-
- Support for any PSR-18 client.
67+
- Support for any PSR-18 client.
6268

6369
### Changed
6470

@@ -100,14 +106,14 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
100106
## 1.10.0 - 2018-03-27
101107

102108
### Added
103-
109+
104110
- 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.
106112

107113
## 1.9.0 - 2018-03-06
108114

109115
### Added
110-
116+
111117
- Allow to configure the `BaseUriPlugin` per client, under the `base_uri` configuration key.
112118

113119
## 1.8.1 - 2017-12-06
@@ -120,7 +126,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
120126

121127
### Added
122128

123-
- Symfony 4 support.
129+
- Symfony 4 support.
124130
- Support autowiring of `Http\Client\Common\PluginClientFactory`.
125131
- Any third party library using `Http\Client\Common\PluginClientFactory` to create `Http\Client\Common\PluginClient`
126132
instances now gets zero config profiling.
@@ -170,8 +176,8 @@ services aliases for autowiring in Symfony 3.3.
170176

171177
### Changed
172178

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.
175181

176182
## 1.5.0 - 2017-05-05
177183

0 commit comments

Comments
 (0)