sproogen / itsgoingto.be

The magic behind itsgoingto.be
http://www.itsgoingto.be/
GNU General Public License v3.0
12 stars 6 forks source link

Bump mysql2 from 2.1.0 to 2.3.3 in /server #300

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps mysql2 from 2.1.0 to 2.3.3.

Changelog

Sourced from mysql2's changelog.

2.3.3 ( 14/11/2021 )

  • no changes compared to 2.3.3-rc.0

2.3.3-rc.0 ( 5/11/2021 )

  • fix ColumnDefinition.db is broken when encoding is not utf-8 #1423
  • typeCast: Fix field.length to be number #1427, #1426
  • initiall support for coverage reporting in CI #1425
  • fix performance regression for results with #1445, #1432 large (300+) number of columns

2.3.2 ( 16/10/2021 )

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

2.3.1 ( 15/10/2021 )

  • 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 ( 5/08/2021 )

  • 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 ( 21/09/2020 )

  • typings: add ResultSetHeader #1213

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #347.