File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.3 (2019-04-03)
4
+
5
+ * Fix: Ignore unsolicited server error when not executing any commands.
6
+ (#102 by @clue )
7
+
8
+ * Fix: Fix decoding URL-encoded special characters in credentials from database connection URI.
9
+ (#98 and #101 by @clue )
10
+
3
11
## 0.5.2 (2019-02-05)
4
12
5
13
* Fix: Fix ` ConnectionInterface ` return type hint in ` Factory ` .
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ The recommended way to install this library is [through Composer](https://getcom
485
485
This will install the latest supported version:
486
486
487
487
``` bash
488
- $ composer require react/mysql:^0.5.2
488
+ $ composer require react/mysql:^0.5.3
489
489
```
490
490
491
491
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments