Skip to content

Releases: nats-io/nats.py

Release v0.6.0

15 Sep 18:56
Compare
Choose a tag to compare

Added

  • servers and discovered_servers API (#41)
  • Handling of async protocol INFO updates to enable discovery of servers (#41)

Fixed

  • Parser fixes to handle protocol lines larger than 1024 bytes (#42)

Release v0.5.2

01 Sep 01:19
Compare
Choose a tag to compare

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)