Skip to content

Releases: IBM/etcd-java

v0.0.4

08 Jun 18:13

Choose a tag to compare

Updates since version 0.0.2:

  • Fix equals() bug in EtcdClusterConfig client cache - could cause more client instances to be created/used than necessary
  • Streamline/consolidate use of internal threads/event loops, support user-provided default executor for call-backs
  • Use netty epoll transport if available
  • Fix and soften failure retry behaviour
  • Update ComposeTrustManagerFactory to work with single-server authority (i.e. when using in conjunction with EtcdClient.forEndpoint() in addition to EtcdClient.forEndpoints())
  • Update gRPC to 1.12.0

Note This is intended to be a replacement for the 0.0.3 release. The only difference is a small change to the netty-transport-native-epoll dependency declared in the artifact's pom. This now specifies a classifier explicitly rather than relying on build-time substitution, which was the wrong thing to do and introduced hurdles when including etcd-java as a dependency in other projects.

v0.0.3

29 May 21:44

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

See release notes for v0.0.4.

v0.0.2

02 Apr 00:02

Choose a tag to compare

Updates since version 0.0.1:

  • Fix bugs in RangeCache and EtcdLeaderElection util classes
  • Minor fixes to unit tests
  • Update gRPC to 1.11.0 and Guava to 20.0

v0.0.1

02 Mar 22:49

Choose a tag to compare

First public release of etcd-java