This repository was archived by the owner on Mar 21, 2025. It is now read-only.
v0.2.2
connectTimeout changes
- internal request/reply timeouts of the stan protocol now have their timeouts specified by the
connectTimeout
property as done in the go-nats-streaming client.
ES6 Changes
- changed
var
toconst
/let
. Use of arrow functions everywhere it could simplify code.
Tests
- move to nyc from istanbul exposed a number of tests hanging because timers were not properly closed under some conditions (this required changes in node-nats), as well as insuring that all tests call
close()
on the connection.
Updated Samples/Bench tools
- the samples and tools hadn't been updated or reviewed since initially written. They received some love.
Dependency updates
- updated all dev depedencies
- replaced istanbul with nyc