Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2025

Bumps io.nats:jnats from 2.20.2 to 2.21.4.

Release notes

Sourced from io.nats:jnats's releases.

2.21.4 Features and Fixes

Core

JetStream

  • Annotating API objects with NotNull and Nullable #1333 @​scottf
  • [Bug] MessageConsumer.isFinished() not set properly in certain conditions #1339 @​scottf
  • [Bug] Pull Heartbeat handler intermittent failure after switch to scheduler #1345 @​scottf
  • Fix heartbeat timer handling broken when replacing timer with scheduler. #1348 @​scottf

Key Value

Tests

Misc

2.21.2 Bug Fixes and JetStream and KeyValue Improvements

Core

JetStream

  • Update account ApiStats with level and inflight #1304 @​scottf
  • Update account AccountTier with reserved memory and reserved storage #1305 @​scottf
  • Add StreamAlternate structure to StreamInfo response #1306 @​scottf
  • Better workflow for leadership change while pull consuming. #1313 @​scottf
  • Ability to supply a prefix for watches. Fixed ordered consumer naming bug. #1314 @​scottf
  • Use full NUID for generated consumer names #1317 @​scottf

Key Value

General

... (truncated)

Changelog

Sourced from io.nats:jnats's changelog.

2.21.4

Core

JetStream

  • Annotating API objects with NotNull and Nullable #1333 @​scottf
  • [Bug] MessageConsumer.isFinished() not set properly in certain conditions #1339 @​scottf
  • [Bug] Pull Heartbeat handler intermittent failure after switch to scheduler #1345 @​scottf
  • Fix heartbeat timer handling broken when replacing timer with scheduler. #1348 @​scottf

Key Value

Tests

Misc

2.21.3

** DO NOT USE **

Use 2.21.4 instead

┌─────────────────────┬───────────────────┬─────────────────┬──────────────────────────┬──────────────────┐
│                     │             count │            time │                 msgs/sec │        bytes/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ PubAsync            │  250,000,000 msgs │       136.2:821 │      30,863.438 msgs/sec │      7.36 mb/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ SubFetch            │  250,000,000 msgs │      174.52:136 │      23,914.410 msgs/sec │      5.70 mb/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ SubIterate          │  250,000,000 msgs │       100.7:909 │      41,654.780 msgs/sec │      9.93 mb/sec │
└─────────────────────┴───────────────────┴─────────────────┴──────────────────────────┴──────────────────┘

2.21.2

Core

... (truncated)

Commits
  • 070037f Merge pull request #1349 from nats-io/token-supplier-from-property
  • 43a0dde fixed api doc
  • fa329a2 Options allow token supplier from property, not just api method
  • a2f5304 Merge pull request #1344 from nats-io/kv-purge-per-message-ttl
  • 4a98253 Merge branch 'main' into kv-purge-per-message-ttl
  • 12625ef Merge pull request #1348 from nats-io/fix-what-i-broke-2-21-3
  • 9e5bf3b Adding unit test
  • 8dead53 Self review
  • 1b17096 Self review
  • fbd0d51 Revisit changes against before I broke it.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 16, 2025
@dependabot dependabot bot requested a review from a team July 16, 2025 03:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 16, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/examples/io.nats-jnats-2.21.4 branch from 0ad1e60 to d7263fd Compare July 16, 2025 15:57
@eddumelendez
Copy link
Member

@dependabot rebase

Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.20.2 to 2.21.4.
- [Release notes](https://github.com/nats-io/nats.java/releases)
- [Changelog](https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md)
- [Commits](nats-io/nats.java@2.20.2...2.21.4)

---
updated-dependencies:
- dependency-name: io.nats:jnats
  dependency-version: 2.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/examples/io.nats-jnats-2.21.4 branch from d7263fd to 2a4181f Compare July 16, 2025 18:59
@eddumelendez eddumelendez merged commit eeb99b0 into main Jul 16, 2025
105 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/examples/io.nats-jnats-2.21.4 branch July 16, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants