Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

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:

Package Change Age Adoption Passing Confidence Type Update Pending
AWSSDK.S3 4.0.6.2 -> 4.0.7.6 age adoption passing confidence nuget patch 4.0.7.7
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
Quartz.Extensions.Hosting (source) 3.14.0 -> 3.15.0 age adoption passing confidence nuget minor
Scalar.AspNetCore (source) 2.6.8 -> 2.8.8 age adoption passing confidence nuget minor 2.8.10 (+1)
StackExchange.Redis (source) 2.8.58 -> 2.9.25 age adoption passing confidence nuget minor
Swashbuckle.AspNetCore 9.0.3 -> 9.0.5 age adoption passing confidence nuget patch 9.0.6
Swashbuckle.AspNetCore.Annotations 9.0.3 -> 9.0.5 age adoption passing confidence nuget patch 9.0.6
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.4 age adoption passing confidence patch 7.4.6 (+1)
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

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.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 14e3128 to 07bd21d Compare August 26, 2025 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5c33ca4 to 6a713ed Compare September 5, 2025 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 66697c0 to 84b1917 Compare September 15, 2025 23:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 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 3 times, most recently from 2e0d3b1 to 7705f1f Compare October 2, 2025 22:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7705f1f to ca7922d Compare October 3, 2025 20:31
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