Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 569 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 569 Bytes

Changelog for nats-python

0.7.0 (2020-XX-XX)

  • Fixed issue when threads are blocked on close while reading, #11 by @richard78917

0.6.0 (2020-01-08)

  • Added Python 3.8.* support, #10

0.5.0 (2019-08-27)

  • Fixed passing of subscription queue name to the NATS server, #3

0.4.0 (2018-09-24)

  • Use BytesIO as read buffer

0.3.0 (2018-09-21)

  • Improved receive messages logic
  • Fixed regex deprecation warnings

0.2.0 (2018-09-01)

  • Changed subscription ID generation logic from nuid to int

0.1.0 (2018-08-30)

  • Initial implementation