Skip to content

Commit 30fbe2b

Browse files
chore(master): release 3.14.1
1 parent 0b835df commit 30fbe2b

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

Changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [3.14.1](https://github.com/vobarian/node-mysql2/compare/v3.14.3...v3.14.1) (2025-08-21)
4+
5+
6+
### Features
7+
8+
* **`disableEval`:** add static parsers ([#3365](https://github.com/vobarian/node-mysql2/issues/3365)) ([51da653](https://github.com/vobarian/node-mysql2/commit/51da653448855a57f87fa686a10fd8aa482da498))
9+
* add `RegExp` support to PoolCluster ([#3451](https://github.com/vobarian/node-mysql2/issues/3451)) ([2d5050d](https://github.com/vobarian/node-mysql2/commit/2d5050d59c28b269d1ef52b70a726777a34ecf1c))
10+
* **PoolCluster:** `restoreNodeTimeout` implementation ([#3218](https://github.com/vobarian/node-mysql2/issues/3218)) ([9a38601](https://github.com/vobarian/node-mysql2/commit/9a3860186c12452c8e4b60d700d4e1599cc7aefa))
11+
* support Cloudflare Workers ([#2289](https://github.com/vobarian/node-mysql2/issues/2289)) ([a79253d](https://github.com/vobarian/node-mysql2/commit/a79253d17e5308a71501bbe8ed4df12f5805f0fd))
12+
13+
14+
### Bug Fixes
15+
16+
* `PromisePoolCluster.of` returns `PromisePoolCluster` instead of `PoolNamespace` ([#3261](https://github.com/vobarian/node-mysql2/issues/3261)) ([be22202](https://github.com/vobarian/node-mysql2/commit/be22202e87afce0558dd079c79e0e18f45cd73ad))
17+
* 1040 datetime fields returned without time part when time is 00:00:00 ([#3204](https://github.com/vobarian/node-mysql2/issues/3204)) ([bded498](https://github.com/vobarian/node-mysql2/commit/bded4980065319e58a4f87d828cc355fb79f5bd3))
18+
* circular dependencies ([#3081](https://github.com/vobarian/node-mysql2/issues/3081)) ([d5a76e6](https://github.com/vobarian/node-mysql2/commit/d5a76e6c49fbb1bfea405ad809e3076fe5bda39d))
19+
* **createPoolCluster:** add pattern and selector to promise-based `getConnection` ([#3017](https://github.com/vobarian/node-mysql2/issues/3017)) ([ab7c49f](https://github.com/vobarian/node-mysql2/commit/ab7c49f24fad7b241cdc0046ead9917bbddccced)), closes [#1381](https://github.com/vobarian/node-mysql2/issues/1381)
20+
* Deno `v2` requires `commonjs` type explicitly ([#3209](https://github.com/vobarian/node-mysql2/issues/3209)) ([cdc9415](https://github.com/vobarian/node-mysql2/commit/cdc9415c7cbe5806996b05415841b283ae0bd85d))
21+
* pass columnType to readDateTimeString ([#3700](https://github.com/vobarian/node-mysql2/issues/3700)) ([1ee48cc](https://github.com/vobarian/node-mysql2/commit/1ee48cce69eb7d89c52ac2c0369d28b324bb7848))
22+
* **query:** support `VECTOR` packets in static parser ([#3379](https://github.com/vobarian/node-mysql2/issues/3379)) ([603c246](https://github.com/vobarian/node-mysql2/commit/603c24630da0f999a01227d44cf2633d703e40ed))
23+
* resolve LRU conflicts, cache loss and premature engine breaking change ([#2988](https://github.com/vobarian/node-mysql2/issues/2988)) ([2c3c858](https://github.com/vobarian/node-mysql2/commit/2c3c858fd0425b29f488a7cd24df749539c93aa2))
24+
* resolve parser cache collision with dual typeCast connections ([#3644](https://github.com/vobarian/node-mysql2/issues/3644)) ([ce2ad75](https://github.com/vobarian/node-mysql2/commit/ce2ad75a3223366a04f71008d6095111608a28c6))
25+
* **types:** correct TypeCast's Next callback to return unknown ([#3129](https://github.com/vobarian/node-mysql2/issues/3129)) ([401db79](https://github.com/vobarian/node-mysql2/commit/401db79b88cae8731a9eb334e456528134f821f9))
26+
* **typings:** synchronize types of sqlstring ([#3047](https://github.com/vobarian/node-mysql2/issues/3047)) ([81be01b](https://github.com/vobarian/node-mysql2/commit/81be01b1bce30cac3f6fcc130aaf859349c5d3d2))
27+
* update connection cleanup process to handle expired connections and exceeding `config.maxIdle` ([#3022](https://github.com/vobarian/node-mysql2/issues/3022)) ([b091cf4](https://github.com/vobarian/node-mysql2/commit/b091cf49d4165e991cb7c51dd6074be1c996a98e))
28+
29+
30+
### Miscellaneous Chores
31+
32+
* release 3.14.1 ([9d097f8](https://github.com/vobarian/node-mysql2/commit/9d097f8dc2105b549e052172bf32fcf360fba742))
33+
334
## [3.14.3](https://github.com/sidorares/node-mysql2/compare/v3.14.2...v3.14.3) (2025-07-29)
435

536

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql2",
3-
"version": "3.14.3",
3+
"version": "3.14.1",
44
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
55
"main": "index.js",
66
"typings": "typings/mysql/index",

0 commit comments

Comments
 (0)