Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 12, 2023

This PR contains the following updates:

Package Change Age Confidence
mysql2 (source) 3.3.03.16.0 age confidence

Release Notes

sidorares/node-mysql2 (mysql2)

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)

v3.11.3

Compare Source

Bug Fixes

v3.11.2

Compare Source

Bug Fixes
  • resolve LRU conflicts, cache loss and premature engine breaking change (#​2988) (2c3c858)

v3.11.1

Compare Source

Bug Fixes
  • createPoolCluster: add pattern and selector to promise-based getConnection (#​3017) (ab7c49f), closes #​1381
  • update connection cleanup process to handle expired connections and exceeding config.maxIdle (#​3022) (b091cf4)

v3.11.0

Compare Source

Features
  • fully support VECTOR type results (9576742)

v3.10.3

Compare Source

Bug Fixes

v3.10.2

Compare Source

Bug Fixes
  • typeCast: ensure the same behavior for field.string() with query and execute (#​2820) (27e38ea)

v3.10.1

Compare Source

Bug Fixes

v3.10.0

Compare Source

Features
Bug Fixes
  • stream: reads should emit the dataset number for each dataset (#​2628) (4dab4ca)

v3.9.9

Compare Source

Bug Fixes
  • connection config: remove keepAliveInitialDelay default value (#​2712) (688ebab)

v3.9.8

Compare Source

Bug Fixes
  • security: sanitize fields and tables when using nestTables (#​2702) (efe3db5)
  • support deno + caching_sha2_password FULL_AUTHENTICATION_PACKET flow (#​2704) (2e03694)
  • typings: typo from jonServerPublicKey to onServerPublicKey (#​2699) (8b5f691)

v3.9.7

Compare Source

Bug Fixes
  • security: sanitize timezone parameter value to prevent code injection (#​2608) (7d4b098)

v3.9.6

Compare Source

Bug Fixes
  • binary parser sometimes reads out of packet bounds when results contain null and typecast is false (#​2601) (705835d)

v3.9.5

Compare Source

Bug Fixes

v3.9.4

Compare Source

Bug Fixes

v3.9.3

Compare Source

Bug Fixes
  • security: improve cache key formation (#​2424) (0d54b0c)
    • Fixes a potential parser cache poisoning attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab
  • update Amazon RDS SSL CA cert (#​2131) (d9dccfd)

v3.9.2

Compare Source

Bug Fixes

v3.9.1

Compare Source

Bug Fixes

v3.9.0

Compare Source

Features

v3.8.0

Compare Source

Features
Bug Fixes

v3.7.1

Compare Source

Bug Fixes
  • add condition which allows code in callback to be reachable (#​2376) (8d5b903)

v3.7.0

Compare Source

Features

v3.6.5

Compare Source

Bug Fixes
  • add decodeuricomponent to parse uri encoded special characters in host, username, password and datbase keys (#​2277) (fe573ad)

v3.6.4

Compare Source

Bug Fixes

v3.6.3

Compare Source

Bug Fixes
  • correctly pass values when used with sql-template-strings library (#​2266) (6444f99)

v3.6.2

Compare Source

Bug Fixes

v3.6.1

Compare Source

Bug Fixes
  • EventEmitter on method signatures to use spread syntax (#​2200) (5d21b81)

v3.6.0

Compare Source

Features

v3.5.2

Compare Source

Bug Fixes
  • Update events that are propagated from pool cluster to include remove (#​2114) (927d209)

v3.5.1

Compare Source

Bug Fixes
  • improvements to allow to use Bun and tls (#​2119) (fd44a2a)
  • missing ResultSetHeader[] to query and execute (f649486)

v3.5.0

Compare Source

Features

v3.4.5

Compare Source

Bug Fixes
  • handle prepare response with actual number of parameter definition less than reported in the prepare header. Fixes #​2052 (b658be0)

v3.4.4

Compare Source

Bug Fixes
  • add ProcedureCallPacket to execute overloads (3566ef7)
  • add ProcedureCallPacket to query overloads (352c3bc)
  • add ProcedureCallPacket to promise-based execute overloads (8292416)
  • add ProcedureCallPacket to promise-based query overloads (0f31a41)
  • create ProcedureCallPacket typings (09ad1d2)

v3.4.3

Compare Source

Bug Fixes

v3.4.2

Compare Source

Bug Fixes
  • changing type files to declaration type files (98e6f3a)

v3.4.1

Compare Source

Bug Fixes
  • createPool uri overload (98623dd)
  • PoolCluster typings (3902ca6)
  • create promise-based PoolCluster typings (7f38496)
  • missing parserCache in promise.js (7f35cf5)
  • missing constants in promise.js (4ce2c70)
  • missing keys for Types constant (86655ec)
  • missing typings for Charsets constants (01f77a0)
  • missing typings for CharsetToEncoding constants (609229a)
  • missing typings for parserCache (891a523)
  • missing typings for Types constant (04601dd)
  • rename file of typings Charsets constants (51c4196)

v3.4.0

Compare Source

Features
  • support STATE_GTIDS session track information (2b1520f)

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

Bug Fixes
  • PromisePoolConnection import name (76db54a)
  • releaseConnection types and promise (4aac9d6)

v3.3.3

Compare Source

Bug Fixes

v3.3.2

Compare Source

Bug Fixes

v3.3.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: 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 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.

@nx-cloud
Copy link

nx-cloud bot commented May 12, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 1728c96. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


⌛ The following targets are in progress

✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

@nx-cloud
Copy link

nx-cloud bot commented May 12, 2023

Nx Cloud Report

CI is running for commit c3ecad4.

📂 Click to track the progress, see the status, the terminal output, and the build insights.


Sent with 💌 from NxCloud.

@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from c3ecad4 to 0aa8f55 Compare May 12, 2023 12:57
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 0aa8f55 to 09dde9d Compare May 23, 2023 02:25
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.3.1 fix(deps): update dependency mysql2 to v3.3.2 May 23, 2023
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.3.2 fix(deps): update dependency mysql2 to v3.3.3 May 27, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 09dde9d to 3e60436 Compare May 27, 2023 16:01
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.3.3 fix(deps): update dependency mysql2 to v3.3.4 Jun 11, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 3e60436 to e5a6e68 Compare June 11, 2023 09:21
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.3.4 fix(deps): update dependency mysql2 to v3.3.5 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from e5a6e68 to f555006 Compare June 13, 2023 04:00
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.3.5 fix(deps): update dependency mysql2 to v3.4.0 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from f555006 to 16b67d8 Compare June 19, 2023 11:40
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.4.0 fix(deps): update dependency mysql2 to v3.4.1 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 16b67d8 to 1be2bd8 Compare June 24, 2023 12:26
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.4.1 fix(deps): update dependency mysql2 to v3.4.2 Jun 26, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 1be2bd8 to 3c52391 Compare June 26, 2023 10:19
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.4.2 fix(deps): update dependency mysql2 to v3.4.3 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 3c52391 to 56f1604 Compare June 30, 2023 02:22
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.4.3 fix(deps): update dependency mysql2 to v3.4.4 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 56f1604 to 1f42142 Compare July 4, 2023 14:12
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.4.4 fix(deps): update dependency mysql2 to v3.4.5 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 1f42142 to 6a99dd6 Compare July 5, 2023 11:10
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.4.5 fix(deps): update dependency mysql2 to v3.5.0 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 6a99dd6 to 44356ed Compare July 6, 2023 12:36
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.5.0 fix(deps): update dependency mysql2 to v3.5.1 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 44356ed to dafe5d5 Compare July 10, 2023 11:16
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.5.1 fix(deps): update dependency mysql2 to v3.5.2 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from dafe5d5 to 92a086d Compare July 17, 2023 16:20
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 5b0767c to 1b32f23 Compare March 11, 2025 13:03
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 1b32f23 to c10d9f8 Compare March 20, 2025 03:10
@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
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from c10d9f8 to 5277e1c Compare April 27, 2025 05:41
@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
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 5277e1c to e1a3e9b Compare July 11, 2025 03:42
@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 11, 2025
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from e1a3e9b to 5814528 Compare July 29, 2025 18:31
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.14.2 fix(deps): update dependency mysql2 to v3.14.3 Jul 29, 2025
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 5814528 to 2b1a4ea Compare September 1, 2025 19:31
@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 1, 2025
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 2b1a4ea to 9b21b80 Compare September 8, 2025 10:57
@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-lockfile branch from 9b21b80 to 5988b0c Compare September 16, 2025 22:05
@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-lockfile branch from 5988b0c to 2061946 Compare September 24, 2025 20:47
@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 changed the title fix(deps): update dependency mysql2 to v3.15.1 chore(deps): update dependency mysql2 to v3.15.1 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 2061946 to 4bf574b Compare October 8, 2025 11:47
@renovate renovate bot changed the title chore(deps): update dependency mysql2 to v3.15.1 chore(deps): update dependency mysql2 to v3.15.2 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 4bf574b to 726bf2e Compare October 23, 2025 06:37
@renovate renovate bot changed the title chore(deps): update dependency mysql2 to v3.15.2 chore(deps): update dependency mysql2 to v3.15.3 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 726bf2e to 433b76b Compare November 18, 2025 22:39
@renovate renovate bot force-pushed the renovate/mysql2-3.x-lockfile branch from 433b76b to e01ee37 Compare December 17, 2025 00:50
@renovate renovate bot changed the title chore(deps): update dependency mysql2 to v3.15.3 chore(deps): update dependency mysql2 to v3.16.0 Dec 17, 2025
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant