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

Releases: jurmous/etcd4j

Release 2.16.0

19 Apr 09:22
86277bb
Compare
Choose a tag to compare

Upgraded dependencies:

  • Netty 4.1.23.Final
  • Jackson 2.8.11
  • Jackson Databind 2.8.11.1

Release 2.15.0

23 Jan 14:49
6cda5df
Compare
Choose a tag to compare

Update dependencies:

  • Netty 4.1.20.Final

Release 2.14.0

08 Dec 13:22
ebfa049
Compare
Choose a tag to compare
  • Netty 4.1.17.Final
  • Jackson 2.8.10

Release 2.13.0

13 Jan 10:40
6f0a6ac
Compare
Choose a tag to compare

Updated dependencies:

  • Netty 4.1.7.Final
  • Jackson 2.8.6

Release 2.12.0

18 Jul 20:45
Compare
Choose a tag to compare

Updated Netty to final 4.1 release (4.1.3) and Jackson (2.8.0)

Release 2.11.0

21 Apr 08:55
Compare
Choose a tag to compare
  • EtcdClient supports passing in managed eventloopgroups so it will not close it after close #98 #100
  • More friendly error codes on exceptions #104
  • Default retry policy bugfix #96
  • Timer & retry bugfix #106
  • Thead can not be finished after close etcdclient #95
  • Try to be smart in decoding responses #93
  • Added support for Refreshing key TTL #91
  • Fixes NullPointerException thrown for getAll request #86
  • Update etcd-scripts #81
  • Add installation options to etcd_install.sh #79
  • Better support for etcd client in external unit tests #78
  • Updated dependencies: netty to 4.1.0.CR7, jackson to 2.7.3, slf4j to 1.7.21,

Release 2.10.0

08 Feb 15:44
Compare
Choose a tag to compare
  • Now also supports non netty SSL contexts #75
  • Better etcd helper scripts to install dependencies #74
  • Fixes #70 ConnectionState.uriIndex can contain illegal values
  • Updated Netty to 4.1.0.CR2 and Slf4j to 1.7.14

Release 2.9.0

15 Jan 10:37
Compare
Choose a tag to compare
  • Added Leader stats API
  • Internal JSON mapping now uses Jackson Object Mapper
  • Add default port if no port is set on URI
  • Add environment variable "ETCD4J_ENDPOINT" support for URL setting
  • Dependencies are updated to use latest Netty, Jackson and Slf4j

Release 2.8.0

27 Nov 10:22
Compare
Choose a tag to compare
  • Add etcd 2.1 health API
  • Add etcd 2.1 auth API
  • Fix #61 Netty is not shutting down cleanly after EtcdClient.close is called
  • Add travis support

Release 2.7.0

16 Jun 14:25
Compare
Choose a tag to compare
  • The response objects are now immutable.
    • EtcdClusterId, Raft-Index and Raft-Term headers are now also accessible.
  • delete() now returns the right type. #47 Making client.delete(...).prevValue(...) work
  • #45 Host header now defaults to host:port of request.
  • Updated Jackson dependency to 2.5.4