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 Microsoft.EntityFrameworkCore and MySql.EntityFrameworkCore #451

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps Microsoft.EntityFrameworkCore and MySql.EntityFrameworkCore. These dependencies needed to be updated together.
Updates Microsoft.EntityFrameworkCore from 8.0.7 to 8.0.11

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

.NET 8.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.10...v8.0.11

.NET 8.0.10

Release

.NET 8.0.8

Release

Commits

Updates MySql.EntityFrameworkCore from 8.0.5 to 9.0.0

Changelog

Sourced from MySql.EntityFrameworkCore's changelog.

9.0.0

  • Updated NUnit to 4.x (WL16279).
  • Removed deprecated OldGetStringBehavior option (WL16280).
  • Remove MySqlX.Data.Performance.Console.Tests project (WL16387).
  • Updated third party dependencies (WL16291).
  • Remove .NET 7 and EF Core 7 (WL16386).
  • Fixed bug SQL Keyword "RETURNING" not handled properly when updating data (Oracle Bug #36116171). Thanks to Wang Shiyao for the contribution.
  • Fixed bug IIS Website is crashing after upgrading MySQL.Data package to 8.3.0 (Oracle Bug #36483069).
  • Updated Wix Toolset to 4.0.5 (Oracle Bug #36627858).
  • Fixed bug disabling of mysql_native_password in server causes errors in testsuite (Oracle Bug #36529814).
  • Fixed bug EFCore test failing due to misconfiguration (Oracle Bug #36701652).

8.4.0

  • Updated FOSS license text in all source files (WL16197).
  • Fixed bug Shared memory connection doesn't work in multithread environment (Oracle Bug #36208932).
  • Fixed bug Named pipe connection doesn't work in multithread environment (Oracle Bug #36208929).
  • Fixed bug Byte array type mapping has a fixed limit of 8000 in EFCore (Oracle Bug #36208913).
  • Removed support for FIDO authentication (WL16150).
  • Add support for TLS 1.3 (WL16176).
  • Updated installer and binary metadata (WL16204).
  • Fixed bug Minpoolsize different than 0 causes connector to hang after first connection (Oracle Bug #36319784).
  • Fixed bug Tests failing due to removal of 'HAVE_SSL' variable from server (Oracle Bug #36374702).
  • Added support for Vector data type (WL16175).
  • Fixed bug Fix deadlock in mysql poolmanager attempt (Oracle Bug #36380976). Thanks to Marek Matys for the contribution.
  • Fixed bug Test failing due to removal of 'default_authentication_plugin' server variable (Oracle Bug #36405198).

8.3.0

  • Added support for build traversal (WL15798).
  • Added AssemblyInfo file to MySQL.Data.OpenTelemetry (Oracle Bug #35957212).
  • Fix broken .GetString() behavior on MySqlDataReader (WL15972).
  • Fixed a bug that prevented a connection from being removed from the in use connection pool. (MySQL Bug #112123, Oracle Bug #35731216).
  • Added missing target frameworks to EFCore nuget packages (Oracle Bug #35968775).
  • Added missing README files to Nuget packages (WL16041).
  • Upgraded the Google.Protobuf dependency to version 3.25.1 (WL16075).
  • Added support for .NET 8 and EFCore 8 GA versions (WL16035).
  • Fixed a bug that permitted to open a disposed connection (MySQL bug #112399, Oracle bug #35827809).

8.2.0

  • Migrated installer to Wix 4.0 (WL15847).
  • Fixed bug Opening two MySqlConnections simultaneously can crash (Oracle Bug #35307501).
  • Added support for .NET 8 and EF Core 8 preview versions (WL15792).
  • Combined EFCore projects into single project (WL15799).
  • Fixed bug Power BI Desktop & MS Excel don't work with v8.0.33 of the Connector/Net Driver (Oracle Bug #35379875).
  • Updated BouncyCastle nuget package (MySQL Bug #111361,Oracle Bug #35488339).
  • Added support for the WebAuthn authentication client-side plugin (WL15193).

... (truncated)

Commits

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 <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)

…workCore

Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) and [MySql.EntityFrameworkCore](https://github.com/mysql/mysql-connector-net). These dependencies needed to be updated together.

Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.11
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.7...v8.0.11)

Updates `MySql.EntityFrameworkCore` from 8.0.5 to 9.0.0
- [Changelog](https://github.com/mysql/mysql-connector-net/blob/9.x/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-net/commits/9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: MySql.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 3, 2025
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