Skip to content

Commit c23b802

Browse files
committed
Prepare v0.3.3 release
1 parent 58f8cba commit c23b802

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 0.3.3 (2018-06-18)
4+
5+
* Fix: Reject pending commands if connection is closed
6+
(#52 by @clue)
7+
8+
* Fix: Do not support multiple statements for security and API reasons
9+
(#51 by @clue)
10+
11+
* Fix: Fix reading empty rows containing only empty string columns
12+
(#46 by @clue)
13+
14+
* Fix: Report correct field length for fields longer than 16k chars
15+
(#42 by @clue)
16+
17+
* Add quickstart example and interactive CLI example
18+
(#45 by @clue)
19+
320
## 0.3.2 (2018-04-04)
421

522
* Fix: Fix parameter binding if query contains question marks

README.md

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

128128
```bash
129-
$ composer require react/mysql:^0.3.2
129+
$ composer require react/mysql:^0.3.3
130130
```
131131

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

0 commit comments

Comments
 (0)