Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2023

This PR contains the following updates:

Package Change Age Confidence
AWSSDK.KeyManagementService 3.7.2.6 -> 3.7.503.1 age confidence
Azure.Identity (source) 1.11.4 -> 1.17.0 age confidence
Azure.Security.KeyVault.Certificates (source) 4.5.1 -> 4.8.0 age confidence
Azure.Security.KeyVault.Keys (source) 4.5.0 -> 4.8.0 age confidence
Azure.Security.KeyVault.Secrets (source) 4.5.0 -> 4.8.0 age confidence
Azure.Storage.Blobs (source) 12.19.1 -> 12.26.0 age confidence
Google.Cloud.Kms.V1 3.7.0 -> 3.19.0 age confidence
Microsoft.EntityFrameworkCore.Design (source) 8.0.11 -> 8.0.21 age confidence
Microsoft.EntityFrameworkCore.Relational (source) 8.0.11 -> 8.0.21 age confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 8.0.2 -> 8.0.21 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.2 -> 8.0.21 age confidence
Microsoft.NET.Test.Sdk 17.10.0 -> 17.14.1 age confidence
MongoDB.Driver (source) 2.22.0 -> 2.30.0 age confidence
NSubstitute (source) 5.1.0 -> 5.3.0 age confidence
Pkcs11Interop (source) 5.1.2 -> 5.3.0 age confidence
Pomelo.EntityFrameworkCore.MySql 8.0.1 -> 8.0.3 age confidence
Serilog.AspNetCore 8.0.1 -> 8.0.3 age confidence
Serilog.Settings.Configuration 8.0.0 -> 8.0.4 age confidence
VaultSharp 1.7.0 -> 1.17.5.1 age confidence
coverlet.collector 6.0.2 -> 6.0.4 age confidence
dotnet-ef (source) 8.0.2 -> 8.0.21 age confidence
xunit 2.8.1 -> 2.9.3 age confidence
xunit.runner.visualstudio 3.0.2 -> 3.1.5 age confidence

Release Notes

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

v3.7.503

v3.7.502

v3.7.500

v3.7.403.1

Compare Source

v3.7.403

v3.7.402

Compare Source

v3.7.401

v3.7.400

v3.7.304

v3.7.303

v3.7.302

v3.7.301

v3.7.300

v3.7.200

v3.7.104

v3.7.103

v3.7.102

v3.7.101

v3.7.4

v3.7.3

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)

v1.13.1

Compare Source

1.13.1 (2024-10-24)
Bugs Fixed
  • Fixed a regression that prevented ManagedIdentityCredential from attempting to detect if Workload Identity is enabled in the current environment. #​46653
  • Fixed a regression that prevented DefaultAzureCredential from progressing past ManagedIdentityCredential in some scenarios where the identity was not available. #​46709

v1.13.0

Compare Source

1.13.0 (2024-10-14)

Features Added
  • ManagedIdentityCredential now supports specifying a user-assigned managed identity by object ID.
Bugs Fixed
  • If DefaultAzureCredential attempts to authenticate with the MangagedIdentityCredential and it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #​45184
  • Fixed the request sent in AzurePipelinesCredential so it doesn't result in a redirect response when an invalid system access token is provided.
  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
Other Changes
  • The logging level passed to MSAL now correlates to the log level configured on your configured AzureEventSourceListener. Previously, the log level was always set to Microsoft.Identity.Client.LogLevel.Info.
  • AzurePowerShellCredential now utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.
  • Improved error logging for AzurePipelinesCredential.

v1.12.1

Compare Source

1.12.1 (2024-09-26)

Bugs Fixed
  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .

v1.12.0

Compare Source

1.12.0 (2024-06-17)

Features Added
  • Added AzurePipelinesCredential for authenticating with Azure Pipelines service connections.
  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.
  • ClientAssertionCredentialOptions now supports TokenCachePersistenceOptions for configuring token cache persistence.
googleapis/google-cloud-dotnet (Google.Cloud.Kms.V1)

v3.19.0: Google.Cloud.PubSub.V1 version 3.19.0

Compare Source

Changes in this release:

Bug fixes
  • Do not throw if a subscriber is disposed before being started (commit 04b8d8a)
New features

v3.18.0: Google.Cloud.BigQuery.Storage.V1 version 3.18.0

Compare Source

New features
  • Update dependencies

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.PubSub.V1 version 3.16.0

Compare Source

Changes in this release:

New features
  • Add max messages batching for Cloud Storage subscriptions (commit 953eefe)

v3.15.0: Google.Cloud.PubSub.V1 version 3.15.0

Compare Source

Changes in this release:

New features
  • Add use_topic_schema for Cloud Storage Subscriptions (commit d557116)

v3.14.0: Google.Cloud.PubSub.V1 version 3.14.0

Compare Source

Changes in this release:

Bug fixes
  • Fix possible race condition when restarting the stream (commit 4410bb1)
New features

