File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.7 (2018-02-08)
4
+
5
+ * Fix: Ignore excessive whitespace in chunk header for ` Transfer-Encoding: chunked `
6
+ (#123 by @DangerLifter and @clue )
7
+
8
+ * Fix: Ignore invalid incoming ` Transfer-Encoding ` response header
9
+ (#122 by @clue )
10
+
11
+ * Improve documentation for ` Client ` (and advanced ` Connector ` )
12
+ (#111 by @jsor and #121 by @clue )
13
+
14
+ * Improve test suite by adding support for PHPUnit 6
15
+ (#112 by @carusogabriel )
16
+
3
17
## 0.5.6 (2017-09-17)
4
18
5
19
* Feature: Update Socket component to support HTTP over Unix domain sockets (UDS)
Original file line number Diff line number Diff line change 1
1
# HttpClient
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/reactphp/http-client.svg?branch=master )] ( https://travis-ci.org/reactphp/http-client )
4
- [ ![ Code Climate] ( https://codeclimate.com/github/reactphp/http-client/badges/gpa.svg )] ( https://codeclimate.com/github/reactphp/http-client )
5
4
6
5
Event-driven, streaming HTTP client for [ ReactPHP] ( https://reactphp.org ) .
7
6
@@ -165,13 +164,13 @@ The recommended way to install this library is [through Composer](https://getcom
165
164
This will install the latest supported version:
166
165
167
166
``` bash
168
- $ composer require react/http-client:^0.5.6
167
+ $ composer require react/http-client:^0.5.7
169
168
```
170
169
171
170
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
172
171
173
172
This project aims to run on any platform and thus does not require any PHP
174
- extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
173
+ extensions and supports running on legacy PHP 5.4 through current PHP 7+ and
175
174
HHVM.
176
175
It's * highly recommended to use PHP 7+* for this project.
177
176
You can’t perform that action at this time.
0 commit comments