-
Rewrite targeting Node LTS and current. Promises everywhere.
-
New API:
new Disq({ nodes: [ ... ] })
. See README for more. -
Client can be reconfigured with a Promise-returning function.
- Upgraded Tape because older version would cause npm to go crazy.
-
Added authentication support via the
auth
option. -
You can now pass the list of nodes as a comma-separated string. This is useful if you're reading this value from an environment variable.
- First usable release supporting automatic connection to the most convenient node in the cluster.