Skip to content

Commit 005e7d5

Browse files
committed
Prepare v1.6.0 release
1 parent a6fe748 commit 005e7d5

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

CHANGELOG.md

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

3+
## 1.6.0 (2020-10-23)
4+
5+
* Enhanced documentation for ReactPHP's new HTTP client.
6+
(#35 and #37 by @SimonFrings)
7+
8+
* Improve test suite, prepare PHP 8 support and support PHPUnit 9.3.
9+
(#36 by @SimonFrings)
10+
311
## 1.5.0 (2020-06-19)
412

513
* Feature / Fix: Support PHP 7.4 by skipping unneeded cleanup of exception trace args.

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ existing higher-level protocol implementation.
2020
Send any number of HTTP CONNECT requests in parallel and process their
2121
responses as soon as results come in.
2222
The Promise-based design provides a *sane* interface to working with out of
23-
bound responses and possible connection errors.
23+
order responses and possible connection errors.
2424
* **Standard interfaces** -
2525
Allows easy integration with existing higher-level components by implementing
2626
ReactPHP's standard
@@ -37,16 +37,16 @@ existing higher-level protocol implementation.
3737
* [Support us](#support-us)
3838
* [Quickstart example](#quickstart-example)
3939
* [Usage](#usage)
40-
* [ProxyConnector](#proxyconnector)
41-
* [Plain TCP connections](#plain-tcp-connections)
42-
* [Secure TLS connections](#secure-tls-connections)
43-
* [HTTP requests](#http-requests)
44-
* [Connection timeout](#connection-timeout)
45-
* [DNS resolution](#dns-resolution)
46-
* [Authentication](#authentication)
47-
* [Advanced HTTP headers](#advanced-http-headers)
48-
* [Advanced secure proxy connections](#advanced-secure-proxy-connections)
49-
* [Advanced Unix domain sockets](#advanced-unix-domain-sockets)
40+
* [ProxyConnector](#proxyconnector)
41+
* [Plain TCP connections](#plain-tcp-connections)
42+
* [Secure TLS connections](#secure-tls-connections)
43+
* [HTTP requests](#http-requests)
44+
* [Connection timeout](#connection-timeout)
45+
* [DNS resolution](#dns-resolution)
46+
* [Authentication](#authentication)
47+
* [Advanced HTTP headers](#advanced-http-headers)
48+
* [Advanced secure proxy connections](#advanced-secure-proxy-connections)
49+
* [Advanced Unix domain sockets](#advanced-unix-domain-sockets)
5050
* [Install](#install)
5151
* [Tests](#tests)
5252
* [License](#license)
@@ -422,7 +422,7 @@ This project follows [SemVer](https://semver.org/).
422422
This will install the latest supported version:
423423

424424
```bash
425-
$ composer require clue/http-proxy-react:^1.5
425+
$ composer require clue/http-proxy-react:^1.6
426426
```
427427

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

0 commit comments

Comments
 (0)