Skip to content

v0.0.1-beta.1

Compare
Choose a tag to compare
@radekg radekg released this 13 Jan 17:36
· 22 commits to master since this release

New

High-level RPC client. Changes:

  • yb-admin compatible API has been moved to a separate module: https://github.com/radekg/yugabyte-db-go-client-api. This module takes the new high-level client as an argument.
  • Logger can be configured.
  • Configurable metrics callback.
  • Client handles auto-reconnect and retries failed executes - configurable.

PR introducing beta 1: #62.