Skip to content

v0.0.13

Compare
Choose a tag to compare
@njhill njhill released this 26 Oct 00:13

Changes since version 0.0.12:

  • Support arbitrary SslContext configuration when building EtcdClients - allowing for use of TLS client auth, etc.
  • Fix: Make KeyUtils#compareByteStrings and ordered RangeCache consistent with server side key ordering (unsigned byte comparison)
  • Fix: More improvements to RangeCache resiliency, in particular fixing a potential thread-safety issue
  • Fix: Treat too many requests errors as retryable even for non-idempotent requests
  • Fix: Cleaner ordering of EtcdClient#close() logic which should eliminate some misplaced warning log messages
  • Logging improvements to RangeCache and watches in general, including clearer differentiation of watch stream auth error/re-auth info messages (it previously wasn't possibly to distinguish these from other kinds of retryable stream errors at INFO level)
  • Update gRPC dependency to version 1.24.1