Skip to content

Releases: sidorares/node-mysql2

v3.11.0

27 Jul 14:30
b9ef741
Compare
Choose a tag to compare

3.11.0 (2024-07-27)

Features

v3.10.3

15 Jul 22:41
013922f
Compare
Choose a tag to compare

3.10.3 (2024-07-15)

Bug Fixes

v3.10.2

01 Jul 01:13
88dd4b5
Compare
Choose a tag to compare

3.10.2 (2024-07-01)

Bug Fixes

  • typeCast: ensure the same behavior for field.string() with query and execute (#2820) (27e38ea)

v3.10.1

13 Jun 22:52
7de393f
Compare
Choose a tag to compare

3.10.1 (2024-06-13)

Bug Fixes

v3.10.0

30 May 19:04
e87ffb7
Compare
Choose a tag to compare

3.10.0 (2024-05-30)

Features

Bug Fixes

  • stream: reads should emit the dataset number for each dataset (#2496, #2628) (4dab4ca)

v3.9.9

29 May 14:29
693c05f
Compare
Choose a tag to compare

3.9.9 (2024-05-29)

Bug Fixes

  • connection config: remove keepAliveInitialDelay default value (#2712) (688ebab)

v3.9.8

26 May 23:53
f637d3f
Compare
Choose a tag to compare

3.9.8 (2024-05-26)

Bug Fixes

  • security: sanitize fields and tables when using nestTables (#2702) (efe3db5)
  • support deno + caching_sha2_password FULL_AUTHENTICATION_PACKET flow (#2704) (2e03694)
  • typings: typo from jonServerPublicKey to onServerPublicKey (#2699) (8b5f691)

v3.9.7

21 Apr 11:12
2d3cad8
Compare
Choose a tag to compare

3.9.7 (2024-04-21)

Bug Fixes

  • security: sanitize timezone parameter value to prevent code injection - report by zhaoyudi (Nebulalab) (#2608) (7d4b098)

v3.9.6

18 Apr 06:22
4f58caa
Compare
Choose a tag to compare

3.9.6 (2024-04-18)

Bug Fixes

  • binary parser sometimes reads out of packet bounds when results contain null and typecast is false (#2601) (705835d)

v3.9.5

17 Apr 11:03
2129818
Compare
Choose a tag to compare

3.9.5 (2024-04-17)

Bug Fixes

  • revert breaking change in results creation (#2591) (f7c60d0)