Skip to content

fix(audio-file-subscriber): update dependency nats-py to v2.13.1#39031

Merged
mergify[bot] merged 1 commit intomainfrom
renovate/audio-file-subscriber-nats-py-2.x
Feb 12, 2026
Merged

fix(audio-file-subscriber): update dependency nats-py to v2.13.1#39031
mergify[bot] merged 1 commit intomainfrom
renovate/audio-file-subscriber-nats-py-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2026

This PR contains the following updates:

Package Change Age Confidence
nats-py ==2.12.0==2.13.1 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

nats-io/nats.py (nats-py)

v2.13.1

Compare Source

Overview

A patch release that fixes broken cluster fields introduced in 2.13.0 (#​818)

Full Changelog: nats-io/nats.py@v2.13.0...v2.13.1

v2.13.0

Compare Source

Added
  • Add token callback support #​812

    The token parameter on connect now accepts a callable that is invoked on
    each connection attempt, enabling dynamic token refresh on reconnect:

    def get_token():
        return fetch_token_from_auth_service()
    
    nc = await nats.connect("nats://localhost:4222", token=get_token)
  • Add per-message TTL support for KV operations #​783

    KV create, delete, and purge now accept a msg_ttl parameter
    (in seconds). Requires nats-server 2.11+.

    kv = await js.create_key_value(bucket="SESSIONS")
    await kv.create("sess-123", b"user-data", msg_ttl=3600)
    await kv.delete("sess-123", msg_ttl=60)
  • Add consumer-configured inbox_prefix for JetStream pull_subscribe methods #​781

    A custom inbox_prefix can be passed to pull_subscribe and
    pull_subscribe_bind to control the deliver subject prefix:

    sub = await js.pull_subscribe("orders.>", "my-consumer", inbox_prefix=b"_CUSTOM_INBOX.")
    msgs = await sub.fetch(10)
  • Add persist_mode to StreamConfig #​773

  • Add raft_group, leader_since, and traffic_acc to ClusterInfo #​766

Fixed
  • Fix StreamConfig omitempty fields for nats-server > 2.12 #​788

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (170a6f7) to head (6b068a4).
⚠️ Report is 47 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##             main    #39031       +/-   ##
============================================
+ Coverage   33.65%   100.00%   +66.34%     
============================================
  Files         324         1      -323     
  Lines        3640         3     -3637     
  Branches       41         0       -41     
============================================
- Hits         1225         3     -1222     
+ Misses       2415         0     -2415     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link

@mergify mergify bot merged commit 09acd39 into main Feb 12, 2026
321 checks passed
@mergify mergify bot deleted the renovate/audio-file-subscriber-nats-py-2.x branch February 12, 2026 09:54
@mergify
Copy link
Contributor

mergify bot commented Feb 12, 2026

🧪 CI Insights

Here's what we observed from your CI run for 6b068a4.

🟢 All jobs passed!

But CI Insights is watching 👀

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