Skip to content

v0.0.16

Choose a tag to compare

@njhill njhill released this 23 Jun 16:34

Changes since version 0.0.14:

  • Fix: Widen etcd server error responses that trigger re-authentication (#30)
  • Fix: Properly support TLS host verification with multiple static endpoints (#33)
  • Added overrideAuthority option to EtcdClient.Builder and corresponding override_authority attribute to json config schema
  • Deprecated now-obsolete ComposeTrustManagerFactory and compose_deployment json config schema attribute
  • Updated dependencies including gRPC 1.30.1, Netty 4.1.48.Final, Protobuf 3.12.2, Guava 29.0-jre (#31)

Notes

  • This release is a replacement for 0.0.15 and fixes a regression where EtcdClient#forEndpoints(List<String>) was broken when passing a single endpoint prefixed with http:// or https://
  • This and future releases require grpc-java version 1.21.0 or later