Vertex
Vertex copied to clipboard
build(deps): bump MySqlConnector and Microsoft.Extensions.Logging.Abstractions
Bumps MySqlConnector and Microsoft.Extensions.Logging.Abstractions. These dependencies needed to be updated together.
Updates MySqlConnector from 2.1.11 to 2.3.7
Release notes
Sourced from MySqlConnector's releases.
2.3.7
- Fix
NullReferenceExceptioninMySqlDataReader.ActivateResultSetandMySqlDataReader.DisposeAsync: #1459.
- This bug likely also caused "Packet received out-of-order" errors.
- This was introduced in 2.3.0.
- Fix rare
NullReferenceExceptioninServerSessionduring cancellation: #1472.- Fix
Foreign Keysschema not being generated asynchronously.2.3.6
- Fix
VerifyCAincompatibility with AWS Aurora: #1462.- Verify that the server's root certificate is present (in the list of provided CA certificates) when using the
SslCaconnection string option andSslModeisVerifyCAorVerifyFull.- Optimization: Use pipelining to begin a transaction: #1286.
- Use
Pipelining = False;in your connection string to disable this optimization if there are compatibility issues.- Optimization: cache
START TRANSACTIONpayloads.- Add transaction logging: #1411.
- Fix incompatibility with MySQL Server 5.1: #1445.
- This fixes a regression introduced in 2.3.0.
- Thanks to
@CRC32EX,@dlenski, and@rbanks54for documentation contributions in this release.2.3.5
- DLL files within the NuGet packages are now digitally signed.
- Thanks to Devolutions for sponsoring this change.
2.3.4
- Unify
Application Nameconnection string option andMySqlDataSourceBuilder.UseName: #1434.- Remove TLS version fallback code: #1409.
- Fix
ArgumentOutOfRangeExceptioninTimerQueue.Add: #1424.- Fix
InvalidCastExceptionwhen using stored procedures with MySQL 5.0: #1431.- Fix hang when disposing
MySqlDataSourcetwice on .NET Framework.- Thanks to
@SolacomYongYaofor contributions to this release.2.3.3
- Support
COLUMN_NAMErestriction forIndexColumnsschema; this improves NHibernate compatibility.2.3.2
- Add
Foreign Keys,Indexes,Index Columnsschemas: #1419.- Fix exception when server doesn't send expected metadata: #1398.
- Clear activity tags when retrying TLS: #1405.
- Use underlying enum type when writing binary parameters: #1421.
- Avoid retrying TLS negotiation when a non-recoverable exception occurs.
- Thanks to
@daebo01,@eaexo, and@trejjamfor contributions to this release.2.3.1
MySqlConnector
- Add
db.client.connections.timeoutscounter to metrics: #1392.- Allow empty
schemaRestrictionsarray to be passed toGetSchema: #1394.- Use higher-resolution timestamps for duration metrics: #1395.
- Possibly Breaking Use seconds as the units for duration metrics; change type to
double: #1396.- Thanks to
@Thoriumfor contributions to this release.
... (truncated)
Commits
72ee684Release 2.3.7.0a8feb1Fix potential NullReferenceException during cancellation. Fixes #1472320a007Stop recycling MySqlDataReader instances. Fixes #1459a7987abFix bug preventing asynchronous creation of "Foreign Keys" schema.aee6fdfFix/suppress new code style warnings.033abeaRelease 2.3.6.1d508bcAdd overload with an IServiceProvider parameter. Fixes #1316e855216Fix SSL CA validation. Fixes #1462d9e59c7Mention MariaDB prominently in the READMEbbdbd78Update connection-options.md- Additional commits viewable in compare view
Updates Microsoft.Extensions.Logging.Abstractions from 6.0.1 to 7.0.1
Release notes
Sourced from Microsoft.Extensions.Logging.Abstractions's releases.
.NET 7.0.1
.NET 7.0.0
.NET 7.0 RC 2
.NET 7.0 RC 1
.NET 7.0 Preview 7
.NET 7.0 Preview 6
.NET 7.0 Preview 5
.NET 7.0 Preview 4
.NET 7.0 Preview 3
.NET 7.0 Preview 2
.NET 6.0.35
.NET 6.0.33
.NET 6.0.32
.NET 6.0.31
.NET 6.0.30
What's Changed
- [release/6.0-staging] Delete Decrypt_Pkcs1_ErrorsForInvalidPadding by
@github-actionsin dotnet/runtime#99655- Update Alpine versions for
release/6.0-stagingby@richlanderin dotnet/runtime#99837- [release/6.0] Upgrade zlib to 1.3.1 by
@carlossanlopin dotnet/runtime#99475- [release/6.0-staging] [HTTP/2] Fix handling of effectively empty DATA frame (#99502) by
@ManickaPin dotnet/runtime#99678
... (truncated)
Commits
97203d3Merge in 'release/7.0' changes9bc19b7[release/7.0] source build backports (#78395)f67308bMerge in 'release/7.0' changes548c2a1[release/7.0] Add workload win-arm64 support (#78416)609bd1a[release/7.0] Update dependencies from dotnet/emsdk (#78396)8ac2662Merge in 'release/7.0' changes5d71b4cFix handling generic custom attributes (#78304)3463722Merge in 'release/7.0' changes16c42a4[release/7.0] Update dependencies from dotnet/llvm-project dotnet/runtime-ass...1109820Update dependencies from https://github.com/dotnet/arcade build 20221111.2 (#...- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)