v0.2.0
-
[CHANGE] The properties
maxPingOut
andpingInterval
were renamed tostanMaxPingOut
andstanPingInterval
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.