The last two of these features can cause user-visible changes. In particular:

  • Persistently-failing streaming pulls will eventually cause a SubscriberClient to fail
  • Authentication-based failures (e.g. using an expired service account) will now cause a SubscriberClient to fail
  • SubscriberClient will retry immediately after a streaming pull stream is terminated server-side, if the pull was active for 45 seconds or more before being terminated. This should improve responsiveness in some situations.

All of these changes should be "net positive", but if they cause any issues, please file a bug.

v3.13.0: Google.Cloud.PubSub.V1 version 3.13.0

Compare Source

Changes in this release:

New features
  • Improve SubscriberClient logging (commit a9896c9)
  • Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)

v3.12.0: Google.Cloud.Firestore version 3.12.0

Compare Source

New features
  • Update dependencies

v3.11.0: Google.Cloud.Firestore version 3.11.0

Compare Source

New features
  • Implement support for Firestore type discriminators

v3.10.0: Google.Cloud.Translate.V3 version 3.10.0

Compare Source

New features
  • Update dependencies
Documentation improvements
  • Minor formatting
  • Update hyperlink to the supported languages documentation page

v3.9.0: Google.Cloud.BigQuery.V2 version 3.9.0

Compare Source

Changes in this release:

New features

v3.8.0: Google.Cloud.Kms.V1 version 3.8.0

Compare Source

Changes in this release:

Documentation improvements
dotnet/efcore (Microsoft.EntityFrameworkCore.Design)

v8.0.21: .NET 8.0.21

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.20...v8.0.21

v8.0.20: .NET 8.0.20

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.19...v8.0.20

v8.0.19

v8.0.18

v8.0.17

Dependency Updates
  • Update dependencies from dotnet/arcade (#​36085)
    Updates the project's dependencies using the latest versions from the dotnet/arcade repository. This ensures that the build infrastructure and related tooling are up to date, which can bring in important bug fixes, security patches, and improvements from upstream.
Miscellaneous
  • Update branding to 8.0.17 (#​36043)
    Updates the internal version branding to 8.0.17. This change ensures that the product and its packages correctly reflect the new release version, helping users and developers identify the build.

  • Merging internal commits for release/8.0 (#​36080)
    Integrates various internal commits into the release/8.0 branch. This merge brings together important updates and ensures the release branch is synchronized with recent internal development, maintaining consistency and stability for the release.


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

Full Changelog: v8.0.16...v8.0.17

v8.0.16: .NET 8.0.16

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.15...v8.0.16

v8.0.15: .NET 8.0.15

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.14...v8.0.15

v8.0.14: .NET 8.0.14

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.13...v8.0.14

v8.0.13: .NET 8.0.13

[Release](https://github.com/dotnet/core/releases/tag/v8.0.13

What's Changed

Full Changelog: dotnet/efcore@v8.0.12...v8.0.13

v8.0.12: .NET 8.0.12

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.11...v8.0.12

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

v17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0

v17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

v17.12.0

What's Changed

Internal and infrastructure fixes:


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 as a code owner June 11, 2023 02:12
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from cd0f5ea to 2893adf Compare June 15, 2023 23:47
@renovate renovate bot force-pushed the renovate/nuget-minor branch 6 times, most recently from a79a7c4 to 1ad0a86 Compare June 28, 2023 15:07
@renovate renovate bot force-pushed the renovate/nuget-minor branch 4 times, most recently from acde7f0 to 1d9930b Compare July 6, 2023 21:28
@bitwarden-bot
Copy link

bitwarden-bot commented Jul 6, 2023

Logo
Checkmarx One – Scan Summary & Detailscc06b052-712e-43a1-958d-acd13914cd4b

No New Or Fixed Issues Found

@renovate renovate bot force-pushed the renovate/nuget-minor branch 4 times, most recently from 18be2b6 to 1e6618e Compare July 13, 2023 22:58
@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from 6b62f58 to 9a14bd2 Compare July 22, 2023 01:54
@renovate renovate bot force-pushed the renovate/nuget-minor branch 4 times, most recently from ebcc4fe to 2dc62fc Compare July 31, 2023 21:44
@renovate renovate bot force-pushed the renovate/nuget-minor branch 3 times, most recently from 35282de to 319b651 Compare August 5, 2023 01:18
@renovate renovate bot force-pushed the renovate/nuget-minor branch 4 times, most recently from 167e35c to a64d9a7 Compare September 29, 2025 23:51
@renovate renovate bot force-pushed the renovate/nuget-minor branch 8 times, most recently from 2dedf42 to b005611 Compare October 7, 2025 20:25
@renovate renovate bot force-pushed the renovate/nuget-minor branch 6 times, most recently from 0caa77c to 808bb07 Compare October 21, 2025 19:51
@renovate renovate bot force-pushed the renovate/nuget-minor branch 3 times, most recently from ab34293 to ce8d0e9 Compare October 25, 2025 03:35
@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from 17a1dae to cda7b3b Compare November 5, 2025 04:35
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from c969360 to 9494ec3 Compare November 7, 2025 15:56
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 9494ec3 to 2cef123 Compare November 8, 2025 00:08
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