Skip to content

Commit d6bd873

Browse files
chore(master): release 3.23.0
1 parent 5034e57 commit d6bd873

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/release/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.22.6"
2+
".": "3.23.0"
33
}

Changelog.md

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

3+
## [3.23.0](https://github.com/sidorares/node-mysql2/compare/v3.22.6...v3.23.0) (2026-07-10)
4+
5+
6+
### Features
7+
8+
* support MariaDB data types (UUID, INET4, INET6, VECTOR, JSON) via extended type metadata; run CI against MariaDB ([#4373](https://github.com/sidorares/node-mysql2/issues/4373)) ([5034e57](https://github.com/sidorares/node-mysql2/commit/5034e5771929ce7499f6257035600dc88a442c71))
9+
310
## [3.22.6](https://github.com/sidorares/node-mysql2/compare/v3.22.5...v3.22.6) (2026-07-07)
411

512

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.22.6",
3+
"version": "3.23.0",
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)