Update all non-major dependencies #66
Open
+18
−18
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:
4.0.6.2
->4.0.7.6
4.0.7.7
9.0.7
->9.0.9
9.0.7
->9.0.9
9.0.7
->9.0.9
9.0.7
->9.0.9
9.0.7
->9.0.9
9.0.7
->9.0.9
3.14.0
->3.15.0
2.6.8
->2.8.8
2.8.10
(+1)2.8.58
->2.9.25
9.0.3
->9.0.5
9.0.6
9.0.3
->9.0.5
9.0.6
1.5.2
->1.5.3
9.0.304
->9.0.305
v3.5.0
->v3.6.0
7.4.1
->7.4.4
7.4.6
(+1)3.1.3
->3.1.5
3.0.0
->3.1.0
Release Notes
aws/aws-sdk-net (AWSSDK.S3)
v4.0.7
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)
v9.0.9
: .NET 9.0.9Release
What's Changed
c67de11
to373af2e
by @dependabot[bot] in #63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
v9.0.8
dotnet/efcore (Microsoft.EntityFrameworkCore.Tools)
v9.0.9
: .NET 9.0.9Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.8...v9.0.9
v9.0.8
quartznet/quartznet (Quartz.Extensions.Hosting)
v3.15.0
: Quartz.NET 3.15.0What's Changed
New Contributors
Full Changelog: quartznet/quartznet@v3.14.0...v3.15.0
StackExchange/StackExchange.Redis (StackExchange.Redis)
v2.9.25
Compare Source
IMPORTANT: this release changes the distribution of pub/sub channels when using cluster; see 2.9.24 for more details.
What's Changed
This change is a critical fix that fixes a packaging failure in 2.9.24; for the relevant feature changes: see 2.9.24.
Full Changelog: StackExchange/StackExchange.Redis@2.9.24...2.9.25
v2.9.24
Compare Source
IMPORTANT: this release changes the distribution of pub/sub channels when using cluster:
(this change is specific to pub/sub with regular
SUBSCRIBE
channels, not "sharded"SSUBSCRIBE
channels)SSUBSCRIBE
)SSUBSCRIBE
channels are now randomly distributed to nodes by default, but can optionally use key-like routing by calling.WithKeyRouting()
on theRedisChannel
valueThis change represents a safer, "least surprises" default; most people expect their cluster to help distribute load, including pub/sub load, between nodes. This is especially useful when there are few (or even only a single) channel(s) that dominate the pub/sub load, which is surprisingly common. Without this change, all that load would be handled only by a single server, because the channel
my_notifications
would be treated similarly to a key, via hash-slot sharding, and all clients would connect to the node serving that slot - when in reality, any node can be used for subscription, with the server distributing events horizontally to all nodes.If you prefer the routed behaviour: use
.WithKeyRouting()
before subscribing.What's Changed
SSUBSCRIBE
) routing to random, with newWithKeyRouting()
API to opt into routed by @mgravell in #2958New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.9.17...2.9.24
v2.9.17
Compare Source
What's Changed
sealed
) and fix warnings for it by @Henr1k80 in #2942Full Changelog: StackExchange/StackExchange.Redis@2.9.11...2.9.17
v2.9.11
Compare Source
What's Changed
HGETDEL
,HGETEX
andHSETEX
support (#2863 by atakavci)Condition.SortedSet[Not]ContainsStarting
condition for transactions (#2638 by ArnoKoll)XPENDING IDLE
time filter (#2822 by david-brink-talogy)GetServer(RedisKey, ...)
API (#2936 by mgravell)double
formatting performance on net8+ and fix equality incorrectness re special doubles by @mgravell in #2928SetIntersectionLength
andSortedSet{Combine[WithScores]|IntersectionLength}
(#2863 by mgravell)StreamAdd
message (#2941 by mgravell)New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.58...2.9.11
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v9.0.5
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5
v9.0.4
What's Changed
ETag
values by @martincostello in #3490Accept-Encoding
parsing by @martincostello in #3492Accept-Encoding
quality by @martincostello in #3493WebHost
usage from tests by @martincostello in #3517$type
discriminator for[JsonPolymorphic]
by @lilinus in #3496New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4
Cysharp/ZLinq (ZLinq)
v1.5.3
Compare Source
What's Changed
AverageBenchmark
by @prozolic in #211New Contributors
Full Changelog: Cysharp/ZLinq@1.5.2...1.5.3
dotnet/sdk (dotnet-sdk)
v9.0.305
: .NET 9.0.9Compare Source
Release
What's Changed
Configuration
📅 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.