Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
AWSSDK.S3 4.0.6.2 -> 4.0.7.7 age adoption passing confidence nuget patch 4.0.7.9 (+1)
EFCore.BulkExtensions.PostgreSql 9.0.1 -> 9.0.2 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Authentication.JwtBearer (source) 9.0.7 -> 9.0.9 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.7 -> 9.0.9 age adoption passing confidence nuget patch
Microsoft.AspNetCore.OpenApi (source) 9.0.7 -> 9.0.9 age adoption passing confidence nuget patch
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (source) 9.0.7 -> 9.0.9 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Tools (source) 9.0.7 -> 9.0.9 age adoption passing confidence nuget patch
Microsoft.Extensions.Caching.StackExchangeRedis (source) 9.0.7 -> 9.0.9 age adoption passing confidence nuget patch
Npgsql 9.0.3 -> 9.0.4 age adoption passing confidence nuget patch
Quartz.Extensions.Hosting (source) 3.14.0 -> 3.15.0 age adoption passing confidence nuget minor
Scalar.AspNetCore (source) 2.6.8 -> 2.8.11 age adoption passing confidence nuget minor
SkyblockRepo 0.2.0 -> 0.2.2 age adoption passing confidence nuget patch
StackExchange.Redis (source) 2.8.58 -> 2.9.25 age adoption passing confidence nuget minor
Swashbuckle.AspNetCore 9.0.3 -> 9.0.6 age adoption passing confidence nuget patch
Swashbuckle.AspNetCore.Annotations 9.0.3 -> 9.0.6 age adoption passing confidence nuget patch
ZLinq 1.5.2 -> 1.5.3 age adoption passing confidence nuget patch
dotnet-sdk 9.0.304 -> 9.0.305 age adoption passing confidence dotnet-sdk patch
prom/prometheus v3.5.0 -> v3.6.0 age adoption passing confidence minor
redis 7.4.1 -> 7.4.6 age adoption passing confidence patch
xunit.runner.visualstudio 3.1.3 -> 3.1.5 age adoption passing confidence nuget patch
xunit.v3 3.0.0 -> 3.1.0 age adoption passing confidence nuget minor

Release Notes

aws/aws-sdk-net (AWSSDK.S3)

v4.0.7

dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)

v9.0.9: .NET 9.0.9

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9

v9.0.8

dotnet/efcore (Microsoft.EntityFrameworkCore.Tools)

v9.0.9: .NET 9.0.9

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.8...v9.0.9

v9.0.8

npgsql/npgsql (Npgsql)

v9.0.4

v9.0.4 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.3...v9.0.4

quartznet/quartznet (Quartz.Extensions.Hosting)

v3.15.0: Quartz.NET 3.15.0

What'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)

  • pre 2.9.24: all channels would always be routed similarly to key-like routing (and similar to SSUBSCRIBE)
  • from 2.9.24: non-SSUBSCRIBE channels are now randomly distributed to nodes by default, but can optionally use key-like routing by calling .WithKeyRouting() on the RedisChannel value

This 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

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.9.17...2.9.24

v2.9.17

Compare Source

What's Changed

Full Changelog: StackExchange/StackExchange.Redis@2.9.11...2.9.17

v2.9.11

Compare Source

What's Changed

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.8.58...2.9.11

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v9.0.6

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.5...v9.0.6

v9.0.5

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5

v9.0.4

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4

Cysharp/ZLinq (ZLinq)

v1.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: Cysharp/ZLinq@1.5.2...1.5.3

dotnet/sdk (dotnet-sdk)

v9.0.305: .NET 9.0.9

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 10222e1 to 2847db6 Compare November 11, 2024 17:02
@renovate renovate bot changed the title Update dependency AWSSDK.S3 to 3.7.405.10 Update all non-major dependencies Nov 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f3f6983 to 99805fa Compare November 12, 2024 18:38
@renovate renovate bot changed the title Update all non-major dependencies Update dependency AWSSDK.S3 to 3.7.405.11 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99805fa to 6b59e7e Compare November 13, 2024 20:21
@renovate renovate bot changed the title Update dependency AWSSDK.S3 to 3.7.405.11 Update all non-major dependencies Nov 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 7e93ecd to 379baa4 Compare November 21, 2024 20:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7d2aaff to 60fe895 Compare November 28, 2024 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fce21c3 to 1e7fda3 Compare December 6, 2024 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 720f9eb to c38ec83 Compare September 22, 2025 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5c349fa to 82475e4 Compare October 1, 2025 03:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 7d64716 to f602a0a Compare October 8, 2025 21:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 55fb054 to 15cf3ab Compare October 11, 2025 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15cf3ab to e30a5a7 Compare October 12, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants