Skip to content

Releases: stianeikeland/node-etcd

4.1.0

23 Jul 14:34
Compare
Choose a tag to compare

Bumps request library version to v2.60.0, this solves an issue with HTTP proxies. HTTP_PROXY and NO_PROXY env variables should now work as expected for all requests. See issue #40

4.0.2

16 Apr 21:44
Compare
Choose a tag to compare
  • 307 redirects from etcd 0.4.x clusters when using SSL didn't work properly because of a change in the underlying request library. See issue #39

4.0.1

13 Mar 19:13
Compare
Choose a tag to compare

Minor fixes for syncronous operations, better handling of server failure.

4.0.0

01 Mar 22:47
Compare
Choose a tag to compare
  • Adds support for synchronous operations (@brockwood) - See Synchronous Operations in readme.
  • Adds support for iojs.
  • Drops support for nodejs 0.8 (use v3.x.x).
  • Upgrade dependencies.