File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
519A major feature release with a significant documentation overhaul and long overdue API cleanup!
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ The recommended way to install this library is [through Composer](https://getcom
356356This 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
362362See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments