Skip to content

fix(deps): update dependency mysql2 to v3.22.5#292

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

fix(deps): update dependency mysql2 to v3.22.5#292
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mysql2-3.x

Conversation

@renovate

@renovate renovate Bot commented Nov 6, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mysql2 (source) 3.11.33.22.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sidorares/node-mysql2 (mysql2)

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)

v3.14.2

Compare Source

Bug Fixes

v3.14.1

Compare Source

Miscellaneous Chores

v3.14.0

Compare Source

Features

v3.13.0

Compare Source

Features
Bug Fixes
  • PromisePoolCluster.of returns PromisePoolCluster instead of PoolNamespace (#​3261) (be22202)
  • query: support VECTOR packets in static parser (#​3379) (603c246)

v3.12.0

Compare Source

Features

v3.11.5

Compare Source

Bug Fixes

v3.11.4

Compare Source

Bug Fixes
  • types: correct TypeCast's Next callback to return unknown (#​3129) (401db79)

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "before 6am"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 from 23d78e3 to c56e0a3 Compare November 29, 2024 01:30
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.11.4 fix(deps): update dependency mysql2 to v3.11.5 Nov 29, 2024
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.11.5 fix(deps): update dependency mysql2 to v3.12.0 Dec 23, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from c56e0a3 to ab3d007 Compare December 23, 2024 12:52
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.12.0 fix(deps): update dependency mysql2 to v3.13.0 Mar 6, 2025
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from ab3d007 to 7d1bcf7 Compare March 6, 2025 06:33
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.13.0 fix(deps): update dependency mysql2 to v3.14.0 Mar 20, 2025
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 7d1bcf7 to 2c5d217 Compare March 20, 2025 06:02
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.14.0 fix(deps): update dependency mysql2 to v3.14.1 Apr 27, 2025
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 2c5d217 to fdf8cc4 Compare April 27, 2025 05:55
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.14.1 fix(deps): update dependency mysql2 to v3.14.2 Jul 10, 2025
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from fdf8cc4 to 8c87301 Compare July 10, 2025 22:30
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.14.2 fix(deps): update dependency mysql2 to v3.14.3 Aug 7, 2025
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 8c87301 to d732116 Compare August 7, 2025 11:01
@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 from d732116 to e045e98 Compare September 6, 2025 19:55
@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 from e045e98 to 1194d3d Compare September 8, 2025 11:29
@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 from 1194d3d to 22880ca Compare September 16, 2025 20:34
@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 from 22880ca to b10a6b5 Compare September 24, 2025 20:37
@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 from b10a6b5 to e3c29ef Compare October 8, 2025 08:52
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.15.2 fix(deps): update dependency mysql2 to v3.15.3 Oct 21, 2025
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from e3c29ef to ee6162d Compare October 21, 2025 22:51
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from ee6162d to b37a9b8 Compare December 16, 2025 20:50
@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 from b37a9b8 to e1dc15f Compare January 8, 2026 19:00
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from e1dc15f to 2f7ece6 Compare January 16, 2026 06:12
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.17.1 fix(deps): update dependency mysql2 to v3.17.2 Feb 16, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 97d2df7 to bdc68c5 Compare February 19, 2026 18:11
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.17.2 fix(deps): update dependency mysql2 to v3.17.3 Feb 19, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from bdc68c5 to 4a6dfad Compare February 20, 2026 14:56
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.17.3 fix(deps): update dependency mysql2 to v3.17.4 Feb 20, 2026
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.17.4 fix(deps): update dependency mysql2 to v3.17.5 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 4a6dfad to 6b8dee2 Compare February 23, 2026 09:30
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.17.5 fix(deps): update dependency mysql2 to v3.18.0 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 6b8dee2 to ffee091 Compare February 23, 2026 20:00
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.18.0 fix(deps): update dependency mysql2 to v3.18.1 Feb 25, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 1ee2633 to 86a3c46 Compare February 26, 2026 22:06
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.18.1 fix(deps): update dependency mysql2 to v3.18.2 Feb 26, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 86a3c46 to 5a42ea6 Compare March 5, 2026 20:46
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.18.2 fix(deps): update dependency mysql2 to v3.19.0 Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 5a42ea6 to 894fa57 Compare March 9, 2026 19:45
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.19.0 fix(deps): update dependency mysql2 to v3.19.1 Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 894fa57 to e253d27 Compare March 16, 2026 02:39
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.19.1 fix(deps): update dependency mysql2 to v3.20.0 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from e253d27 to a2b66ed Compare April 1, 2026 18:00
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from a2b66ed to db64ee7 Compare April 9, 2026 10:47
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.20.0 fix(deps): update dependency mysql2 to v3.21.0 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from db64ee7 to 3028552 Compare April 10, 2026 06:08
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.21.0 fix(deps): update dependency mysql2 to v3.21.1 Apr 10, 2026
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.21.1 fix(deps): update dependency mysql2 to v3.22.0 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 3028552 to 7da8364 Compare April 10, 2026 17:30
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.22.0 fix(deps): update dependency mysql2 to v3.22.1 Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/mysql2-3.x branch from 7da8364 to 9d1fb31 Compare April 17, 2026 02:29
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.22.1 fix(deps): update dependency mysql2 to v3.22.2 Apr 21, 2026
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