Skip to content

Commit

Permalink
Prepare v0.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Feb 8, 2018
1 parent 5c6ffbd commit a0f6814
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.5.7 (2018-02-08)

* Fix: Ignore excessive whitespace in chunk header for `Transfer-Encoding: chunked`
(#123 by @DangerLifter and @clue)

* Fix: Ignore invalid incoming `Transfer-Encoding` response header
(#122 by @clue)

* Improve documentation for `Client` (and advanced `Connector`)
(#111 by @jsor and #121 by @clue)

* Improve test suite by adding support for PHPUnit 6
(#112 by @carusogabriel)

## 0.5.6 (2017-09-17)

* Feature: Update Socket component to support HTTP over Unix domain sockets (UDS)
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# HttpClient

[![Build Status](https://travis-ci.org/reactphp/http-client.svg?branch=master)](https://travis-ci.org/reactphp/http-client)
[![Code Climate](https://codeclimate.com/github/reactphp/http-client/badges/gpa.svg)](https://codeclimate.com/github/reactphp/http-client)

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

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

```bash
$ composer require react/http-client:^0.5.6
$ composer require react/http-client:^0.5.7
```

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

This project aims to run on any platform and thus does not require any PHP
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
extensions and supports running on legacy PHP 5.4 through current PHP 7+ and
HHVM.
It's *highly recommended to use PHP 7+* for this project.

Expand Down

0 comments on commit a0f6814

Please sign in to comment.