Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps nats-py from 2.6.0 to 2.10.0.

Release notes

Sourced from nats-py's releases.

Release v2.10.0

Added

    # Retrieve keys with filters
    filtered_keys = await kv.keys(filters=['hello', 'greet'])
    print(f'Filtered Keys: {filtered_keys}')
config = nats.js.api.StreamConfig(
          name=stream_name,
          discard=nats.js.api.DiscardPolicy.NEW,
          discard_new_per_subject=True,
          max_msgs_per_subject=100
      )
await js.add_stream(config)

Fixed

Improved

Release v2.9.1

Bugfix release which includes:

Improved

... (truncated)

Commits
  • 7fd1671 Bump v2.10.0 in setup.py
  • f28362d Release/v2.10.0 (#680)
  • 74316d4 Lint fixes
  • 05a7a07 Add testing v2.10.26
  • 47a535c Merge branch 'semver-fixes'
  • 0bce6f1 Add coverage for semver parsing
  • dbddfc5 Improve server version semver handling
  • 4302a50 Merge pull request #672 from charles-dyfis-net/js-msg-public-is-acked-property
  • 41ce2c9 Add an is_acked property to nats.aio.msg.Msg
  • 06735d7 Fix discovered server callback not being awaited (#660)
  • 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 python Pull requests that update Python code labels Mar 25, 2025
Bumps [nats-py](https://github.com/nats-io/nats.py) from 2.6.0 to 2.10.0.
- [Release notes](https://github.com/nats-io/nats.py/releases)
- [Commits](nats-io/nats.py@v2.6.0...v2.10.0)

---
updated-dependencies:
- dependency-name: nats-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/scanners/domain-discovery/nats-py-2.10.0 branch from bc3531b to db38802 Compare March 31, 2025 17:03
@lcampbell2 lcampbell2 force-pushed the dependabot/pip/scanners/domain-discovery/nats-py-2.10.0 branch from db38802 to ae7e1e4 Compare May 12, 2025 19:28
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2025

Superseded by #6550.

@dependabot dependabot bot closed this Jul 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/scanners/domain-discovery/nats-py-2.10.0 branch July 22, 2025 11:33
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants