As version 1.0.0, this represents the first stable API. Semver will be followed for all subsequent releases.
- Breaking change Use node.js-style error-first callbacks (#13, e3ed332)
- Breaking change Invoke callback to
stream
,query
andmonitor
after subscribing to the stream instead of on every data/error event. (4ca9ac7) - Implement all Serf methods (#15, c51fab5)
- Add default connection syntax (#18, 160e461)
- Invoke callbacks for commands without response bodies; fix listener leak (c51fab5)
- Don't call the
connect
callback until after handshake completes (cca18c5) - Don't call the
stream.stop
callback until after stream is stopped (4ca9ac7)
- Port coffeescript to javascript
- Update msgpack dependency (5c0fc7d)
- Update other dependencies (89379b8)
- Add camel-cased method aliases (29840bb)
- Add
stats
command (00cb1c9)
- Support tags command
- Customized streaming decoder
- Properly decode messages