Releases: sidorares/node-mysql2
Releases · sidorares/node-mysql2
v3.1.2
v3.1.1
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2023-01-12)
Miscellaneous Chores
- release 3.0.0 (11692b2)
( 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
andmocha
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
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
- v3.0.0-rc.1 changes (1b684bb)