Skip to content

v0.2.0

Compare
Choose a tag to compare
@aricart aricart released this 21 Mar 19:37
· 43 commits to master since this release
  • [CHANGE] The properties maxPingOut and pingInterval were renamed to stanMaxPingOut and stanPingInterval to prevent nats property shadowing. Any client that used these properties will have to be updated to use the new ones.

  • The index.d.ts was updated: the StanOptions now extend most ClientOpts from node-nats. AckHandlerCallback now properly declares the error argument as possibly undefined.