Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
[3.7.400.53]
->[3.7.400.159]
[1.13.1]
->[1.14.0]
[12.23.0]
->[12.24.0]
[3.15.0]
->[3.18.0]
[9.0.0]
->[9.0.5]
[9.0.0]
->[9.0.5]
[9.0.0]
->[9.0.5]
[9.0.0]
->[9.0.5]
[3.0.0]
->[3.4.0]
[9.0.1]
->[9.0.4]
[5.2.0]
->[5.3.0]
[8.0.2]
->[8.0.3]
Release Notes
Azure/azure-sdk-for-net (Azure.Identity)
v1.14.0
Compare Source
1.14.0 (2025-05-13)
Other Changes
Username
,Password
,AZURE_USERNAME
, andAZURE_PASSWORD
in XML comments fromEnvironmentCredentialOptions
andEnvironmentCredential
due to lack of MFA support. See MFA enforcement details.AZURE_USERNAME
andAZURE_PASSWORD
as obsolete due to lack of MFA support. See MFA enforcement details.AZURE_TOKEN_CREDENTIALS
environment variable toDefaultAzureCredential
, which allows for choosing between 'deployed service' and 'developer tools' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.v1.13.2
Compare Source
1.13.2 (2025-01-14)
Bugs Fixed
DefaultAzureCredentialOptions.TenantId
twice throws anInvalidOperationException
(#47035)ManagedIdentityCredential
does not honor theCancellationToken
passed toGetToken
andGetTokenAsync
. (#47156)DefaultAzureCredential
would not fall through to the next credential in the chain under certain exception conditions.ManagedIdentityCredential
when used in aChainedTokenCredential
where the invalid json responses do not fall through to the next credential in the chain. (#47470)googleapis/google-cloud-dotnet (Google.Cloud.Kms.V1)
v3.18.0
: Google.Cloud.Kms.V1 version 3.18.0Compare Source
Documentation improvements
DESTROYED
in enumCryptoKeyVersionState
is changedv3.17.0
: Google.Cloud.Kms.V1 version 3.17.0Compare Source
New features
Documentation improvements
v3.16.0
: Google.Cloud.Kms.V1 version 3.16.0Compare Source
Changes in this release:
New features
Documentation improvements
CryptoKeyVersionAlgorithm
is changed (commit d7e6cd5)dotnet/efcore (Microsoft.EntityFrameworkCore.Design)
v9.0.5
: .NET 9.0.5Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.4...v9.0.5
v9.0.4
: .NET 9.0.4Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.3...v9.0.4
v9.0.3
: .NET 9.0.3Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.2...v9.0.3
v9.0.2
: .NET 9.0.2Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.1...v9.0.2
v9.0.1
: .NET 9.0.1Release
What's Changed
^
and~
when invalid because of value converters by @roji in https://github.com/dotnet/efcore/pull/35241Full Changelog: dotnet/efcore@v9.0.0...v9.0.1
mongodb/mongo-csharp-driver (MongoDB.Driver)
v3.4.0
: .NET Driver Version 3.4.0 Release NotesThis is the general availability release for the 3.4.0 version of the driver.
The main new features in 3.4.0 include:
Improvements:
Fixes:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
v3.3.0
: .NET Driver Version 3.3.0 Release NotesThis is the general availability release for the 3.3.0 version of the driver.
The main new features in 3.3.0 include:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
v3.2.1
: .NET Driver Version 3.2.1 Release NotesThis is a patch release that addresses some issues reported since 3.2.0 was released:
An online version of these release notes is available here.
The list of JIRA tickets resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Upgrading
There are no known backwards breaking changes in this release.
v3.2.0
: .NET Driver Version 3.2.0 Release NotesThis is the general availability release for the 3.2.0 version of the driver.
The main new features in 3.2.0 include:
ObjectSerializerAllowedTypesConvention
to more easily configure allowed types forObjectSerializer
- CSHARP-4495BsonDateOnlyOptionsAttribute
to control the serialization ofDateOnly
- CSHARP-5345BulkWrite
command would not be retried when throwing aClientBulkWriteException
- CSHARP-5449BsonGuidRepresentationAttribute
will not work on nullable GUIDs - CSHARP-5456EnumRepresentationConvention
will now also be applied to collection of enums - CSHARP-2096The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
v3.1.0
: .NET Driver Version 3.1.0 Release NotesThis is the general availability release for the 3.1.0 version of the driver.
The main new features in 3.1.0 include:
SearchIndexType
option when creating Atlas Search indexes - CSHARP-4960Exists
,IsMissing
andIsNullOrMissing
in filters when possible - CSHARP-5427The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
npgsql/efcore.pg (Npgsql.EntityFrameworkCore.PostgreSQL)
v9.0.4
Milestone issues
Full Changelog: npgsql/efcore.pg@v9.0.3...v9.0.4
v9.0.3
Milestone issues
Full Changelog: npgsql/efcore.pg@v9.0.2...v9.0.3
v9.0.2
EFCore.PG depends on Npgsql 9.0.2, which contains an important fix around SSL validation (https://github.com/npgsql/npgsql/issues/5942).
Milestone issues
Full Changelog: npgsql/efcore.pg@v9.0.1...v9.0.2
Pkcs11Interop/Pkcs11Interop (Pkcs11Interop)
v5.3.0
: Pkcs11Interop 5.3.0CK_VERSION::ToString
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql (Pomelo.EntityFrameworkCore.MySql)
v8.0.3
Compare Source
This release is compatible with .NET 8.0, EF Core 8.0, MySQL 8.0, MariaDB 11.3/11.2/11.1/11.0/10.11/10.10/10.6/10.5/10.4 and MySqlConnector 2.3.5.
For all new features and bugfixes contained in this release, see related issues and pull requests.
The EF Core 8.0 release train is tracked by #1746.
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.