Fixed
- Fixed Python 3.7 compatibility: use uuid4 to gen unique task names by @Lancetnik in #457
- Fixed websocket connection when not using TLS (#463)
- Remove msg from fut.cancel to ensure backward compatibility by @raprek in #479
- Fixed
connect()
by @dsodx in #484 - Fixed auth to respect provided server address username and password if no_auth_user is set by @anthonyjacques20 in #488
- Fixed reconnect in websockets: CLOSED WS connection detection by @sebastian-king in #477
Added
- Consumers info offset by @raprek in #459
- Allow passing nkey seed as string by @databasedav in #468
Improved
- Coherently use f-strings by @floscha in #460
- Add main branch from nats-server to CI by @wallyqs in #464
- Fix docstring typo by @floscha in #473
- Add missing pull subscriber declaration to docstring by @floscha in #476
- Add code example to Subscription.messages docstring by @floscha in #481
New Contributors
- @floscha made their first contribution in #460
- @raprek made their first contribution in #459
- @anthonyjacques20 made their first contribution in #488
- @dsodx made their first contribution in #484
- @sebastian-king made their first contribution in #477
Full Changelog: v2.3.1...v2.4.0