- Added Python 3.9.* support
- Added TSL support, #13 by @nineinchnick
- Fixed issue when threads are blocked on close while reading, #11 by @richard78917
- Added Python 3.8.* support, #10
- Fixed passing of subscription queue name to the NATS server, #3
- Use
BytesIO
as read buffer
- Improved receive messages logic
- Fixed regex deprecation warnings
- Changed subscription ID generation logic from
nuid
toint
- Initial implementation