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

Bump MySqlConnector.DependencyInjection from 2.3.6 to 2.4.0 #6909

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps MySqlConnector.DependencyInjection from 2.3.6 to 2.4.0.

Release notes

Sourced from MySqlConnector.DependencyInjection's releases.

2.4.0

  • Support .NET 9.0.
  • Possibly breaking Mark MySqlConnectorLogManager.Provider as [Obsolete]: #1397.
  • Possibly breaking Remove end-of-life .NET 7 target framework.
    • Users who wish to use DbDataSource need to target .NET 8.0 or later.
  • Possibly breaking Update dependencies:
    • Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.2.
    • System.Diagnostics.DiagnosticSource from 7.0.2 to 8.0.1.
  • Support trimming and native AOT: #1265.
  • Add MySqlDataSourceBuilder.UseConnectionOpenedCallback: #1508.
  • Add MySqlDbColumn.TableName: #1521.
  • Support zero-configuration SSL with MariaDB: #1500.
  • Support SET data type in functions: #1491.
  • Remove TABLESPACES schema: #1477.
  • Rewrite server redirection logic based on latest MariaDB specification: #1499.
  • Change variable name for better server compatibility: #1502.
  • Performance: Avoid SET NAMES commands when not necessary: #1497.
  • Fix "Can't replace active reader": #1469.
  • Fix potential NullReferenceException in MySqlConnection.Cancel: #1506.
  • Fix InvalidOperationException in FinishQuerying: #1341.
  • Provide logger to new MySqlConnection: #1510.
  • Use correct hostname when cancelling query: #1514.
  • Thanks to @​AlexKerman and @​rusher for contributions to this release.

2.4.0 Beta 2

  • Remove end-of-life .NET 7 target framework.
    • Users who wish to use DbDataSource need to target .NET 8.0 or later.
  • Fix "Can't replace active reader": #1469.
  • Update dependencies:
    • Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.2.
    • System.Diagnostics.DiagnosticSource from 7.0.2 to 8.0.1.

2.4.0 Beta 1

  • Support .NET 9.0.
  • Support zero-configuration SSL with MariaDB: #1500.
  • Add MySqlDataSourceBuilder.UseConnectionOpenedCallback: #1508.
  • Rewrite server redirection logic based on latest MariaDB specification: #1499.
  • Support SET data type in functions: #1491.
  • Performance: Avoid SET NAMES commands when not necessary: #1497.
  • Fix potential NullReferenceException in MySqlConnection.Cancel: #1506.
  • Provide logger to new MySqlConnection: #1510.
  • Use correct hostname when cancelling query: #1514.
  • Remove TABLESPACES schema: #1477.
  • Change variable name for better server compatibility: #1502.
  • Thanks to @​rusher for contributions to this release.

2.3.7

  • Fix NullReferenceException in MySqlDataReader.ActivateResultSet and MySqlDataReader.DisposeAsync: #1459.
    • This bug likely also caused "Packet received out-of-order" errors.
    • This was introduced in 2.3.0.

... (truncated)

Commits
  • 76f8c51 Release 2.4.0.
  • edb00d8 Update to .NET 9.0.100 SDK.
  • 5eb1bf1 Make LogManager.Provider [Obsolete]. Fixes #1397
  • 21c07f6 Use a lock file for NuGet restore.
  • a593bcf Add NativeAOT test. Fixes #1265
  • 29d8e35 Fix potential race condition in FinishQuerying. Fixes #1341
  • e132a64 Merge pull request #1522 from AlexKerman/master
  • 31c0852 Add documentation comments for TableName.
  • fb239d6 Add tests for MySqlDbColumn.TableName.
  • 02bcc0f Make table alias accessible from MySqlDbColumn
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com//pull/6909)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the area-codeflow for labeling automated codeflow. intentionally a different color! label Dec 9, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Dec 9, 2024
@bgrainger
Copy link
Contributor

Will be included as part of #6948.

Bumps [MySqlConnector.DependencyInjection](https://github.com/mysql-net/MySqlConnector) from 2.3.6 to 2.4.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.3.6...2.4.0)

---
updated-dependencies:
- dependency-name: MySqlConnector.DependencyInjection
  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.DependencyInjection-2.4.0 branch from d303dd0 to 219511f Compare January 7, 2025 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-codeflow for labeling automated codeflow. intentionally a different color! community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant