-
Notifications
You must be signed in to change notification settings - Fork 5
chore(deps): update major backend dependencies (major) - autoclosed #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
Closed
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
755aabb to
28ad342
Compare
28ad342 to
b1abdae
Compare
b1abdae to
ed6e0f4
Compare
ed6e0f4 to
7a93bb9
Compare
163e15c to
3daa6ef
Compare
3daa6ef to
585e4ad
Compare
585e4ad to
6b9b1b1
Compare
6b9b1b1 to
67cbde5
Compare
bcc2076 to
bf2e285
Compare
bf2e285 to
ba58d46
Compare
ba58d46 to
74ff008
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
1.0.2->2.9.013.0.1->15.0.14.31.0->5.0.031.0.4->33.1.011.11.0->12.0.011.11.0->12.0.010.1.1->11.0.02024.3.0->2025.2.21.9.1->3.1.01.24.0->2.1.01.4.0->2.0.01.3.3->2.0.22.21.1->3.14.17.7.1->8.14.017.14.1->18.0.07.0.3->8.0.02.3.0->3.0.00.15.0->1.0.17.3.2->9.0.67.3.2->9.0.67.3.2->9.0.67.7.1->8.14.08.0.6->9.0.98.1.0->9.0.07.3.2->9.0.6Release Notes
pamidur/aspect-injector (Aspects.Universal)
v2.9.0Compare Source
Full Changelog: pamidur/aspect-injector@2.8.2...2.9.0
LuckyPennySoftware/AutoMapper (AutoMapper)
v15.0.1What's Changed
Full Changelog: LuckyPennySoftware/AutoMapper@v15.0.0...v15.0.1
This release supersedes the 15.0.0 release, reverting behavior and overloads so that the
AddAutoMapperoverloads separate the "scanning for maps" from the "scanning for dependencies". Unfortunately it's not really possible to combine these two together.This also fixes a critical bug in #4545 that does not work with .NET 4.x applications (as intended).
Because of this, the 15.0.0 will be delisted because of the breaking changes there.
v15.0.0Full Changelog: LuckyPennySoftware/AutoMapper@v14.0.0...v15.0.0
To set your license key:
This also introduced a breaking change with
MapperConfigurationrequiring anILoggerFactoryfor logging purposes:Registering AutoMapper with
services.AddAutoMapperwill automatically supply this parameter. Otherwise you'll need to supply the logger factory.You can obtain your license key at AutoMapper.io
v14.0.0What's Changed
New Contributors
Full Changelog: LuckyPennySoftware/AutoMapper@v13.0.1...v14.0.0
Azure/azure-sdk-for-net (Azure.Messaging.EventGrid)
v5.0.0Compare Source
5.0.0 (2025-06-26)
Features Added
Azure.Messaging.EventGrid.SystemEventspackage.The system events are now referenced via type forwarding. If you encounter any exceptions
related to missing types, ensure that you
dotnet cleananddotnet buildyour project. You should notuse the
Azure.Messaging.EventGrid.SystemEventspackage with a version ofAzure.Messaging.EventGridprior to 5.0.0,as it will result in type conflicts.
Breaking Changes
There are no binary breaks or compilation breaks, but there are behavior breaking changes. For instance,
some properties that were previously incorrectly marked as optional, have been marked as required. If you
are using the
EventGridModelFactorymethods to create such events, and you encounterArgumentNullExceptionwhenupgrading, you will need to update your code to provide the required properties.
JoshClose/CsvHelper (CsvHelper)
v33.1.0Compare Source
v33.0.1Compare Source
v33.0.0Compare Source
v32.0.3Compare Source
v32.0.2Compare Source
v32.0.1Compare Source
v32.0.0Compare Source
JeremySkinner/fluentvalidation (FluentValidation)
v12.0.0Compare Source
Release notes
Please read the upgrade guide if you are moving from 11.x to 12.x
Changes in 12.0.0
Downloads
Binaries can be downloaded from nuget:
jwt-dotnet/jwt (JWT)
v11.0.0JetBrains/JetBrains.Annotations (JetBrains.Annotations)
v2025.2.1Compare Source
v2025.2.0Compare Source
Azure/azure-functions-dotnet-worker (Microsoft.Azure.Functions.Worker)
v2.1.0Compare Source
AZURE_FUNCTIONS_environment variables are now loaded correctly when usingFunctionsApplicationBuilder. (#2878)v2.0.0: Microsoft.Azure.Functions.Worker 2.0.0Compare Source
Microsoft.Azure.Functions.Worker (metapackage) 2.0.0
Microsoft.Azure.Functions.Worker.Coreto 2.0.0Microsoft.Azure.Functions.Worker.Grpcto 2.0.0Breaking Changes
IncludeEmptyEntriesInMessagePayloadis now enabled by default (#2701)IncludeEmptyEntriesInMessagePayloadtofalsein the worker options.ValidateScopesis enabled for development environments by default.Microsoft.Azure.Functions.Worker.Core 2.0.0
Azure.Coreto 1.41.0IHostApplicationBuilderBreaking Changes
EnableUserCodeExceptionis now enabled by default (#2702)EnableUserCodeExceptiontofalsein the worker options.EnableUserCodeExceptionproperty in WorkerOptions has been marked as obsolete and may be removed in a future release.ILoggerExtensionstoFunctionsLoggerExtensionsto 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.14.1=======
Bug fix
v3.14.0=======
New features
v3.13.2=======
Dependencies updates
v3.13.1Compare Source
=======
Dependencies updates
v3.13.0Compare Source
=======
Dependencies updates
Bug fixes
Fundamentals
v3.12.0Compare Source
=======
Dependencies updates
Bug fix
Reload certificates for all client credential based issues to solve the issue that when a bad certificate was installed on the machine and picked up, and subsequently rotated, a service restart was needed for the new certificate to be used. See issue #3429 and PR #3430
New features
v3.11.0Compare Source
=======
Dependencies updates
global.jsonto the latest .NET 9 runtime framework 9.0.108. See PR #3422 for details.Bug fixes
IDW10405error when using managed identity with common tenant. See PR #3415 for details.OidcIdpSignedAssertionLoaderto remove hard dependency on IConfiguration registration. See PR #3414 for details.New feature
ExtraHeaderParametersandExtraQueryParametersproperties onDownstreamApiOptionsto simplify adding custom headers and query parameters to downstream API requests. See PR #3413 for details.v3.10.0Compare Source
=======
Dependencies updates
global.jsonto the latest .NET 9 runtime framework 9.0.107 #3385.New feature
introducing the
Microsoft.Identity.Web.AgentIdentitiespackage .Bug fixes
Fundamentals
v3.9.4Compare Source
=======
Package updates
Bug fix
DefaultAuthorizationHeaderProviderto update theAcquireTokenOptions.LongRunningWebApiSessionKeyafter the token is acquired so that the key can be used in the next OBO call. See PR #3381 for details.Fundamentals
v3.9.3Compare Source
=======
Package updates
Fundamentals
.clinerulesto help with AI tooling.Upgraded analyzer packages for improved diagnostics and code consistency (in particular delegates are added).
For details see #3379
v3.9.2Compare Source
=======
Package updates
Fundamentals:
v3.9.1Compare Source
========
Package updates
Fundamentals
v3.9.0Compare Source
========
Package updates
Bug fixes
New feature
Fundamentals
External contributions
Thank you @evan-buss for your contribution and fixing the issue where RequiredScopeOrAppPermission extension method didn’t work with Minimal APIs. See #3323.
Thank you @neha-bhargava for your contribution and ensuring AcquireTokenForConfidentialClient correctly passes MSAL exceptions. See #3345.
v3.8.4Compare Source
========
Package updates
Bug fixes
New feature
Fundamentals
v3.8.3Compare Source
========
Package updates
New feature
TokenAcquistion.csadds its service provider to the acquisition options. See issue #3315 for details.v3.8.2Compare Source
========
New feature
TokenCacheNotificationArgsindicates that distributed cache is configured when it should not have been. See #3304.v3.8.1Compare Source
========
New features
Bug fixes
v3.8.0Compare Source
========
New feature
FmiPathproperty ofAcquireTokenOptions. See #3247Bug fixes
Fundamentals
New Contributors
v3.7.1Compare Source
========
v3.7.0Compare Source
========
New Feature
DefaultCredentialsLoaderso that partner teams, or an SDK on top of IdWeb, can bring their own credential providers. See #3220 for details.Bug fixes
v3.6.2Compare Source
========
Fundamentals
v3.6.1Compare Source
========
v3.6.0Compare Source
========
Bug fixes
OpenIdConnectCachingSecurityTokenProvider. See Issue #3078Fundamentals
v3.5.0Compare Source
========
Bug fixes
Fundamentals
v3.4.0Compare Source
========
New features
v3.3.1Compare 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.0Compare Source
========
New features
Fundamentals
v3.2.2Compare 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
GetSignedAssertiontoGetClientAssertionAsync:v3.2.1Compare Source
=========
v3.2.0Compare Source
=========
New features
IDownstreamApioverloads 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.0Compare Source
=========
Security improvement:
CaseSensitiveClaimsIdentityby 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:
GetTokenAcquirernow setsSendX5Cin particular protocols. See issue #2887 for details.The input string " was not in a correct formatwhen 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@2in 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.1Compare Source
=========
v3.0.0===
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.