Skip to content

Releases: nats-io/nats.py

v0.5.0

09 May 07:14
Compare
Choose a tag to compare

Added

  • TLS Support!

Fixed

  • Flush pending buffer when proactively closing the connection

v0.4.0

28 Mar 16:18
Compare
Choose a tag to compare
  • Added max_payload property to access max payload from server INFO (#31)

  • Fixed triggering flush only when connected and there is pending data (#25)

  • Fixed reconnect logic to allow infinite reconnect (#32)

  • Added option to increase flusher_queue_size queue for the client (#29)

  • Removed task_done usage on queue and just cancel (#29)