Skip to content

Commit d4a34ca

Browse files
committed
v1.3.0 changes
1 parent 9c143ad commit d4a34ca

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Changelog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1+
1.3.0 ( 29/05/2017 )
2+
- Make Promise Pool wrapper extend EventEmitter #567, 468
3+
- build: integrate prettier #563
4+
- do not send 23 unallocated bytes over wire #547
5+
- fix: PromiseConnection missing interface functions
6+
from Connection #531, #495
7+
8+
19
1.2.0 ( 17/02/2017 )
210
- add new MySQL 5.6/8.0 charsets #494
311
- build: drop support for node 0.10 and 0.12
4-
- fix: Connection not released when Pool.Execute
12+
- fix: Connection not released when Pool.Execute
513
called without values #509, #485, #488, #475
614

715
1.1.2 ( 15/11/2016 )
816
- (fix) memory leak introduced with iconv
917
encoder/decoder cache #459, #458
1018
- remove use of domains #451, #449
11-
- (fix) handle correctly packets over 0xffffff bytes
19+
- (fix) handle correctly packets over 0xffffff bytes
1220
long + compressed protocol rewrite #421, #248, #419, #426
1321
- (perf) replace double-ended-queue with denqueue #444
1422
- (feat) automatically track client encoding change #437, #389

0 commit comments

Comments
 (0)