Bump the nats group with 1 update#11
Merged
boblangley merged 1 commit intoFeb 18, 2026
Merged
Conversation
Bumps NATS.Net from 2.7.1 to 2.7.2 --- updated-dependencies: - dependency-name: NATS.Net dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nats ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/nuget/src/Community.NServiceBus.Transport.Nats/nats-316beca773
branch
February 18, 2026 13:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated NATS.Net from 2.7.1 to 2.7.2.
Release notes
Sourced from NATS.Net's releases.
2.7.2
Excited to announce a new patch release of NATS .NET client library version 2.7.2 with an important fix to slow consumers improving reliability and performance.
Please see Preview 1 release notes for details.
Additionally added
SlowConsumerDetectedevent and logging to make sure applications will be aware of he slow consumers and can look into adjusting channel size or application logic to handle slow message processors when identified.We also have lots of other minor and important fixes and improvements. Please see the full list below.
What's Changed
Preview 1:
Preview 2:
In this release:
New Contributors
Full Changelog: nats-io/nats.net@v2.7.1...v2.7.2
Huge thank you to our community for helping with this release ❤️
Download from NuGet https://www.nuget.org/packages/NATS.Net/2.7.2
2.7.2-preview.2
This is another bug fix preview release possibly last before a stable 2.7.2 release. Please test this release as much as you can and provide feedback. Thank you.
What's Changed
New Contributors
Full Changelog: nats-io/nats.net@v2.7.2-preview.1...v2.7.2-preview.2
Huge thanks to our contributors and the awesome NATS community ❤️
Download from NuGet at https://www.nuget.org/packages/NATS.Net/2.7.2-preview.2
2.7.2-preview.1
This is a preview release of NATS .NET version 2.7.2 fixing an important slow consumer issue as well as timeout option correction.
What's Changed
Slow Consumer Fix
Although we are happy that we believe slow consumer fix will solve a lot of the performance issues under load, please test this release as much as you can since there maybe behavioral changes that might affect your application. Please see #1041 for more information.
Here are suggested changes after upgrading to 2.7.2-preview.1 or above:
Observing Slow Consumer Events
In NATS .NET you can watch for slow consumer events by subscribing to
MessageDroppedevent on theINatsConnectionobject and set the internal channel capacity using theSubPendingChannelCapacityoption:Trade-offs of
SubPendingChannelCapacityYou should watch LOH memory usage and slow consumer events using
MessageDroppedhandler.Also note that channel doesn't allocate this immediately. The backing array grows twice as much each time there is need for more space.
Differences between
NatsClientandNatsConnectionNatsClientsetsSubPendingChannelFullModeoption toBoundedChannelFullMode.Waitby default which means you won't take advantage of this fix if you're usingNatsClientto setup your connection.If you are using
NatsClientthis fix won't affect your applications.... (truncated)
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions