Releases: sidorares/node-mysql2
Releases · sidorares/node-mysql2
v3.5.0
3.5.0 (2023-07-06)
Features
v3.4.5
3.4.5 (2023-07-05)
Bug Fixes
- handle prepare response with actual number of parameter definition less than reported in the prepare header. Fixes #2052 (b658be0)
v3.4.4
3.4.4 (2023-07-04)
Bug Fixes
- add
ProcedureCallPacket
to execute
overloads (3566ef7)
- add
ProcedureCallPacket
to query
overloads (352c3bc)
- add
ProcedureCallPacket
to promise-based execute
overloads (8292416)
- add
ProcedureCallPacket
to promise-based query
overloads (0f31a41)
- create
ProcedureCallPacket
typings (09ad1d2)
v3.4.3
3.4.3 (2023-06-30)
Bug Fixes
v3.4.2
3.4.2 (2023-06-26)
Bug Fixes
- changing type files to declaration type files (98e6f3a)
v3.4.1
3.4.1 (2023-06-24)
Bug Fixes
createPool
uri overload (98623dd)
PoolCluster
typings (3902ca6)
- create promise-based
PoolCluster
typings (7f38496)
- missing
parserCache
in promise.js
(7f35cf5)
- missing constants in
promise.js
(4ce2c70)
- missing keys for
Types
constant (86655ec)
- missing typings for
Charsets
constants (01f77a0)
- missing typings for
CharsetToEncoding
constants (609229a)
- missing typings for
parserCache
(891a523)
- missing typings for
Types
constant (04601dd)
- rename file of typings
Charsets
constants (51c4196)
v3.4.0
3.4.0 (2023-06-19)
Features
- support STATE_GTIDS session track information (2b1520f)
v3.3.5
3.3.5 (2023-06-12)
Bug Fixes
v3.3.4
3.3.4 (2023-06-11)
Bug Fixes
PromisePoolConnection
import name (76db54a)
releaseConnection
types and promise (4aac9d6)
v3.3.3
3.3.3 (2023-05-27)
Bug Fixes