async_nats 0.1.1
async_nats: ^0.1.1 copied to clipboard
A pure Dart implementation of the NATS messaging protocol client.
Change Log #
0.1.0 - 2026-05-30 #
Added #
- Pure Dart — no native bindings, no external dependencies
- Publish/subscribe with optional reply-to subjects
- NATS headers (
HPUB/HMSG) - Queue groups
- Username/password and token authentication
- Stream-based subscriptions (
SubscriberextendsStream<Message>) - Connected/disconnected lifecycle callbacks
Change/Deprecated/Removed/Fixed/Security #
- N/A