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

Update mysql2 2.1.0 → 2.3.3 (minor) #44

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

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Apr 12, 2024


Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ mysql2 (2.1.0 → 2.3.3) · Repo · Changelog

Release Notes

2.3.3 (from changelog)

  • no changes compared to 2.3.3-rc.0

2.3.2 (from changelog)

  • fix regression causing typeCast + JSON field to error #1418, #1420

2.3.1 (from changelog)

  • Update error codes up to mysql 8.0.26 #1411
  • perf: optimize Query.row call #1408
  • build: update to node 12/14/16, migrate from travis-ci and appveyor to GH actions, add perf benchmarking workflow #1406, #1399
  • perf: avoid leaking TextRow/BinaryRow object #1402
  • perf: optimize string decoding by removing the use of slice() #1401
  • perf: cache lazy-evaluated fields #1400
  • fix: clear timeout after error #1390
  • TS: adds the optional column changedRows to ResultSetHeader #1377

2.3.0 (from changelog)

  • Add PoolCluster promise wrappers #1369, #1363
  • support for connect and query timeouts #1364
  • add missing query() method on PoolCluster #1362
  • fix incorrect parsing of passwords containing ":" #1357
  • handle errors generated by asynchronous authentication plugins #1354
  • add proper handshake fatal error handling #1352
  • fix tests to work with the latest MySQL server versions (up to 8.0.25) #1338
  • expose SQL query in errors #1295
  • typing and readme docs for rowAsArray #1288
  • allow unnamed placeholders even if the namedPlaceholders flag is enabled #1251
  • better ESM support #1217

2.2.5 (from changelog)

  • typings: add ResultSetHeader #1213

2.2.4 (from changelog)

  • use bundled types/mysql instead of dependency #1211

2.2.3 (from changelog)

  • use github:types/mysql as base for types #1208

2.2.2 (from changelog)

  • Add the authPlugins types to ConnectionOptions #1206

2.2.1 (from changelog)

  • update package.json files entry to include type definition files #1205

2.2.0 (from changelog)

  • added TS type definitions #1204, #1028
  • better error handling for invalid JSON row responses #915
  • fix for iconv-lite and some bundlers issues #1187
  • error early when callbacks incorrectly passed #1025 to a promise wrapper
  • add support for sha256_password authentication #1153, #1152 plugin
  • handle backpressure when loading data from #1167 file
  • Pass in the callback when ending the pool #1170 connection
  • allow using dateStrings with specific types #1200
  • Fix incompatibility with code minimizers #1191
  • fix with connect timeout timer cleanup after #950 error
  • Add ES Module Support #1169, #1100
  • Release connection on exception #1108
  • Add table to parser cache key #1142, #1143
  • Fix Connection.connect callback may never #1136, #1137 be executed
  • "cardinal" no longer is a requred dependency #1135
  • Fix incompatibility when zero parameter #1129, #1130

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ denque (indirect, 1.4.1 → 2.1.0) · Repo · Changelog

Release Notes

2.1.0 (from changelog)

  • fix: issue where clear() is still keeping references to the elements (#47)
  • refactor: performance optimizations for growth and array copy (#43)
  • refactor: performance optimizations for toArray and fromArray (#46)
  • test: add additional benchmarks for queue growth and toArray (#45)

2.0.1

2.0.1

2.0.0 (from changelog)

  • fix!: push & unshift now accept undefined values to match behaviour of Array (fixes #25) (#35)
    • This is only a BREAKING change if you are currently expecting push(undefined) and unshift(undefined) to do nothing - the new behaviour now correctly adds undefined values to the queue.
    • Note: behaviour of push() & unshift() (no arguments) remains unchanged (nothing gets added to the queue).
    • Note: If you need to differentiate between undefined values in the queue and the return value of pop() then check the queue .length before popping.
  • fix: incorrect methods in types definition file

1.5.1 (from changelog)

  • perf: minor performance tweak when growing queue size (#29)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ sqlstring (indirect, 2.3.1 → 2.3.3) · Repo · Changelog

Release Notes

2.3.3 (from changelog)

  • Fix escaping Date objects from foreign isolates

2.3.2 (from changelog)

  • perf: remove outdated array pattern

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 57 commits:

🗑️ ansicolors (removed)

🗑️ cardinal (removed)

🗑️ redeyed (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants