Releases: radekg/yugabyte-db-go-client
Releases · radekg/yugabyte-db-go-client
v0.0.1-alpha.6
Fixes:
- prevent panic in the client if
GetMasterRegistration()
returnsnil
response or theRole
inside of the response isnil
v0.0.1-alpha.5
Fixes:
- external client interface
Execute(payload, response)
was calling itself instead of the underlying client, fixed
v0.0.1-alpha.4
New:
- expose
client.Execute(input, output protoreflect.Message) error
- expose
utils.PQLDatabase(YQLDatabase) *YQLDatabase
v0.0.1-alpha.2
v0.0.1-alpha.1
First alpha version
- RPC protocol complete without sidecars.
- Plenty of standard
yb-admin
compatible commands implemented: