Update all non-major dependencies #66
Open
+19
−19
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:
9.0.6
->9.0.7
9.0.6
->9.0.7
9.0.6
->9.0.7
9.0.6
->9.0.7
9.0.6
->9.0.7
9.0.6
->9.0.7
17.13.0
->17.14.1
1.21.1
->1.22.1
1.11.1
->1.12.0
3.13.1
->3.14.0
2.5.3
->2.6.4
2.6.5
2.8.24
->2.8.58
7.2.0
->7.3.2
7.2.0
->7.3.2
9.0.6
->9.0.7
1.4.12
->1.5.2
8.0.403
->8.0.412
7.4.1
->7.4.5
3.0.2
->3.1.3
Release Notes
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)
v9.0.7
: .NET 9.0.7Release
What's Changed
04ee1b4
toe9092b1
by @dependabot in https://github.com/dotnet/aspnetcore/pull/62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
dotnet/efcore (Microsoft.EntityFrameworkCore.Tools)
v9.0.7
: .NET 9.0.7Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.6...v9.0.7
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.14.1
What's Changed
Full Changelog: microsoft/vstest@v17.14.0...v17.14.1
v17.14.0
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0
open-telemetry/opentelemetry-dotnet (OpenTelemetry.Extensions.Hosting)
v1.12.0
Release details: 1.12.0
OpenTelemetry.Exporter.OpenTelemetryProtocol
nowdefaults to using OTLP/HTTP instead of OTLP/gRPC when targeting .NET Framework
and .NET Standard. This change may cause telemetry export to fail unless
appropriate adjustments are made. Explicitly setting OTLP/gRPC may result in a
NotSupportedException
unless further configuration is applied. See#6209 for
full details and mitigation guidance. #6229
quartznet/quartznet (Quartz.Extensions.Hosting)
v3.14.0
This release contains small improvements and new NET 8 and 9 targets with removal of obsolete NET 6 target. RAMJobStore now uses
new Lock type under the hood when using NET 9 target.
CHANGES
FIXES
StackExchange/StackExchange.Redis (StackExchange.Redis)
v2.8.58
Compare Source
What's Changed
New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.47...2.8.58
v2.8.47
Compare Source
What's Changed
Full Changelog: StackExchange/StackExchange.Redis@2.8.41...2.8.47
v2.8.41
Compare Source
What's Changed
Sharded pub/sub operations are where the pub/sub channels are distributed over a multi-node redis cluster using similar slot rules to keys; all such operations (for both "pub" and "sub") must be communicated to the correct node. This contrasts to regular/legacy pub/sub where you can "pub" or "sub" to any node, and the message is broadcast horizontally via all nodes in the cluster. To use sharded operations, use the
RedisChannel.Sharded
API when constructing channels. There is no concept of pattern-based sharded pub/sub.Full Changelog: StackExchange/StackExchange.Redis@2.8.37...2.8.41
v2.8.37
Compare Source
What's Changed
ConfigurationOptions.SetUserPemCertificate(...)
andConfigurationOptions.SetUserPfxCertificate(...)
methods to simplify using client certificates (#2873 by @mgravell)AuthenticateAsClient
to fully async after dropping older framework support, to help client thread starvation in cases TLS negotiation stalls server-side (#2878 by @NickCraver)New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.31...2.8.37
v2.8.31
What's Changed
IReconnectRetryPolicy
timing in the case that a node that was present disconnects indefinitely (#2856 by @NickCraver)New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.24...2.8.31
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v7.3.2
What's Changed
code
and<para>
tags by @EvgeniyZ in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3295DescribeAllParametersInCamelCase
usage for parameters by @maksim-sovkov in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3309New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.1...v7.3.2
v7.3.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.0...v7.3.1
v7.3.0
What's Changed
CreateFromJson
options overload by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3218JsonSerializerDataContractResolver
so that it handles jagged arrays correctly by @ozziepeeps in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3245DeepObject
parameter style for dictionary by @EvgeniyZ in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3241MvcOptions
fromSchemaGenerator
by @EvgeniyZ in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3242New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.0
dotnet/runtime (System.Threading.RateLimiting)
v9.0.7
: .NET 9.0.7Release
What's Changed
sort_mark_list
by @github-actions in https://github.com/dotnet/runtime/pull/115529Full Changelog: dotnet/runtime@v9.0.6...v9.0.7
Cysharp/ZLinq (ZLinq)
v1.5.2
Compare Source
What's Changed
Full Changelog: Cysharp/ZLinq@1.5.1...1.5.2
[
v1.5.1
](https://redirect.github.com/Cysharp/ZLConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.