SanderBusiness / Educative-Tools

An open-source project with handy tools for teachers & students
https://agreeable-coast-0ade1281e.5.azurestaticapps.net/
1 stars 0 forks source link

Bump Microsoft.EntityFrameworkCore and MySql.EntityFrameworkCore in /Backend #67

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps Microsoft.EntityFrameworkCore and MySql.EntityFrameworkCore. These dependencies needed to be updated together. Updates Microsoft.EntityFrameworkCore from 8.0.6 to 8.0.8

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

.NET 8.0.8

Release

EF Core 8.0.7 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits


Updates MySql.EntityFrameworkCore from 8.0.5 to 8.0.8

Changelog

Sourced from MySql.EntityFrameworkCore's changelog.

8.0.8

  • MySqlX: Updated Collection's Modify() and Remove() methods to always require a search condition (WL10739).
  • MySqlX: Updated the generated UUID for inserted documents to have its components in reversed order (WL10202).
  • Removed ssl-enable connection option. Set "Required" as the default value for ssl-mode (WL10559).
  • MySqlX: Added client-side failover when establishing a connection (WL9980).
  • MySqlX: Removed XSession and renamed NodeSession to Session (WL10561).

7.0.7

  • MySqlX: Fixed configuration handling paths in Linux and MacOS (Oracle Bug #25423724).
  • MySqlX: Fixed Dispose error in Linux and MacOS (Oracle Bug #25423700).
  • MySqlX: Added support for creating, modifying, and dropping Views (WL10034).
  • MySqlX: Added support for IPv6 (WL10080).
  • MySqlX: Added validations to SessionConfigManager methods (Oracle Bug #25598617).

7.0.6

  • MySqlX: Fixed schema.GetTables() and schema.GetCollections() (Oracle Bug #24385662).
  • EFCore: MySQLHistoryRepository has not implemented get_ExistsSql() (Oracle Bug #24804771).
  • EFCore: Cannot use datetimeoffset in EF DBContext (Oracle Bug #24732001).
  • EFCore: SQL syntax error when using Contains in where predicate for a linq query (Oracle Bug #24797524).
  • EFCore: Ensure ConcurrencyToken attribute is supported with MySQL provider.

7.0.5

  • Added fallback to SSL connections.
  • MySqlX: Added ssl-enable and ssl-ca uri options for SSL connections.

7.0.4

  • MySqlX: Added Table.IsView property to support Views.
  • MySqlX: Fixed Collection.Add() when DbDoc contains an array (Oracle Bug #23542031).
  • MySqlX: Fixed adding empty array in Collection (Oracle Bug #23542066).
  • MySqlX: Flexible Parameter Lists.
  • NETCore: Added .Net Core 1.0 support in MySql.Data.
  • Entity Framework Core: Added support for Entity Framework Core in MySQL.Data.EntityFrameworkCore (includes support for .Net 4.5.1).

7.0.3

  • Added support for TLSv1.1 and TLSv1.2
  • MySqlX: Added Result to Commit() and Rollback() Session methods in order to be able to read Warnings.
  • MySqlX: Fixed binary collations as strings instead of bytes.
  • MySqlX: Replace the use of "@" for "$" in JSON path expressions.
  • MySqlX: Added support for TLSv1.0

7.0.2

  • Support for MySqlX.Session and NodeSession objects in new Dev API.
  • Support for Collection and Documents objects new Dev API.
  • Support for Relational tables in new Dev API.

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