-
Notifications
You must be signed in to change notification settings - Fork 5
Update Major backend dependencies (major) #4803
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
dev
Choose a base branch
from
renovate/major-major-backend-dependencies
base: dev
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.
Open
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
0582af5
to
3b95a92
Compare
3b95a92
to
e670ff0
Compare
e670ff0
to
935378c
Compare
935378c
to
fce5125
Compare
fce5125
to
917f432
Compare
917f432
to
4b826e3
Compare
e04fadc
to
2d2dc67
Compare
703923a
to
36235c7
Compare
5437a71
to
8c833db
Compare
f519f45
to
9cb6e1a
Compare
9cb6e1a
to
ddd133b
Compare
ddd133b
to
d2facc4
Compare
e0905fc
to
299d001
Compare
299d001
to
d81f40e
Compare
d81f40e
to
014879a
Compare
014879a
to
119dff8
Compare
119dff8
to
2a72225
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:
13.0.1
->14.0.0
31.0.4
->33.0.1
10.1.1
->11.0.0
1.9.1
->3.1.0
1.24.0
->2.0.0
1.4.0
->2.0.0
1.3.3
->2.0.1
1.18.1
->2.0.2
2.21.1
->3.8.3
7.7.1
->8.8.0
2.3.0
->3.0.0
0.15.0
->1.0.1
7.3.2
->8.1.1
7.3.2
->8.1.1
7.3.2
->8.1.1
7.7.1
->8.8.0
7.0.0
->9.0.4
8.0.5
->9.0.4
8.1.0
->9.0.0
7.3.2
->8.1.1
Release Notes
AutoMapper/AutoMapper (AutoMapper)
v14.0.0
What's Changed
New Contributors
Full Changelog: AutoMapper/AutoMapper@v13.0.1...v14.0.0
JoshClose/CsvHelper (CsvHelper)
v33.0.1
Compare Source
v33.0.0
Compare Source
v32.0.3
Compare Source
v32.0.2
Compare Source
v32.0.1
Compare Source
v32.0.0
Compare Source
jwt-dotnet/jwt (JWT)
v11.0.0
Azure/azure-functions-dotnet-worker (Microsoft.Azure.Functions.Worker)
v2.0.0
: Microsoft.Azure.Functions.Worker 2.0.0Compare Source
Microsoft.Azure.Functions.Worker (metapackage) 2.0.0
Microsoft.Azure.Functions.Worker.Core
to 2.0.0Microsoft.Azure.Functions.Worker.Grpc
to 2.0.0Breaking Changes
IncludeEmptyEntriesInMessagePayload
is now enabled by default (#2701)IncludeEmptyEntriesInMessagePayload
tofalse
in the worker options.ValidateScopes
is enabled for development environments by default.Microsoft.Azure.Functions.Worker.Core 2.0.0
Azure.Core
to 1.41.0IHostApplicationBuilder
Breaking Changes
EnableUserCodeException
is now enabled by default (#2702)EnableUserCodeException
tofalse
in the worker options.EnableUserCodeException
property in WorkerOptions has been marked as obsolete and may be removed in a future release.ILoggerExtensions
toFunctionsLoggerExtensions
to avoid naming conflict issues (#2716)Setting Worker Options Example
If you need to disable these capabilities and return to the old behaviour, you can set the worker options as follows:
Microsoft.Azure.Functions.Worker.Grpc 2.0.0
AzureAD/microsoft-identity-web (Microsoft.Identity.Web)
v3.8.3
Compare Source
========
Package updates
New feature
TokenAcquistion.cs
adds its service provider to the acquisition options. See issue #3315 for details.v3.8.2
Compare Source
========
New feature
TokenCacheNotificationArgs
indicates that distributed cache is configured when it should not have been. See #3304.v3.8.1
Compare Source
========
New features
Bug fixes
v3.8.0
Compare Source
========
New feature
FmiPath
property ofAcquireTokenOptions
. See #3247Bug fixes
Fundamentals
New Contributors
v3.7.1
Compare Source
========
v3.7.0
Compare Source
========
New Feature
DefaultCredentialsLoader
so that partner teams, or an SDK on top of IdWeb, can bring their own credential providers. See #3220 for details.Bug fixes
v3.6.2
Compare Source
========
Fundamentals
v3.6.1
Compare Source
========
v3.6.0
Compare Source
========
Bug fixes
OpenIdConnectCachingSecurityTokenProvider
. See Issue #3078Fundamentals
v3.5.0
Compare Source
========
Bug fixes
Fundamentals
v3.4.0
Compare Source
========
New features
v3.3.1
Compare Source
========
Supportability
appsettings.json
, improving configuration accuracy and developer experience. To use it, add the following at the top of your appsettings.json:"$schema": "https://github.com/AzureAD/microsoft-identity-web/blob/master/JsonSchemas/microsoft-identity-web.json"
This update enhances the configuration process by providing clear structure and validation for settings used in Microsoft.Identity.Web. See PR #3119 for details.
Fundamentals
v3.3.0
Compare Source
========
New features
Fundamentals
v3.2.2
Compare Source
=========
Updated to Microsoft.IdentityModel.* 8.1.2
Breaking change (without major version change. Sorry!)
ClientAssertionProviderBase.GetSignedAssertion now takes an MSAL.NET AssertionRequestOptions and the method name has changed from
GetSignedAssertion
toGetClientAssertionAsync
:v3.2.1
Compare Source
=========
v3.2.0
Compare Source
=========
New features
IDownstreamApi
overloads take aJsonTypeInfo<T>
parameter to enable source generated JSON deserialization. See issue #2930 for details.Bug fixes:
Fundamentals:
GetCacheKey
. See PR #3020 for details.v3.1.0
Compare Source
=========
Security improvement:
CaseSensitiveClaimsIdentity
by default and provides AppContextSwitches to fallback to usingClaimsIdentity
. This means that when you loopup claims with FindFirst(), FindAll() and HasClaim(), you need to provide the right casing for the claim. See PR #2977 for details.Bug fixes:
GetTokenAcquirer
now setsSendX5C
in particular protocols. See issue #2887 for details.The input string " was not in a correct format
when enabling same-site cookie compatibility with userAgent: "Dalvik/2.1.0 (Linux; U; Android 12; Chromecast Build/STTE.230319.008.H1). See issue #2879 for details.Fundamentals:
AzureKeyVault@2
in AzureDevOps, #2981.========
See rel/v2 branch changelog for changes to all 2.x.x versions after 2.18.1.
The changes listed in the rel/v2 changelog are also in the 3.x.x versions of Id Web but are not listed here.
========
v3.0.1
Compare Source
=========
v3.0.0
=========
CVE package updates
CVE-2024-30105
See PR #2929 for details.
Updated to Microsoft.IdentityModel.* 8.0.0, Microsoft.Identity.Lab API 1.0.2, Microsoft.Identity.Abstractions 6.0.0
See rel/v2 changelog for full list of added features to 3.0.0.
Fundamentals:
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Tokens)
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
v8.3.1
Compare Source
=====
Bug Fixes
AuthenticationEncryptionProvider.cs
. See #3063Fundamentals
Work related to redesign of IdentityModel's token validation logic #2711
v8.3.0
Compare Source
=====
New features
Work related to redesign of IdentityModel's token validation logic #2711
Bug fixes
Fundamentals
Configuration
📅 Schedule: Branch creation - "every 3 months" in timezone Europe/London, 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.