fix(audio-file-publisher): update dependency nats-py to v2.13.1#39030
Merged
mergify[bot] merged 1 commit intomainfrom Feb 12, 2026
Merged
fix(audio-file-publisher): update dependency nats-py to v2.13.1#39030mergify[bot] merged 1 commit intomainfrom
mergify[bot] merged 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #39030 +/- ##
============================================
+ 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. 🚀 New features to boost your workflow:
|
|
Contributor
🧪 CI InsightsHere's what we observed from your CI run for 5845d7c. 🟢 All jobs passed!But CI Insights is watching 👀 |
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.



This PR contains the following updates:
==2.12.0→==2.13.1Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
nats-io/nats.py (nats-py)
v2.13.1Compare 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.0Compare Source
Added
Add token callback support #812
The
tokenparameter onconnectnow accepts a callable that is invoked oneach connection attempt, enabling dynamic token refresh on reconnect:
Add per-message TTL support for KV operations #783
KV
create,delete, andpurgenow accept amsg_ttlparameter(in seconds). Requires nats-server 2.11+.
Add consumer-configured
inbox_prefixfor JetStreampull_subscribemethods #781A custom
inbox_prefixcan be passed topull_subscribeandpull_subscribe_bindto control the deliver subject prefix:Add
persist_modetoStreamConfig#773Add
raft_group,leader_since, andtraffic_acctoClusterInfo#766Fixed
StreamConfigomitempty fields for nats-server > 2.12 #788Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.