Skip to content

v1.0.0-rc2

Compare
Choose a tag to compare
@aricart aricart released this 16 Feb 20:51
· 734 commits to main since this release
b8ff2cc
  • [fix] downstream transports may require different default ports (wss)
  • [refactor] made TransportFactory be an interface with factory, port, urlParseFn properties, enabling downstream to customize as necessary.
  • [feat] added an internal option to call a function after dispatching a message to a callback/iterator to help with post message handling (ie JetStream acks).
  • [feat] added the ability to store internal info on the subscription as well as defining a hook for cleanup functionality on an unsubscribe.
  • [fix] linter snake_cases type issues