Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Latest commit

 

History

History
52 lines (32 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 1.22 KB

1.0.0

As version 1.0.0, this represents the first stable API. Semver will be followed for all subsequent releases.

Improvements

  • Breaking change Use node.js-style error-first callbacks (#13, e3ed332)
  • Breaking change Invoke callback to stream, query and monitor 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)

Bug fixes

  • 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)

Other

  • Port coffeescript to javascript
  • Update msgpack dependency (5c0fc7d)
  • Update other dependencies (89379b8)

0.1.3

Improvements

  • Add camel-cased method aliases (29840bb)

0.1.2

Improvements

  • Add stats command (00cb1c9)

0.1.1

Improvements:

  • Support tags command

0.1.0

Improvements:

  • Customized streaming decoder

Bug fixes

  • Properly decode messages