Releases: nats-io/nats.node
Releases · nats-io/nats.node
v2.0.8
v2.0.6
[update] updated nbc to version 1.0.6, there are small number of JetStream and header issues addressed in the base library
v2.0.4
- [update] updated [email protected], for notable changes see: https://github.com/nats-io/nats.deno/releases/tag/v1.0.4
v2.0.2
v2.0.1
v2.0.0
NATS 2.0.0 Release
- [feat] The 2.0 release has many changes and it is not API compatible with [email protected]. For more information, please see the migration document.
- [feat] The 2.0 release adds support for JetStream (on preview). JetStream functionality is described here. Some basic examples can be found here.
- [breaking] If you were using release candidates, the Events/DebugEvent/ErrorCode constants have been changed to follow ES5 naming conventions.
v1.4.12
v1.4.9
Release Notes
v1.4.8
- Fixed an issue where the inbound buffer was nullified whenever there was a disconnect or some sort of library initiated socket close. If the client code had a timer or interval that executed before the client started its reconnection sequence, the client code could get a null pointer exception. - See #336