-
Notifications
You must be signed in to change notification settings - Fork 0
Update nuget non-major dependencies - autoclosed #500
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
Conversation
eb4c16d to
f565b01
Compare
5b8c248 to
5a1c0fc
Compare
1361617 to
9ba694a
Compare
610caf5 to
f01e725
Compare
69acac3 to
b7e5d4f
Compare
30bbfda to
bb16eed
Compare
0e932b0 to
5f8fc38
Compare
341b756 to
c92017a
Compare
c92017a to
9668ebe
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
26897cb to
284375f
Compare
284375f to
792ca57
Compare
This PR contains the following updates:
9.1.0->9.2.11.12.0->1.13.14.25.0->4.27.01.12.0->1.13.012.20.0->12.22.21.8.14->1.8.151.8.14->1.8.151.20.9->1.20.108.0.8->8.0.108.0.7->8.0.108.0.8->8.0.108.0.1->8.0.28.0.0->8.0.18.0.1->8.0.23.1.0->3.3.07.6.3->7.7.117.10.0->17.11.14.20.70->4.20.728.0.3->8.0.58.4.1->8.4.24.0.1->4.1.08.0.2->8.0.36.7.3->6.9.07.6.3->7.7.12.9.0->2.9.2Release Notes
Altinn/altinn-apiclient-maskinporten (Altinn.ApiClients.Maskinporten)
v9.2.1What's Changed
New Contributors
Full Changelog: Altinn/altinn-apiclient-maskinporten@v9.2.0...v9.2.1
v9.2.0What's Changed
New Contributors
Full Changelog: Altinn/altinn-apiclient-maskinporten@v9.1.0...v9.2.0
Azure/azure-sdk-for-net (Azure.Identity)
v1.13.1Compare Source
1.13.1 (2024-10-24)
Bugs Fixed
ManagedIdentityCredentialfrom attempting to detect if Workload Identity is enabled in the current environment. #46653DefaultAzureCredentialfrom progressing pastManagedIdentityCredentialin some scenarios where the identity was not available. #46709v1.13.0Compare Source
1.13.0 (2024-10-14)
Features Added
ManagedIdentityCredentialnow supports specifying a user-assigned managed identity by object ID.Bugs Fixed
DefaultAzureCredentialattempts to authenticate with theMangagedIdentityCredentialand it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #45184AzurePipelinesCredentialso it doesn't result in a redirect response when an invalid system access token is provided.Other Changes
AzureEventSourceListener. Previously, the log level was always set toMicrosoft.Identity.Client.LogLevel.Info.AzurePowerShellCredentialnow utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.AzurePipelinesCredential.v1.12.1Compare Source
1.12.1 (2024-09-26)
Bugs Fixed
HangfireIO/Hangfire (Hangfire.AspNetCore)
v1.8.15: 1.8.15Release Notes
Hangfire.Core
AutomaticRetryAttribute.ExceptOnproperty to skip retries for specific exceptions.GetCultureInfoinstead of creating an instance in theCaptureCultureAttributefilter.build.batcommand.Hangfire.SqlServer
stringallocations.QuerySingle* orReadSingle* where possible to avoid allocating lists.DbCommandandDbParametercreation logic to improve code consistency.frankhommers/Hangfire.PostgreSql (Hangfire.PostgreSql)
v1.20.10Compare Source
What's Changed
New Contributors
Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.9...1.20.10
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)
v8.0.10: .NET 8.0.10Release
dotnet/runtime (Microsoft.Extensions.DependencyInjection.Abstractions)
v8.0.2: .NET 8.0.2Release
AzureAD/microsoft-identity-web (Microsoft.Identity.Web)
v3.3.0Compare Source
========
New features
Fundamentals
v3.2.2Compare Source
=========
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.AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Protocols.OpenIdConnect)
v7.7.1Compare Source
7.7.1
Bug Fix
JsonSerializerPrimitives.TryAllStringClaimsAsDateTimewhich was removed as it is in an internal class, but due toInternalsVisibleTocan lead to aMissingMethodExceptionif IdentityModel versions are not aligned. See PR #2734 for details.v7.7.07.7.0
CVE package updates
CVE-2024-30105
ClaimsIdentitywhere claim retrieval is case-sensitive. The currentClaimsIdentity, in .NET, retrieves claims in a case-insensitive manner which is different than querying the underlyingSecurityToken. The newCaseSensitiveClaimsIdentityclass provides consistent retrieval logic withSecurityToken. Opt in to the new behavior via an AppContext switch. See PR #2715 for details.microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.11.1What's Changed
Full Changelog: microsoft/vstest@v17.11.0...v17.11.1
v17.11.0What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
moq/moq (Moq)
v4.20.72Full Changelog
🔨 Other:
🔀 Merged:
v4.20.71Full Changelog
🐛 Fixed bugs:
🔨 Other:
null#1391🔀 Merged:
npgsql/npgsql (Npgsql)
v8.0.58.0.5 contains quite a few fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
Full Changelog: npgsql/npgsql@v8.0.4...v8.0.5
v8.0.4A large number of number of bugs have been fixed, here is the full list.
Full Changelog: npgsql/npgsql@v8.0.3...v8.0.4
App-vNext/Polly (Polly)
v8.4.2Compare Source
serilog/serilog (Serilog)
v4.1.0BatchingOptions.RetryTimeLimitand [update retry scheduling algorithm](https://nblumhardt.com/2024/10/retry-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.