Skip to content

Releases: sidorares/node-mysql2

v3.5.0

06 Jul 11:21
dd8cba9
Compare
Choose a tag to compare

3.5.0 (2023-07-06)

Features

v3.4.5

05 Jul 07:02
40452c1
Compare
Choose a tag to compare

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

04 Jul 12:14
7b09c7d
Compare
Choose a tag to compare

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

30 Jun 00:37
f96b1c8
Compare
Choose a tag to compare

3.4.3 (2023-06-30)

Bug Fixes

v3.4.2

26 Jun 07:15
5b48cb7
Compare
Choose a tag to compare

3.4.2 (2023-06-26)

Bug Fixes

  • changing type files to declaration type files (98e6f3a)

v3.4.1

24 Jun 11:30
2d91b01
Compare
Choose a tag to compare

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

19 Jun 08:56
37161a2
Compare
Choose a tag to compare

3.4.0 (2023-06-19)

Features

  • support STATE_GTIDS session track information (2b1520f)

v3.3.5

13 Jun 01:17
dc61b50
Compare
Choose a tag to compare

3.3.5 (2023-06-12)

Bug Fixes

v3.3.4

11 Jun 08:21
9f4da27
Compare
Choose a tag to compare

3.3.4 (2023-06-11)

Bug Fixes

  • PromisePoolConnection import name (76db54a)
  • releaseConnection types and promise (4aac9d6)

v3.3.3

27 May 15:11
ec2f124
Compare
Choose a tag to compare

3.3.3 (2023-05-27)

Bug Fixes