Releases: sidorares/node-mysql2
Releases · sidorares/node-mysql2
v3.14.4
3.14.4 (2025-09-01)
Bug Fixes
- stream: destroy connection when stream errors (#3769) (cc34a83)
- stream: resume connection when stream errors or is destroyed (#3775) (9642a1e)
- stream: fix backpressure when using TLS (#1752) (64ea4cd)
v3.14.3
3.14.3 (2025-07-29)
Bug Fixes
- resolve parser cache collision with dual typeCast connections (#3644) (ce2ad75)
v3.14.1
3.14.1 (2025-04-27)
Bug Fixes
- Fix for SET NAMES utf8 causing an unknown encoding error (#3551) 0617813
v3.13.0
3.13.0 (2025-03-06)
Features
Bug Fixes
- query: support
VECTOR
packets in static parser (#3379) (603c246)
PromisePoolCluster.of
returns PromisePoolCluster
instead of PoolNamespace
(#3261) (be22202)
v3.12.0
3.12.0 (2024-12-23)
Features
- PoolCluster:
restoreNodeTimeout
implementation (#3218) (9a38601)
v3.11.5
3.11.5 (2024-11-28)
Bug Fixes
- fix datetime fields returned without time part when time is 00:00:00 (#3204) (bded498)
- resolve circular dependencies (#3081) (d5a76e6)
- Deno
v2
requires commonjs
type explicitly (#3209) (cdc9415)
v3.11.4
3.11.4 (2024-11-05)
Bug Fixes
- types: correct TypeCast's Next callback to return unknown (#3129) (401db79)