Skip to content

Releases: sidorares/node-mysql2

v3.1.2

08 Feb 19:44
99ac4d7
Compare
Choose a tag to compare

3.1.2 (2023-02-08)

Bug Fixes

  • update lru-cache reset method to clear (114f266)

v3.1.1

07 Feb 06:27
2b8b0b4
Compare
Choose a tag to compare

3.1.1 (2023-02-07)

Bug Fixes

  • remove accidental log in caching_sha2_password.js (c1202b6)

v3.1.0

30 Jan 02:02
93fe86e
Compare
Choose a tag to compare

3.1.0 (2023-01-30)

Features

  • cleanup buffer/string conversions in hashing/xor helpers that were failing in Bun (a2392e2)

Bug Fixes

  • when port is pased as a string convert it to a number (Bun's net.connect does not automatically convert this) (703ecb2)

v3.0.1

13 Jan 03:06
ba15fe2
Compare
Choose a tag to compare

3.0.1 (2023-01-13)

Dependencies

  • move eslint-config-prettier to devDependencies #1783, #1785

Miscellaneous Chores

v3.0.0

12 Jan 03:57
281bef2
Compare
Choose a tag to compare

3.0.0 (2023-01-12)

Miscellaneous Chores

( below is manually added while I'm trying to iron release-please issues and commits style )

Changes

  • named-placeholders library is updated to use newer lru-cache dependency, allowing it do dedupe and be shared between mysql2 and named-placeholders - #1711, mysqljs/named-placeholders#19
  • chai and mocha moved to devDependencies #1774
  • Amazon RDS ssl certificates updated including AWS China #1754
  • TCP_NODELAY flag enabled, avoiding long connect timeout in some scenarios #1751
  • typing improvements: #1675, #1674
  • fix: ensure pooled connections get released #1666

v3.0.0-rc.1

06 Nov 13:28
03b3e43
Compare
Choose a tag to compare

3.0.0-rc.1 (2022-11-06)

Bug Fixes

  • typings: Add the infileStreamFactory option to the type definition (bf9cc4c)
  • webpack projects no longer show warning for cardinal dependency (26c56ae)

Miscellaneous Chores