10000 Prepare v1.13.0 release · reactphp/socket@cff482b · GitHub
[go: up one dir, main page]

Skip to content

Commit cff482b

Browse files
committed
Prepare v1.13.0 release
1 parent 17306ce commit cff482b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 1.13.0 (2023-06-07)
4+
5+
* Feature: Include timeout logic to avoid dependency on reactphp/promise-timer.
6+
(#305 by @clue)
7+
8+
* Feature: Improve errno detection for failed connections without `ext-sockets`.
9+
(#304 by @clue)
10+
11+
* Improve test suite, clean up leftover `.sock` files and report failed assertions.
12+
(#299, #300, #301 and #306 by @clue)
13+
314
## 1.12.0 (2022-08-25)
415

516
* Feature: Forward compatibility with react/promise 3.

README.md

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

14961496
```bash
1497-
composer require react/socket:^1.12
1497+
composer require react/socket:^1.13
14981498
```
14991499

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

0 commit comments

Comments
 (0)
0