Skip to content

Commit faaa6b3

Browse files
committed
Prepare v0.4.1 release
1 parent 43e4e85 commit faaa6b3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 0.4.1 (2018-10-18)
4+
5+
* Feature: Support cancellation of pending connection attempts.
6+
(#84 by @clue)
7+
8+
* Feature: Add `warningCount` to `QueryResult`.
9+
(#82 by @legionth)
10+
11+
* Feature: Add exception message for invalid MySQL URI.
12+
(#80 by @CharlotteDunois)
13+
14+
* Fix: Fix parsing error message during handshake (Too many connections).
15+
(#83 by @clue)
16+
317
## 0.4.0 (2018-09-21)
418

519
A major feature release with a significant documentation overhaul and long overdue API cleanup!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ The recommended way to install this library is [through Composer](https://getcom
356356
This will install the latest supported version:
357357

358358
```bash
359-
$ composer require react/mysql:^0.4
359+
$ composer require react/mysql:^0.4.1
360360
```
361361

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

0 commit comments

Comments
 (0)