Skip to content

Commit 97522e2

Browse files
committed
Prepare v1.4.0 release
1 parent 550c336 commit 97522e2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 1.4.0 (2020-03-12)
4+
5+
A major new feature lease, see [**release announcement**](https://clue.engineering/2020/introducing-ipv6-for-reactphp).
6+
7+
* Feature: Add IPv6 support to `Connector` (implement "Happy Eyeballs" algorithm to support IPv6 probing).
8+
IPv6 support is turned on by default, use new `happy_eyeballs` option in `Connector` to toggle behavior.
9+
(#196, #224 and #225 by @WyriHaximus and @clue)
10+
11+
* Feature: Default to using DNS cache (with max 256 entries) for `Connector`.
12+
(#226 by @clue)
13+
14+
* Add `.gitattributes` to exclude dev files from exports and some minor code style fixes.
15+
(#219 by @reedy and #218 by @mmoreram)
16+
17+
* Improve test suite to fix failing test cases when using new DNS component,
18+
significantly improve test performance by awaiting events instead of sleeping,
19+
exclude TLS 1.3 test on PHP 7.3, run tests on PHP 7.4 and simplify test matrix.
20+
(#208, #209, #210, #217 and #223 by @clue)
21+
322
## 1.3.0 (2019-07-10)
423

524
* Feature: Forward compatibility with upcoming stable DNS component.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ This project follows [SemVer](https://semver.org/).
14251425
This will install the latest supported version:
14261426

14271427
```bash
1428-
$ composer require react/socket:^1.3
1428+
$ composer require react/socket:^1.4
14291429
```
14301430

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

0 commit comments

Comments
 (0)