v0.0.16
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
overrideAuthorityoption toEtcdClient.Builderand correspondingoverride_authorityattribute to json config schema - Deprecated now-obsolete
ComposeTrustManagerFactoryandcompose_deploymentjson config schema attribute - Updated dependencies including gRPC
1.30.1, Netty4.1.48.Final, Protobuf3.12.2, Guava29.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 withhttp://orhttps:// - This and future releases require grpc-java version
1.21.0or later