Skip to content

Releases: radekg/yugabyte-db-go-client

v0.0.1-alpha.6

07 Dec 11:31
Compare
Choose a tag to compare

Fixes:

  • prevent panic in the client if GetMasterRegistration() returns nil response or the Role inside of the response is nil

v0.0.1-alpha.5

07 Dec 11:29
Compare
Choose a tag to compare

Fixes:

  • external client interface Execute(payload, response) was calling itself instead of the underlying client, fixed

v0.0.1-alpha.4

04 Dec 01:52
Compare
Choose a tag to compare

New:

  • expose client.Execute(input, output protoreflect.Message) error
  • expose utils.PQLDatabase(YQLDatabase) *YQLDatabase

v0.0.1-alpha.2

03 Dec 12:51
Compare
Choose a tag to compare

Changes:

  • adds support fo master-leader-stepdown --new-leader-id flag: #53
  • adds convenience functions for converting between time.Time to hybrid time and back: #54
  • fixes crate-snapshot command for YSQL databases: 3975377
  • adds support for third type of YugabyteDB ID: #55

v0.0.1-alpha.1

02 Dec 00:29
Compare
Choose a tag to compare

First alpha version

  • RPC protocol complete without sidecars.
  • Plenty of standard yb-admin compatible commands implemented: