Skip to content

Releases: sidorares/node-mysql2

v3.18.2

26 Feb 17:51
6ba07ea

Choose a tag to compare

3.18.2 (2026-02-26)

Bug Fixes

  • types: add supportBigNumbers, bigNumberStrings, dateStrings, and timezone options to QueryOptions (#4127) (b274e72)
  • types: extend QueryValues to callback-based methods (#4129) (2ad5f0b)
  • types: improve ExecuteValues "nested" params (#4133) (3f94950)
  • types: support Raw and Uint8Array params (#4132) (bde9aec)

v3.18.1

25 Feb 15:45
69ee696

Choose a tag to compare

3.18.1 (2026-02-25)

Bug Fixes

  • types: ensure optional params in query and execute methods (#4123) (3f4bbca)

v3.18.0

23 Feb 13:56
601995f

Choose a tag to compare

3.18.0 (2026-02-23)

Features

  • add Symbol.dispose and Symbol.asyncDispose support for Connections, Pools, and Pool Clusters (#4112) (1e612dc)

v3.17.5

23 Feb 08:44
a3178bf

Choose a tag to compare

3.17.5 (2026-02-23)

Bug Fixes

  • add missing charset encoding for UTF8MB4_0900_BIN (#3855) (c9a0dcd)
  • fix wrong length number write to packet (#3177) (0e06e02)
  • pool: resolve potential memory leak (#4111) (8aa2052)
  • deps: include @types/node as a peer dependency (#4108) (5f8ac97)

v3.17.4

20 Feb 10:33
6da0d8c

Choose a tag to compare

3.17.4 (2026-02-20)

Bug Fixes

v3.17.3

19 Feb 15:39
2b0325b

Choose a tag to compare

3.17.3 (2026-02-19)

Bug Fixes

  • fix PoolConnection.end callback and promise resolution (#3937) (18ff2c6)

v3.17.2

16 Feb 18:55
9a37ff3

Choose a tag to compare

3.17.2 (2026-02-16)

Bug Fixes

  • format: distinguish delimiters in queries from SQL comments (#4084) (454ba10)
  • pool: discard connection on error 1290 (Aurora read-only failure) (#4075) (9188963)
  • pool: handle all read-only errors during Aurora failover (#4082) (ce98d8e)

v3.17.1

13 Feb 00:16
8006c0e

Choose a tag to compare

3.17.1 (2026-02-13)

Bug Fixes

  • expand object params after ON DUPLICATE KEY UPDATE preceded by SET (#4076) (4d2b930)

v3.17.0

11 Feb 00:20
f36ecb9

Choose a tag to compare

3.17.0 (2026-02-10)

Bug Fixes

  • security: resolve a potential SQL injection bypass through objects (#4054) (7f133cc)

v3.16.3

03 Feb 18:04
d0c8317

Choose a tag to compare

3.16.3 (2026-02-03)

Bug Fixes

  • constants: remove unsupported CLIENT_DEPRECATE_EOF flag from constants (#4033) (46c3f60)