This repository was archived by the owner on Mar 21, 2025. It is now read-only.
v0.3.0
- Implemented
getRedeliveryCount()
on a message which returns the number of times the message has been redelivered. This requires nats-streaming-server v0.17.0 - See #155 - Fixed an issue related to the client lifecycle when the client is created with an existing nats connection, the connect handler was not triggered, thus the client would appear to hang.
- Exposed recent connection properties in the typescript bindings. See #145.
- Adopted standardjs for project formatting
- Updated dependencies