-
Notifications
You must be signed in to change notification settings - Fork 16
chore(deps): update nuget non-major dependencies #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nuget-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e111afb
to
6454f0c
Compare
4f182c2
to
0ebdd94
Compare
4c9d5ae
to
540a211
Compare
edcee3a
to
d602159
Compare
f398b91
to
f9ed952
Compare
d12efda
to
5a16a31
Compare
7028f88
to
c8ae644
Compare
2e3b6bd
to
3d73753
Compare
ff19af1
to
c151710
Compare
c151710
to
930c45b
Compare
e2745a5
to
493b3ed
Compare
493b3ed
to
8fcd992
Compare
13459a7
to
c04f8eb
Compare
c04f8eb
to
b98edc2
Compare
b98edc2
to
793a199
Compare
793a199
to
860aec4
Compare
860aec4
to
6490033
Compare
6490033
to
3571c36
Compare
f30a0a0
to
5ff1f1d
Compare
6dea4de
to
11d1ccc
Compare
11d1ccc
to
416827e
Compare
416827e
to
71d272e
Compare
505cc65
to
88fa72b
Compare
88fa72b
to
366c22e
Compare
780c7f0
to
e12f817
Compare
e12f817
to
ba7f6ca
Compare
ba7f6ca
to
f46d0ab
Compare
0e0c2e8
to
cc92241
Compare
cf7f254
to
3e14dcc
Compare
3e14dcc
to
c6c35f7
Compare
c6c35f7
to
5339711
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0.8
->4.0.10
11.10.0
->11.11.0
8.3.1
->8.9.0
2.2.0
->2.3.0
8.0.100
->8.0.408
8.13.49
->8.13.55
Release Notes
JeremySkinner/fluentvalidation (FluentValidation)
v11.11.0
Compare Source
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Changes in 11.11.0
Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidator
error message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException
(#2152)RuleFor(x => x)
) (#2168)AddValidatorsFromAssemblyContaining
from registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAdded
to allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull
(See #2069 for migration steps)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Protocols.OpenIdConnect)
v8.9.0
Compare Source
=====
Bug Fixes
New Features
Fundamentals
v8.8.0
Compare Source
=====
New Features
Switch.Microsoft.IdentityModel.UpdateConfigAsBlocking
switch. If set, configuration calls will be blocking when metadata is updated, otherwise, if token arrive with a new signing keys, validation errors will be returned to the caller. See PR #3193 for details.Switch.Microsoft.IdentityModel.DoNotScrubExceptions
AppContextSwitch. See PR #3195 and https://aka.ms/identitymodel/app-context-switches for details.System.Thread.Lock
objects for .NET 9 or greater. See PRs #3185 and #3189 for details.v8.7.0
Compare Source
=====
Bug Fixes
IsRecoverableException
andIsRecoverableExceptionType
whose signatures were changed in the previous version. See #3181.New Features
Cnf
class public and move it to Microsoft.IdentityModel.Tokens package. See #3165.v8.6.1
Compare Source
=====
Bug fix
JsonWebTokenHandler
whereJwtTokenDecryptionParameters
'sAlg
andEnc
were not set during token decryption, causingIDX10611
andIDX10619
errors to show null values in the messages. See issue #3003 for details.Fundamentals
v8.6.0
Compare Source
=====
New Features
TryAllDecryptionKeys
that let you choose whether to try all decrypt keys when no key matches the token decrypt key IDs. By default it's set to true (legacy behavior) but you can set it to false to avoid tyring all keys which is more performant. See #3128Fundamentals
v8.5.0
Compare Source
=====
Reverting previous breaking change
v8.4.0
Compare Source
=====
New Features
Repair items
KeyID
should be present in exception messages and is no longer PII. See #3104 for details.Fundamentals
Work related to redesign of IdentityModel's token validation logic #2711
dotnet/yarp (Yarp.ReverseProxy)
v2.3.0
: 2.3.0This release supports .NET 8.0 and newer. See Getting Started.
Note that while this version also includes targets for .NET 6 and .NET 7, those runtimes are no longer supported.
The Yarp.ReverseProxy packages are available on NuGet.org.
Breaking changes
Debug
severity (#2765 by @MihaZupan).ForwarderError.ResponseBodyCanceled
andUpgradeResponseCanceled
are no longer logged with aWarning
severity.RequestCanceled
,RequestBodyCanceled
, andUpgradeRequestCanceled
.HttpRequestMessage.Content
property in a request transform will throw an exception (#2722 by @MihaZupan).HttpVersionPolicy
during HTTP version negotiation (#2729 by @MihaZupan).HttpVersionPolicy
disallowed it. This was breaking scenarios such as outgoing HTTP/2 WebSockets without TLS.RequestCreation
error.Version=2.0, Policy=RequestVersionOrLower
.Major changes
ReverseProxy
section inappsettings.json
.Other changes
AddForwarded
andAddXForwarded
request transforms that allow you to opt-out of removing the other variant of the header (#2728 by @rkargMsft).New Contributors
For a full list of changes see here.
dotnet/sdk (dotnet-sdk)
v8.0.408
: .NET 8.0.15Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.407...v8.0.408
v8.0.407
: .NET 8.0.14Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.406...v8.0.407
v8.0.406
: .NET 8.0.13Compare Source
[Release](https://github.com/dotnet/core/releases/tag/v8.0.13
What's Changed
Configuration
📅 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 was generated by Mend Renovate. View the repository job log.