Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency mysql2 to v3 #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mysql2 (source) 2.3.3 -> 3.12.0 age adoption passing confidence

Release Notes

sidorares/node-mysql2 (mysql2)

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

v3.3.0

Compare Source

Features
  • Added updated/new error codes gathered from MySQL 8.0 source code (#​1990) (85dc6e5)

v3.2.4

Compare Source

Bug Fixes
  • server: Added missing encoding argument to server-handshake (#​1976) (a4b6b22)

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes
  • ConnectionOptions conflict between mysql and mysql/promise (#​1955) (eca8bda)

v3.2.1

Compare Source

Bug Fixes
  • Add typings for Connection.promise(). (#​1949) (e3ca310)
  • PoolConnection redundancy when extending Connection interface in TypeScript (7c62d11)

v3.2.0

Compare Source

Features
  • maxVersion ssl option to tls.createSecureContext (0c40ef9)

v3.1.2

Compare Source

Bug Fixes
  • update lru-cache reset method to clear (114f266)

v3.1.1

Compare Source

Bug Fixes
  • remove accidental log in caching_sha2_password.js (c1202b6)

v3.1.0

Compare Source

Features
  • cleanup buffer/string conversions in hashing/xor helpers that were failing in Bun (a2392e2)
Bug Fixes
  • when port is pased as a string convert it to a number (Bun's net.connect does not automatically convert this) (703ecb2)

v3.0.1

Compare Source

Miscellaneous Chores

v3.0.0

Compare Source

Miscellaneous Chores

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.

@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from e30b0e6 to a1b0419 Compare January 13, 2023 04:04
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from a1b0419 to a0b7a58 Compare January 30, 2023 05:31
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 61873f5 to 0775fa7 Compare February 9, 2023 00:24
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 0775fa7 to 8697e44 Compare February 21, 2023 09:16
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 8697e44 to ef3eee2 Compare March 3, 2023 19:45
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from 358ad56 to b3b5f98 Compare April 16, 2023 13:39
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from b3b5f98 to 36af7b4 Compare April 25, 2023 18:10
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 97edb35 to e87c9f6 Compare May 11, 2023 23:15
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 9628da9 to c7f016e Compare May 27, 2023 15:25
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 45aebe0 to 4eb7830 Compare June 13, 2023 05:14
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from 65f73e1 to 837ed4c Compare June 26, 2023 12:44
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 4 times, most recently from 23b27cb to e6e708b Compare July 6, 2023 11:40
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from e6e708b to 6c9fecc Compare July 10, 2023 10:13
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 6c9fecc to 7240f8e Compare July 17, 2023 15:19
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 7240f8e to c9fa7c3 Compare August 4, 2023 01:26
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from c9fa7c3 to cb5b496 Compare September 10, 2023 01:02
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from cb5b496 to f98176a Compare October 15, 2023 04:12
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from f98176a to 4551222 Compare November 3, 2023 03:18
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 5f8c86f to 36e5c9e Compare November 22, 2023 05:30
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 2 times, most recently from 53b9378 to 38c0e90 Compare January 29, 2024 15:31
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 38c0e90 to 0a6c381 Compare February 10, 2024 07:29
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 0a6c381 to 48e52f1 Compare February 26, 2024 14:03
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 48e52f1 to 79d228e Compare March 26, 2024 11:22
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 79d228e to 6402d44 Compare April 9, 2024 10:41
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from 3e3ea5a to c29bf9a Compare April 21, 2024 12:11
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from ac6db77 to 9cbc50d Compare May 30, 2024 22:57
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 9cbc50d to 4445637 Compare June 14, 2024 01:03
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 4445637 to 85aeee6 Compare July 1, 2024 01:46
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 85aeee6 to e223d2e Compare July 16, 2024 02:30
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from e223d2e to c688859 Compare July 27, 2024 15:24
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch 3 times, most recently from a068e88 to 516d4ca Compare September 15, 2024 22:54
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 516d4ca to 1d77316 Compare October 23, 2024 07:53
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 1d77316 to 0a65876 Compare November 5, 2024 18:01
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 0a65876 to 7471ea4 Compare November 28, 2024 21:47
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3 fix(deps): update dependency mysql2 to v3 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/mysql2-3.x branch December 8, 2024 19:00
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3 - autoclosed fix(deps): update dependency mysql2 to v3 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 9d0eb56 to 7471ea4 Compare December 9, 2024 18:39
@renovate renovate bot force-pushed the renovate/mysql2-3.x branch from 7471ea4 to d7aee81 Compare December 23, 2024 11:52
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