Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@petershaw petershaw released this 22 Oct 18:49
· 5 commits to main since this release
85d0bf4
  • The client configuration is now publicly accessible
  • The handling of the connection status has been rewritten and improved
  • The connection setup has been rewritten and improved
  • The connection termination has been rewritten and improved
  • All classes were cleaned up (refactoring)
  • A new license was added (BSD-0)
  • The reconnection code was removed, it is now up to the implementation code - could have been never worked in the original codebase.
  • Provide a reconnect() function to handling reconnect easily. (example given)
  • The subscription queue is an optional property of NatsSubject now