Skip to content

fix(deps): update dependency mysql2 to v3.24.2 - autoclosed - #1860

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mysql2-3.x
Closed

fix(deps): update dependency mysql2 to v3.24.2 - autoclosed#1860
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mysql2-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mysql2 (source) 3.14.23.24.2 age confidence

Release Notes

sidorares/node-mysql2 (mysql2)

v3.24.2

Compare Source

Bug Fixes

v3.24.1

Compare Source

Performance Improvements
  • single-pass utf8 string encoding for outgoing packets (#​4495) (183e947)

v3.24.0

Compare Source

Features
  • typed parameters, and adopt integer types the server reports (#​4488) (8ec20f1)
Bug Fixes
  • zero dates come back as "undefined 00:00:00" with dateStrings (#​4491) (5bf7bda)
Performance Improvements

v3.23.4

Compare Source

Bug Fixes
  • keep leading zeros in TIME fractional seconds (#​4481) (3cccf4a)
  • typings: align callback Pool and PoolConnection types with runtime (#​4478) (8b1f829)

v3.23.3

Compare Source

Bug Fixes

v3.23.2

Compare Source

Bug Fixes

v3.23.1

Compare Source

Bug Fixes
  • security: fix unbounded decompression of server-supplied compressed packets, reported by alanturing881 (7c48343)
  • parser: call typeCast for NULL values in the binary protocol (#​4394) (01f1092)

v3.23.0

Compare Source

Features
  • return unsafe integers inside JSON columns as exact strings with supportBigNumbers (#​4388) (a26ff14)
  • sql-escaper: add Temporal support when escaping values (#​4392) (6b933f6)
  • support MariaDB data types (UUID, INET4, INET6, VECTOR, JSON) via extended type metadata; run CI against MariaDB (#​4373) (5034e57)

v3.22.6

Compare Source

Bug Fixes
  • sql-escaper: resolve multi statement and expand object regressions (#​4380) (1b927a9)

v3.22.5

Compare Source

Bug Fixes
  • keep 00:00:00 time for TIMESTAMP in binary protocol with dateStrings (#​4327) (2af33a1)

v3.22.4

Compare Source

Bug Fixes

v3.22.3

Compare Source

Bug Fixes
  • allow resetOnRelease in connection config validation (#​4278) (e72f923)

v3.22.2

Compare Source

Bug Fixes
  • promise: point rejection stacks at caller for promise API (#​4267) (c79a3f3)

v3.22.1

Compare Source

Bug Fixes

v3.22.0

Compare Source

Features
Performance Improvements
  • defer Error object creation to error handlers in promise wrappers (#​4257) (ab131de)

v3.21.1

Compare Source

Bug Fixes

v3.21.0

Compare Source

Features
  • add support for query attributes (#​4223) (d732f78)
  • types: export ExecuteValues and QueryValues from entry point (9fafd6f)

v3.20.0

Compare Source

Features
  • add TracingChannel support for native APM instrumentation (#​4178) (c06afc2)
Bug Fixes

v3.19.1

Compare Source

Bug Fixes
  • bound null-terminated string read to packet end (fixes a potential OOB read reported by Doruk Tan Ozturk (peaktwilight)) (#​4161) (91c5229)
  • handle malformed geometry payloads (fixes a potential DoS vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#​4164) (1869215)
  • prevent query param override of URL-defined connection options (fixes a potential config injection vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#​4162) (3123b4e)
  • validate buffer bounds in geometry parser (fixes a potential DoS vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#​4159) (7c2ae00)

v3.19.0

Compare Source

Features
  • use server's preferred auth method to eliminate auth switch roundtrip (#​4140) (b57c671)
Bug Fixes

v3.18.2

Compare Source

Bug Fixes
  • types: add supportBigNumbers, bigNumberStrings, dateStrings, and timezone options to QueryOptions (#​4127) (b274e72)
  • types: extend QueryValues to callback-based methods (#​4129) (2ad5f0b)
  • types: improve ExecuteValues "nested" params (#​4133) (3f94950)
  • types: support Raw and Uint8Array params (#​4132) (bde9aec)

v3.18.1

Compare Source

Bug Fixes
  • types: ensure optional params in query and execute methods (#​4123) (3f4bbca)

v3.18.0

Compare Source

Features
  • add Symbol.dispose and Symbol.asyncDispose support for Connections, Pools, and Pool Clusters (#​4112) (1e612dc)

v3.17.5

Compare Source

Bug Fixes

v3.17.4

Compare Source

Bug Fixes

v3.17.3

Compare Source

Bug Fixes
  • fix PoolConnection.end callback and promise resolution (#​3937) (18ff2c6)

v3.17.2

Compare Source

Bug Fixes
  • distinguish delimiters in queries from SQL comments (#​4084) (454ba10)
  • pool: discard connection on error 1290 (Aurora read-only failure) (#​4075) (9188963)
  • pool: handle all read-only errors during Aurora failover (#​4082) (ce98d8e)

v3.17.1

Compare Source

Bug Fixes
  • expand object params after ON DUPLICATE KEY UPDATE preceded by SET (#​4076) (4d2b930)

v3.17.0

Compare Source

Bug Fixes
  • security: resolve a potential SQL injection bypass through objects (#​4054) (7f133cc)

v3.16.3

Compare Source

Bug Fixes
  • constants: remove unsupported CLIENT_DEPRECATE_EOF flag from constants (#​4033) (46c3f60)

v3.16.2

Compare Source

Bug Fixes
  • types: add missing ConnectionState type to Promise Connection interface (#​4034) (2927949)

v3.16.1

Compare Source

Bug Fixes
  • named-placeholders: improve handling of mixed/nested quotes in query parsing (#​4011) (3e00cd7)

v3.16.0

Compare Source

Features
  • BaseConnection: add state getter to track connection lifecycle (#​3958) (a394487)

v3.15.3

Compare Source

Bug Fixes

v3.15.2

Compare Source

Bug Fixes
  • fix sha256_password to work correctly over a TLS connection (#​3809) (fb9eae1)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features

v3.14.5

Compare Source

Bug Fixes

v3.14.4

Compare Source

Bug Fixes

v3.14.3

Compare Source

Bug Fixes
  • resolve parser cache collision with dual typeCast connections (#​3644) (ce2ad75)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from b4ea48d to f009ee3 Compare August 10, 2025 13:28
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from 5f21302 to 8a1833b Compare August 17, 2025 21:37
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from f6c7b38 to 0382e40 Compare August 24, 2025 21:11
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch from 0382e40 to 5658229 Compare August 31, 2025 18:06
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.14.3 fix(deps): update dependency mysql2 to v3.14.4 Sep 6, 2025
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 93d0a7d to b78edaa Compare September 7, 2025 13:26
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.14.4 fix(deps): update dependency mysql2 to v3.14.5 Sep 8, 2025
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 1e35d61 to e4ba602 Compare September 14, 2025 17:36
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.14.5 fix(deps): update dependency mysql2 to v3.15.0 Sep 16, 2025
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 2a7e98c to a75f3af Compare September 19, 2025 18:10
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.15.0 fix(deps): update dependency mysql2 to v3.15.1 Sep 24, 2025
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from cbddb22 to 52733ea Compare September 28, 2025 16:39
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 4 times, most recently from 6ae495f to 859d7a4 Compare October 5, 2025 21:50
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.15.1 fix(deps): update dependency mysql2 to v3.15.2 Oct 8, 2025
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 4 times, most recently from c13f95b to f18af16 Compare October 12, 2025 17:57
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 733c92d to ddf1c22 Compare November 21, 2025 14:18
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from 7e319c1 to 58dba1f Compare November 30, 2025 13:09
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from 956d421 to 2a94c6d Compare December 7, 2025 16:49
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch from 2a94c6d to f223108 Compare December 12, 2025 15:30
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.15.3 fix(deps): update dependency mysql2 to v3.16.0 Dec 16, 2025
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 2bc3eff to 494ba69 Compare December 19, 2025 14:16
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from 8497bae to f0df37e Compare December 28, 2025 17:17
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 5 times, most recently from 7d29ef2 to 3ea93a6 Compare January 9, 2026 17:00
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 4df0a5a to 1f0429d Compare January 16, 2026 06:14
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.16.0 fix(deps): update dependency mysql2 to v3.16.1 Jan 16, 2026
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from e926482 to b9dcdbe Compare January 23, 2026 14:15
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch from b9dcdbe to 05b2e71 Compare January 25, 2026 13:58
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.16.1 fix(deps): update dependency mysql2 to v3.16.2 Jan 26, 2026
@renovate
renovate Bot force-pushed the renovate/mysql2-3.x branch from 05b2e71 to 23e8d58 Compare January 26, 2026 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants