Skip to content

Releases: nats-io/nats.py2

Release v0.4.0

05 Oct 01:11
Compare
Choose a tag to compare
  • Added TLS support with certificates
  • Fixed a couple buffering and flushing issues
  • Fixed removing inboxes subscriptions from requests

Release v0.3.0

22 May 22:57
Compare
Choose a tag to compare
  • Timeouts handled in units of seconds rather than milliseconds.
  • Callback processing switched to be handled sequentially as in other clients when using coroutines.
  • Adds subscribe_async for opt-in async callback processing.
  • Unsubscribe method instantly removes subscription when enough messages.
  • Parser switched to using regexps and coroutines.

Release v0.2.4

22 May 23:00
Compare
Choose a tag to compare
  • Add unsubscribe
  • Fix install via pip