MeikelLP / quantum-core-x

Metin2 open source server implementation
https://meikellp.github.io/quantum-core-x/
Mozilla Public License 2.0
35 stars 9 forks source link

Bump MySqlConnector from 1.3.11 to 2.2.7 #51

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps MySqlConnector from 1.3.11 to 2.2.7.

Release notes

Sourced from MySqlConnector's releases.

2.2.7

  • Respect ConnectTimeout when resetting connection: #1321.
  • Prevent connection pool falling back to an unsupported TLS version: #1349.

2.2.6

  • Ignore deadlock exception when rolling back an XA transaction: #1317.
  • Work around ephemeral PEM bug on Windows: #1278.
  • Support new MariaDB version numbers: #1259.
  • Thanks to @​rusher for contributions to this release.

2.2.5

  • Add support for DECIMAL UNSIGNED, fixing error in DeriveParameters: #1272.
  • Fix parsing nan as float/double value on .NET Framework.

Full Changelog: https://github.com/mysql-net/MySqlConnector/compare/2.2.4...2.2.5

2.2.4

2.2.3

  • Avoid renormalizing parameter names when executing a prepared command: #1252.
  • Fix "Unknown column SRS_ID" error in GetSchema: #1258.
  • Use a standardized value for the TableName property of the DataTable returned from GetSchema.
  • Minor performance improvements.
    • Remove FormatInvariant internal helper method: #1253.
    • Eliminate temporary byte array when getting real server version.
  • Thanks to @​neuecc for contributions to this release.

2.2.2

  • Fix memory leak when initializing a TLS connection: #1247.
  • Fix failure to dispose objects if an exception is thrown when connecting: #1248.

Full Changelog: https://github.com/mysql-net/MySqlConnector/compare/2.2.1...2.2.2

2.2.1

  • Fix failure to load client SSL private key files: #1242.
    • Builds for .NET 6.0 and later were not affected.

2.2.0

  • Support .NET 7.0.
    • Add MySqlDataSource, an implementation of DbDataSource for MySQL: #1208.
    • Use source-generated regular expressions.
    • Use UTF-8 literals to perform UTF-8 conversion at compile-time instead of runtime.
  • Breaking Drop support for .NET 4.5: #1209.
  • Add DNS Check Interval connection string option: #1201.
  • Support restrictions in MySqlConnection.GetSchema.
    • Schema collections are code-generated: #1190.
  • Use user-provided callbacks when opening new connection to KILL QUERY: #1179.
  • Set activity tags when opening a connection fails: #1196.

... (truncated)

Commits
  • d4b05de Release 2.2.7.
  • 5284e88 Persist the fallback TLS version only on success. Fixes #1349
  • 5a7c78c Respect ConnectTimeout when resetting connection. Fixes #1321
  • c318337 Remove Azure MySQL integration tests.
  • 10f2b7d Suppress new warnings in .NET 8 Preview 2 SDK.
  • e9747da Update NuGet API key for 2023.
  • e3b1713 Release 2.2.6.
  • c5d5315 Ignore exception only during rollback. Fixes #1317
  • f843137 Update Microsoft.NET.Test.Sdk to 17.5.0.
  • 2f26a23 Update MinVer to 4.3.0.
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

dependabot[bot] commented 11 months ago

Superseded by #53.