chore(deps): update nuget non-major dependencies #716
Merged
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:
4.4.0
->4.4.3
3.0.2
->3.0.4
3.24.0
->3.29.0
1.11.4
->1.12.0
1.2.0
->1.3.0
12.19.1
->12.20.0
12.17.1
->12.18.0
8.0.4
->8.0.6
8.4.0
->8.6.0
3.3.0
->3.4.0
7.5.1
->7.6.2
17.9.0
->17.10.0
1.20.1
->1.21.0
1.8.1
->1.9.0
1.8.1
->1.9.0
6.5.0
->6.6.2
3.8.0
->3.9.0
2.8.0
->2.8.1
2.8.0
->2.8.1
Release Notes
Altinn/altinn-accesstoken (Altinn.Common.AccessToken)
v4.4.3
Compare Source
What's Changed
Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-4.4.2...Altinn.Common.AccessToken-4.4.3
v4.4.2
Compare Source
What's Changed
Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-4.4.1...Altinn.Common.AccessToken-4.4.2
v4.4.1
Compare Source
What's Changed
Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-4.4.0...Altinn.Common.AccessToken-4.4.1
Azure/azure-sdk-for-net (Azure.Identity)
v1.12.0
1.12.0 (2024-06-17)
Features Added
AzurePipelinesCredential
for authenticating with Azure Pipelines service connections.OnBehalfOfCredential
now supports client assertion callbacks for acquiring tokens on behalf of a user.ClientAssertionCredentialOptions
now supportsTokenCachePersistenceOptions
for configuring token cache persistence.dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)
v8.0.6
v8.0.5
: .NET 8.0.5Release
What's Changed
31993df
to77afe8e
by @dependabot in https://github.com/dotnet/aspnetcore/pull/54872Type.GetType
when activating types in data protection by @github-actions in https://github.com/dotnet/aspnetcore/pull/54762Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5
dotnet/extensions (Microsoft.Extensions.Telemetry.Abstractions)
v8.6.0
: .NET Extensions 8.6.08.6.0 packages are now all published in NuGet.org.
What's Changed
Full Changelog: dotnet/extensions@v8.5.0...v8.6.0
v8.5.0
: .NET Extensions 8.5.08.5.0 packages are now all published in NuGet.org.
What's Changed
New Contributors
Full Changelog: dotnet/extensions@v8.4.0...v8.5.0
microsoft/FeatureManagement-Dotnet (Microsoft.FeatureManagement.AspNetCore)
v3.4.0
Compare Source
Microsoft.FeatureManagement Updates
The packages associated with this release are
Microsoft.FeatureManagement
Enhancements
Microsoft.FeatureManagement.AspNetCore
Microsoft.FeatureManagement
reference to3.4.0
.v3.3.1
Compare Source
Microsoft.FeatureManagement Updates
The packages associated with this release are
Microsoft.FeatureManagement
Bug fixes
TimeWindowFilter
would be registered repeatedly when callingAddFeatureFilter<TimeWindowFilter>
after the call ofAddFeatureManagement()
. #447Microsoft.FeatureManagement.AspNetCore
Microsoft.FeatureManagement
reference to3.3.1
.AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Logging)
v7.6.2
Compare Source
7.6.2
Bug Fix:
AadIssuerValidator
by not usingstring.Replace
where appropriate due to an index out-of-range error.v7.6.1
Compare Source
=====
New Features:
Bug Fixes:
IDX14100
. See issue #2058 and PR #2618 for details.JwtRegisteredClaimNames
now contains previously missing Standard OpenIdConnect claims. See issue #1598 for details.Performance Improvements:
v7.6.0
Compare Source
=====
New Features:
JsonWebToken
- extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.Bug Fixes:
Performance Improvements:
Fundamentals:
Microsoft.IdentityModel.Tokens
delegates to a new file. See PR #2606v7.5.2
Compare Source
=====
Bug Fixes:
Fundamentals:
Performance Improvements:
VerifyRsa
/VerifyECDsa
. See PR #2589 for more details.ValidateSignature
by using a collection expression instead ofnew List<SecurityKey> { key }
, to optimize for the single element case. See PR #2586 for more details.AadIssuerValidator
. See PR #2584 for more details.microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.10.0
What's Changed
2338548
by @dotnet-bot in https://github.com/microsoft/vstest/pull/4794And many infrastructure related changes and updates.
New Contributors
Full Changelog: microsoft/vstest@v17.9.0...v17.10.0
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v6.6.2
What's Changed
[Length]
attribute. by @satma0745 in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882<br />
,<br/>
, and<br>
in XML comments withEnvironment.Newline
by @mburumaxwell in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2899AdditionalItems
by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890IHostedService
implementations by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2880[DefaultValue]
's type differs by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2895New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2
v6.6.1
What's Changed
WithSummary
andWithDescription
metadata by @hwoodiwiss in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414Add Security Definitions and Requirements for Bearer auth
URL by @Saibamen in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705GetInheritanceChain
by @angelaki in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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 has been generated by Mend Renovate. View repository job log here.