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.0 #1872

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2021

Bumps MySqlConnector from 2.0.0 to 2.1.0.

Release notes

Sourced from MySqlConnector's releases.

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
  • dbadd12 Release 2.1.0.
  • 9c80add Improve Azure MySQL proxy detection. Fixes #1093
  • babe137 Test with newer MariaDB versions.
  • bd3906c Improve exceptions for NULL values. Fixes #1092
  • 904a80a Merge pull request #1091 from bgrainger/query-attributes
  • 85894bd Send query attributes with queries.
  • 182ef8e Add protocol support for query attributes.
  • 13235bb Prefix the logger name by default. Fixes #1080
  • 154b9d1 Add MySqlDecimal documentation.
  • f9e4420 Update documentation with recent changes.
  • 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 Nov 29, 2021
@dependabot dependabot bot force-pushed the dependabot/nuget/MySqlConnector-2.1.0 branch 3 times, most recently from d2b53a4 to db69c18 Compare December 6, 2021 17:48
@dependabot dependabot bot force-pushed the dependabot/nuget/MySqlConnector-2.1.0 branch 4 times, most recently from 7167c73 to 0374754 Compare December 13, 2021 18:07
@dependabot dependabot bot force-pushed the dependabot/nuget/MySqlConnector-2.1.0 branch 3 times, most recently from 423fbab to b5e0769 Compare December 21, 2021 15:34
Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 2.0.0 to 2.1.0.
- [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.0)

---
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.0 branch from b5e0769 to 691573c Compare December 21, 2021 15:59
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2021

Superseded by #1921.

@dependabot dependabot bot closed this Dec 23, 2021
@dependabot dependabot bot deleted the dependabot/nuget/MySqlConnector-2.1.0 branch December 23, 2021 18:23
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.

0 participants