Release plans for nats-py 2.x (is 2.15 coming)? #967
tomasvotava
started this conversation in
General
Replies: 1 comment 1 reply
-
|
We just tagged v2.15.0 with a number of fixes, thanks for starting the discussion. There is still a lot inflight in nats-core/nats-jetstream so not all functionality is there so would recommend starting with nats-py in general, although for some uses cases nats-core it might be ok, I would check the migration guide too since it is early enough to give feedback about the changes too nats.py/nats-core/MIGRATION.md Line 4 in e537164 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
first off, thanks for all the work on NATS/JetStream and the Python SDKs.
I've noticed the newer
nats-coreandnats-jetstreampackages are getting fairly regular releases (nats-jetstream/v0.3.0in May,nats-core/v0.2.0in April), which is great to see. At the same time, the classicnats-pyline hasn't had a release since 2.14.0 on Feb 23, even though a number of fixes have landed on main since then that I'd love to pick up (e.g. the typing fix merged in April, issue #250, PR #826).Is a
nats-py 2.15on the roadmap? Or isnats-py 2.xnow effectively in maintenance/bug-fix-only mode, withnats-core+nats-jetstreambeing the recommended path forward?Not asking you to commit to dates - just trying to make an informed choice for a service that uses JetStream, and right now I can't tell whether to pin nats-py 2.14 and wait, or plan a move to the new stack.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions