Skip to content

chore(deps): update dependency mysql2 to v3.22.4#51

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

chore(deps): update dependency mysql2 to v3.22.4#51
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mysql2-3.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2023

This PR contains the following updates:

Package Change Age Confidence
mysql2 (source) 3.3.03.22.4 age confidence

Release Notes

sidorares/node-mysql2 (mysql2)

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)

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: (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 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
Copy Markdown

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
Copy Markdown

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 changed the title fix(deps): update dependency mysql2 to v3.9.0 fix(deps): update dependency mysql2 to v3.9.1 Jan 29, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from 22e064d to 234e3c1 Compare February 26, 2024 14:05
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.1 fix(deps): update dependency mysql2 to v3.9.2 Feb 26, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from 234e3c1 to 0cc52f7 Compare March 26, 2024 12:21
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.2 fix(deps): update dependency mysql2 to v3.9.3 Mar 26, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from 0cc52f7 to 778a03e Compare April 9, 2024 09:46
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.3 fix(deps): update dependency mysql2 to v3.9.4 Apr 9, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from 778a03e to 3cd2c00 Compare April 17, 2024 12:35
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.4 fix(deps): update dependency mysql2 to v3.9.5 Apr 17, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from 3cd2c00 to eae612b Compare April 18, 2024 10:41
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.5 fix(deps): update dependency mysql2 to v3.9.6 Apr 18, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from eae612b to dd1cf9a Compare April 21, 2024 13:27
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.6 fix(deps): update dependency mysql2 to v3.9.7 Apr 21, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from dd1cf9a to 5e5e8c0 Compare May 27, 2024 01:59
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.7 fix(deps): update dependency mysql2 to v3.9.8 May 27, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from 5e5e8c0 to 18f6b9d Compare May 29, 2024 15:33
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.8 fix(deps): update dependency mysql2 to v3.9.9 May 29, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from 18f6b9d to d98ae9f Compare May 30, 2024 23:09
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.9.9 fix(deps): update dependency mysql2 to v3.10.0 May 30, 2024
@renovate renovate Bot force-pushed the renovate/mysql2-3.x-lockfile branch from d98ae9f to 5a9791b Compare June 13, 2024 23:24
@renovate renovate Bot changed the title fix(deps): update dependency mysql2 to v3.10.0 fix(deps): update dependency mysql2 to v3.10.1 Jun 13, 2024
@sonarqubecloud
Copy link
Copy Markdown

1 similar comment
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

4 similar comments
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

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.

0 participants