Skip to content

Releases: nats-io/nats.node

v2.0.8

24 Jun 14:10
f369e3b
Compare
Choose a tag to compare

v2.0.6

02 Jun 16:14
4989272
Compare
Choose a tag to compare

v2.0.4

10 May 21:47
e50979b
Compare
Choose a tag to compare

v2.0.2

05 Apr 22:58
bd10f4c
Compare
Choose a tag to compare
  • [update] nats-base-client to v1.0.2:
    • [fix] added cluster to possible properties in ServerInfo
    • [change] jetstream max_age - in StreamConfig marked as Nanos
    • [fix] omission of headers in JetStreamPublishOptions

v2.0.1

27 Mar 00:42
0f730ff
Compare
Choose a tag to compare

[update] updated to nats-base-client v1.0.1, this release contains an important fix regarding the munging of reply subjects on messages that were received during different socket reads. This would cause clients to timeout when expecting a response.

v2.0.0

15 Mar 21:14
Compare
Choose a tag to compare

NATS 2.0.0 Release

v1.4.12

07 Aug 17:56
Compare
Choose a tag to compare

[FIX #367] tls.connect callback performed a flushPending which didn't strip subs. (#368)

v1.4.9

29 Apr 20:29
Compare
Choose a tag to compare

Release Notes

  • FIX #340 - If tls was used and the connect timeout option was used, a leaked timer closed the connection.
  • FIX #347 - Fixed an issue where host:port specified in servers were not expanded to NATS urls, failing the dial.
  • FIX #349 - Bumped control line to match default for the server (4K)

v1.4.8

25 Mar 15:35
Compare
Choose a tag to compare
  • 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

v1.4.6

24 Mar 15:19
e35302e
Compare
Choose a tag to compare
  • Updated NUID dependency
  • Added a check on the inbound buffer to test if the buffer was null, in some cases this could evaluate and NPE. See #330
  • Updated dev dependencies