Skip to content

Commit 03f4f6a

Browse files
committed
Prepare v0.8.3 release
1 parent 1005359 commit 03f4f6a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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+
## 0.8.3 (2017-09-08)
4+
5+
* Feature: Reduce memory consumption for failed connections
6+
(#113 by @valga)
7+
8+
* Fix: Work around write chunk size for TLS streams for PHP < 7.1.14
9+
(#114 by @clue)
10+
311
## 0.8.2 (2017-08-25)
412

513
* Feature: Update DNS dependency to support hosts file on all platforms

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,13 +1222,13 @@ As such, calling `cancel()` on the resulting promise has no effect.
12221222

12231223
## Install
12241224

1225-
The recommended way to install this library is [through Composer](http://getcomposer.org).
1226-
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
1225+
The recommended way to install this library is [through Composer](https://getcomposer.org).
1226+
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
12271227

12281228
This will install the latest supported version:
12291229

12301230
```bash
1231-
$ composer require react/socket:^0.8.2
1231+
$ composer require react/socket:^0.8.3
12321232
```
12331233

12341234
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -1277,7 +1277,7 @@ on affected versions.
12771277
## Tests
12781278

12791279
To run the test suite, you first need to clone this repo and then install all
1280-
dependencies [through Composer](http://getcomposer.org).
1280+
dependencies [through Composer](https://getcomposer.org).
12811281
Because the test suite contains some circular dependencies, you may have to
12821282
manually specify the root package version like this:
12831283

0 commit comments

Comments
 (0)