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

chore(deps): bump MySqlConnector from 2.0.0 to 2.1.5 #1956

Merged
merged 1 commit into from
Jan 31, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps MySqlConnector from 2.0.0 to 2.1.5.

Release notes

Sourced from MySqlConnector's releases.

2.1.5

  • Speed up MySqlDataAdapter.Update when UpdateBatchSize is large: #1124.
  • Remove DO SLEEP(0) use after cancelling a query: #1115.
    • This improves compatibility with MariaDB Xpand.
  • Encode NUL bytes as \0 on the write: #1121.
    • This improves compatibility with SingleStore.

2.1.4

  • Fix InvalidOperationException if MySqlDataReader.RecordsAffected was read after calling Close() or Dispose(): #1122.
    • This was a regression introduced by #1096 in 2.1.3.

2.1.3

  • Fix Use Compression = True when running under .NET 6.0: #1120.
  • Fix calculation of affected rows (the return value of ExecuteNonQuery) for compound statements: #1096.
  • Use a better FormatException message when a GUID can't be read: #1114.
  • Use cryptographic one-shot operations on .NET 5.0 and later.
  • Performance: Use SkipLocalsInit where possible.

2.1.2

  • Fix incorrect results when using prepared commands with MySQL Server 8.0.23–8.0.25: #1106.
    • Those server versions advertise support for query attributes, but do not fully support them for prepared statements.
    • The server-side bug is triggered by the client-side support for query attributes added in MySqlConnector 2.1.0.

2.1.1

  • Fix InvalidOperationException when OpenAsync is called again after being canceled: #1097.
  • Allow OpenAsync to be canceled earlier.

2.1.0

  • Opening a connection from the pool is now twice as fast: #1089.
    • This may fail with Amazon Aurora RDS; to explicitly disable this, set Pipelining = False; in the connection string.
  • Add support for query attributes: #930.
    • This requires MySQL Server 8.0.23 (or later) for regular commands, and MySQL Server 8.0.26 (or later) for prepared commands.
    • Add attributes to the MySqlCommand.Attributes collection to send them to the server when the command is executed.
  • Add MySqlDecimal support: #1070.
  • Improve MySqlDataReader.GetX exceptions for NULL values: #1092.
  • Improve detection of Azure Database for MySQL proxies: #1093.
  • Update Microsoft.SourceLink.GitHub.
  • Thanks to @​ejball and @​sumitdvlp for contributions to this release.

MySqlConnector.Logging.Microsoft.Extensions.Logging

  • Logger names are now prefixed with MySqlConnector. by default: #1080.
    • To return to the previous behavior, use MicrosoftExtensionsLoggingLoggerProvider(loggingFactory, omitMySqlConnectorPrefix: true).
  • Added .UseMySqlConnectorLogging() extension method to add logging easily.
Commits
  • c22dd56 Release 2.1.5.
  • 8545fb2 Include "special" bytes in blob insert test.
  • 8c582ac Speed up inserts with MySqlDataAdapter. Fixes #1124
  • 91d4e38 Fix extra indentation.
  • 4d4b180 Fix documentation last-modified dates.
  • 112d480 Merge hotfix into master.
  • a7c3ec3 Release 2.1.4.
  • 8b3fe52 Allow RecordsAffected to be read after Close. Fixes #1122
  • 75cf89d Escape NUL byte as '\0'. Fixes #1121
  • d2ad209 Eliminate unnecessary allocations for constant payloads.
  • 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 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 dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 31, 2022
@dependabot dependabot bot force-pushed the dependabot/nuget/MySqlConnector-2.1.5 branch 2 times, most recently from 94147c0 to b8a68a0 Compare January 31, 2022 19:26
Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 2.0.0 to 2.1.5.
- [Release notes](https://github.com/mysql-net/MySqlConnector/releases)
- [Changelog](https://github.com/mysql-net/MySqlConnector/blob/master/docs/VersionHistory.md)
- [Commits](mysql-net/MySqlConnector@2.0.0...2.1.5)

---
updated-dependencies:
- dependency-name: MySqlConnector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/MySqlConnector-2.1.5 branch from b8a68a0 to 50c07a1 Compare January 31, 2022 19:53
@iancooper iancooper merged commit db91a56 into master Jan 31, 2022
@dependabot dependabot bot deleted the dependabot/nuget/MySqlConnector-2.1.5 branch January 31, 2022 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant