Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Confidence
AWSSDK.KeyManagementService [3.7.400.53] -> [3.7.502.3] age confidence
Azure.Identity (source) [1.13.1] -> [1.17.0] age confidence
Azure.Security.KeyVault.Certificates (source) [4.7.0] -> [4.8.0] age confidence
Azure.Security.KeyVault.Keys (source) [4.7.0] -> [4.8.0] age confidence
Azure.Security.KeyVault.Secrets (source) [4.7.0] -> [4.8.0] age confidence
Azure.Storage.Blobs (source) [12.23.0] -> [12.26.0] age confidence
Google.Cloud.Kms.V1 [3.15.0] -> [3.19.0] age confidence
Microsoft.EntityFrameworkCore.Design (source) [9.0.0] -> [9.0.10] age confidence
Microsoft.EntityFrameworkCore.Relational (source) [9.0.0] -> [9.0.10] age confidence
Microsoft.EntityFrameworkCore.SqlServer (source) [9.0.0] -> [9.0.10] age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) [9.0.0] -> [9.0.10] age confidence
MongoDB.Driver (source) [3.0.0] -> [3.5.0] age confidence
Npgsql.EntityFrameworkCore.PostgreSQL [9.0.1] -> [9.0.4] age confidence
Pkcs11Interop (source) [5.2.0] -> [5.3.0] age confidence

Release Notes

aws/aws-sdk-net (AWSSDK.KeyManagementService)

v3.7.502

v3.7.500

v3.7.403.1

Compare Source

v3.7.403

v3.7.402

Compare Source

v3.7.401

Azure/azure-sdk-for-net (Azure.Identity)

v1.17.0

Compare Source

1.17.0 (2025-10-07)

Bugs Fixed
  • TenantId is now configured via MSAL's WithTenantId instead of WithTenantIdFromAuthority to prevent malformed Uris to the authority.
Other Changes
  • Deprecated BrowserCustomizationOptions.UseEmbeddedWebView property. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.

v1.16.0

Compare Source

1.16.0 (2025-09-09)

Features Added
  • Added a new DefaultAzureCredential constructor that accepts a custom environment variable name for credential configuration. This provides flexibility beyond the default AZURE_TOKEN_CREDENTIALS environment variable. The constructor accepts any environment variable name and uses the same credential selection logic as the existing AZURE_TOKEN_CREDENTIALS processing.
  • Added DefaultAzureCredential.DefaultEnvironmentVariableName constant property that returns "AZURE_TOKEN_CREDENTIALS" for convenience when referencing the default environment variable name.
  • AzureCliCredential, AzurePowerShellCredential, and AzureDeveloperCliCredential now throw an AuthenticationFailedException when the TokenRequestContext includes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.
  • When AZURE_TOKEN_CREDENTIALS or the equivalent custom environment variable is configured to ManagedIdentityCredential, the DefaultAzureCredential does not issue a probe request and performs retries with exponential backoff.
Bugs Fixed
  • Fixed AzureDeveloperCliCredential hanging when the AZD_DEBUG environment variable is set by adding the --no-prompt flag to prevent interactive prompts (#​52005).
  • BrokerCredential is now included in the chain when AZURE_TOKEN_CREDENTIALS is set to dev.
  • Fixed an issue that prevented ManagedIdentityCredential from utilizing the token cache in Workload Identity Federation environments.
  • Fixed a bug in DefaultAzureCredential that caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination with DefaultAzureCredentialOptions.
Other Changes
  • The BrokerCredential is now always included in the DefaultAzureCredential chain. If the Azure.Identity.Broker package is not referenced, an exception will be thrown when GetToken is called, making its behavior consistent with the rest of the credentials in the chain.
  • Updated Microsoft.Identity.Client dependency to version 4.76.0.
  • Updated Microsoft.Identity.Client.Extensions.Msal dependency to version 4.76.0.

v1.15.0

Compare Source

1.15.0 (2025-08-07)
Breaking Changes
Behavioral Breaking Changes
  • Deprecated SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider using InteractiveBrowserCredential instead. The following changes have been made:
    • SharedTokenCacheCredential class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredentialOptions class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredential property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheUsername property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredential is no longer included in the DefaultAzureCredential authentication flow
Bugs Fixed
  • Tenant ID comparisons in credential options are now case-insensitive. This affects AdditionallyAllowedTenants values which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#​51693).
Other Changes
  • BrokerAuthenticationCredential has been renamed as BrokerCredential.

  • Added the EditorBrowsable(Never) attribute to property VisualStudioCodeTenantId as TenantId is preferred. The VisualStudioCodeTenantId property exists only to provide backwards compatibility.

v1.14.2

Compare Source

1.14.2 (2025-07-10)
Other changes
  • Updated Microsoft.Identity.Client dependency to version 4.73.1

v1.14.1

Compare Source

1.14.1 (2025-07-08)

Bugs Fixed
  • Added support in AzurePowerShellCredential for the Az.Accounts 5.0.0+ (Az 14.0.0+) breaking change where Get-AzAccessToken returns PSSecureAccessToken with a SecureString Token property instead of plaintext.

v1.14.0

Compare Source

1.14.0 (2025-05-13)
Other Changes
  • Removed references to Username, Password, AZURE_USERNAME, and AZURE_PASSWORD in XML comments from EnvironmentCredentialOptions and EnvironmentCredential due to lack of MFA support. See MFA enforcement details.
  • Marked AZURE_USERNAME and AZURE_PASSWORD as obsolete due to lack of MFA support. See MFA enforcement details.
  • Added support for the AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential, 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
  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#​47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#​47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential 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.19.0: Google.Cloud.Kms.V1 version 3.19.0

Compare Source

New features
  • Support KEY_ENCAPSULATION purpose and quantum-safe algorithms ML_KEM_768, ML_KEM_1024 and KEM_XWING
  • Add PublicKeyFormat enums XWING_RAW_BYTES (used for KEM_XWING) and DER

v3.18.0: Google.Cloud.Kms.V1 version 3.18.0

Compare Source

Documentation improvements
  • A comment for enum value DESTROYED in enum CryptoKeyVersionState is changed

v3.17.0: Google.Cloud.Kms.V1 version 3.17.0

Compare Source

New features
  • Adding eTag field to AutokeyConfig
Documentation improvements
  • Updating docs for total_size field in KMS List APIs

v3.16.0: Google.Cloud.Kms.V1 version 3.16.0

Compare Source

Changes in this release:

New features
  • Support PQC asymmetric signing algorithms ML_DSA_65 and SLH_DSA_SHA2_128s (commit 0f261f0)
  • Add a PublicKeyFormat enum to allow specifying the format the public is going to be exported in (commit 0f261f0)
Documentation improvements
dotnet/efcore (Microsoft.EntityFrameworkCore.Design)

v9.0.10: .NET 9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

v9.0.9: .NET 9.0.9

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.8...v9.0.9

v9.0.8

v9.0.7: .NET 9.0.7

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.6...v9.0.7

v9.0.6

Bug Fixes
  • Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
    The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #​35983 and ensures more reliable full-text search results.
    #​36000 by @​maumar
Dependency Updates
  • [release/8.0] Update dependencies from dotnet/arcade
    Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
    #​35930 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
    #​36006 by @​dotnet-maestro
  • [release/8.0] Update dependencies from dotnet/arcade
    Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
    #​36085 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
    #​36065 by @​dotnet-maestro
Technical Improvements
  • Merging Internal Commits for release/8.0
    Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
    #​35926 by @​vseanreesermsft
  • Merging Internal Commits for release/8.0
    Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
    #​36080 by @​vseanreesermsft
  • Merging Internal Commits for release/9.0
    Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
    #​36081 by @​vseanreesermsft
Infrastructure
  • Update Branding to 9.0.6
    Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
    #​36044 by @​vseanreesermsft
  • Update Branding to 8.0.17
    Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
    #​36043 by @​vseanreesermsft
Miscellaneous
  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
    #​35927 by @​github-actions
  • Merge release/9.0 to release/9.0-staging
    Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
    #​36051 by @​AndriySvyryd
  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Another automated merge from 8.0 to 9.0, keeping branches synchronized.
    #​36088 by @​github-actions
  • [release/9.0] Merge release/9.0-staging to release/9.0
    Merged changes from the 9.0-staging branch back into the main 9.0 branch, finalizing updates for this release.
    #​36089 by @​AndriySvyryd

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.5...v9.0.6

v9.0.5: .NET 9.0.5

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.4...v9.0.5

v9.0.4: .NET 9.0.4

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.3...v9.0.4

v9.0.3: .NET 9.0.3

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.2...v9.0.3

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.1...v9.0.2

v9.0.1: .NET 9.0.1

Release

What's Changed

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team September 30, 2024 00:35
@bitwarden-bot bitwarden-bot changed the title [deps] fixtures: Update minor [PM-12853] [deps] fixtures: Update minor Sep 30, 2024
@bitwarden-bot
Copy link

Internal tracking:

@renovate renovate bot changed the title [PM-12853] [deps] fixtures: Update minor [deps] fixtures: Update minor Sep 30, 2024
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 5 times, most recently from e4b7c9b to 2b26555 Compare October 7, 2024 22:17
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 5 times, most recently from 7d4cff2 to bf904e2 Compare October 15, 2024 00:44
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 4 times, most recently from 3dd57b5 to be1cb9e Compare October 22, 2024 21:59
@renovate renovate bot requested a review from a team as a code owner October 22, 2024 21:59
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 6 times, most recently from 9d3aa64 to dc4328b Compare October 29, 2024 23:39
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 3 times, most recently from 62603e3 to f660dda Compare November 1, 2024 22:16
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 2 times, most recently from 21bae0d to 5d224f8 Compare November 9, 2024 01:45
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 7 times, most recently from f32a737 to b6fd0f4 Compare September 23, 2025 11:42
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 4 times, most recently from afc4652 to 03f7702 Compare September 30, 2025 20:12
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 6 times, most recently from dbbc562 to ccce679 Compare October 8, 2025 05:43
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 7 times, most recently from 9086de4 to 0a108c3 Compare October 21, 2025 17:18
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 3 times, most recently from 3bf2173 to 7996a9e Compare October 25, 2025 00:31
@renovate renovate bot force-pushed the renovate/fixtures-minor branch from 7996a9e to 8b070e6 Compare October 30, 2025 05:40
@renovate renovate bot force-pushed the renovate/fixtures-minor branch from 8b070e6 to 92cd28a Compare October 30, 2025 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants