Releases: sidorares/node-mysql2
Releases · sidorares/node-mysql2
v3.11.4
3.11.4 (2024-11-05)
Bug Fixes
- types: correct TypeCast's Next callback to return unknown (#3129) (401db79)
v3.11.2
3.11.2 (2024-09-11)
Bug Fixes
- resolve LRU conflicts, cache loss and premature engine breaking change (#2988) (2c3c858)
v3.11.1
3.11.1 (2024-09-10)
Bug Fixes
- createPoolCluster: add pattern and selector to promise-based
getConnection
(#3017) (ab7c49f)
- update connection cleanup process to handle expired connections and exceeding
config.maxIdle
(#3022) (b091cf4)
v3.10.2
3.10.2 (2024-07-01)
Bug Fixes
- typeCast: ensure the same behavior for
field.string()
with query
and execute
(#2820) (27e38ea)
v3.10.0
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
3.9.9 (2024-05-29)
Bug Fixes
- connection config: remove keepAliveInitialDelay default value (#2712) (688ebab)