Skip to content

Commit 23b7372

Browse files
committed
Prepare v1.2.0 release
1 parent 2d51865 commit 23b7372

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.0 (2019-01-07)
4+
5+
* Feature / Fix: Improve TLS 1.3 support.
6+
(#186 by @clue)
7+
8+
TLS 1.3 is now an official standard as of August 2018! :tada:
9+
The protocol has major improvements in the areas of security, performance, and privacy.
10+
TLS 1.3 is supported by default as of [OpenSSL 1.1.1](https://www.openssl.org/blog/blog/2018/09/11/release111/).
11+
For example, this version ships with Ubuntu 18.10 (and newer) by default, meaning that recent installations support TLS 1.3 out of the box :shipit:
12+
13+
* Fix: Avoid possibility of missing remote address when TLS handshake fails.
14+
(#188 by @clue)
15+
16+
* Improve performance by prefixing all global functions calls with `\` to skip the look up and resolve process and go straight to the global function.
17+
(#183 by @WyriHaximus)
18+
19+
* Update documentation to use full class names with namespaces.
20+
(#187 by @clue)
21+
22+
* Improve test suite to avoid some possible race conditions,
23+
test against PHP 7.3 on Travis and
24+
use dedicated `assertInstanceOf()` assertions.
25+
(#185 by @clue, #178 by @WyriHaximus and #181 by @carusogabriel)
26+
327
## 1.1.0 (2018-10-01)
428

529
* Feature: Improve error reporting for failed connection attempts and improve

README.md

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

13561356
```bash
1357-
$ composer require react/socket:^1.1
1357+
$ composer require react/socket:^1.2
13581358
```
13591359

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

0 commit comments

Comments
 (0)