8000 Prepare v0.5.7 release · reactphp/http-client@a0f6814 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0f6814

Browse files
committed
Prepare v0.5.7 release
1 parent 5c6ffbd commit a0f6814

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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+
317
## 0.5.6 (2017-09-17)
418

519
* Feature: Update Socket component to support HTTP over Unix domain sockets (UDS)

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# HttpClient
22

33
[![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)
54

65
Event-driven, streaming HTTP client for [ReactPHP](https://reactphp.org).
76

@@ -165,13 +164,13 @@ The recommended way to install this library is [through Composer](https://getcom
165164
This will install the latest supported version:
166165

167166
```bash
168-
$ composer require react/http-client:^0.5.6
167+
$ composer require react/http-client:^0.5.7
169168
```
170169

171170
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
172171

173172
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
175174
HHVM.
176175
It's *highly recommended to use PHP 7+* for this project.
177176

0 commit comments

Comments
 (0)
0