servicetitan / Stl.Fusion

Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
MIT License
1.82k stars 106 forks source link

build(deps): Bump MySqlConnector from 2.3.0-beta.3 to 2.3.0-beta.4 #656

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps MySqlConnector from 2.3.0-beta.3 to 2.3.0-beta.4.

Release notes

Sourced from MySqlConnector's releases.

2.3.0 Beta 4

  • Support .NET 8.0.
    • Mark some serialization APIs as [Obsolete].
    • Implement DbBatchCommand.CreateParameter: #1352.
    • Optimizations: Use IUtf8SpanFormattable, Ascii.FromUtf16, Guid(bigEndian: true) constructor, argument-throwing helpers, etc.
  • Expose connection pool metrics: #491.
  • Support .NET Framework 4.8 (net48) TFM: #1355.
    • This allows TlsVersion = TLSv1.3 to be used on .NET Framework 4.8.
  • Remove COM_MULTI protocol support: #946.
  • Reduce allocations on common code paths.
  • Support ZEROFILL columns in MySqlDecimal: #1354.
  • Support higher-precision DateTime values: #1379.
  • Use ValueTask in MySqlBulkCopy API for all TFMs: #1364.
  • Fix bug when column name begins with @ in MySqlBulkCopy: #1365.
  • Ignore MySqlDbType when serializing enum values: #1384.
  • Thanks to @​stilettk for contributions to this release.
Commits
  • d40fe25 Release 2.3.0 Beta 4.
  • 80a9ac7 Merge pull request #1329 from mysql-net/metrics
  • 80bec17 Ignore MySqlDbType when serializing enum values. Fixes #1384
  • fe64d62 Update xUnit to 2.6.1.
  • 4cb2720 Update MySQL tests to MySQL Server 8.2.
  • 0b7a4fe Update MySql.Data tests to v8.2.0.
  • 5ad4cf3 Remove COM_MULTI implementation. Fixes #946
  • 63362c2 Update CI to MariaDB 11.1.
  • 9630b08 Improve metrics test skipping for CI.
  • 2a058ea Move metrics to MetricsReporter class.
  • 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 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)