Releases
v3.7.0
Compare
Sorry, something went wrong.
No results found
Replaced Option to CustomOption on Connection interface methods
Implements WithCustom[Token,Database] options for redefine database and token
Removed experimental balancer.PreferEndpoints[WithFallback][RegEx] balancers
Supported connections TTL with Option WithConnectionTTL
Remove unnecessary WithFastDial option (lazy connections are always fast inserts into cluster)
Added Scripting service client with API methods Execute(), StreamExecute() and Explain()
Added String() method to table.types.Type interface
Added With[Custom]UserAgent() Option and CustomOption constructors
Refactored log.Logger interface and internal implementation
Added retry.RetryableError() for returns user-defined error which must be retryed
Renamed internal type internal.errors.OperationCompleted to internal.errors.OperationStatus
Added String() method to table.KeyRange and table.Value types
Replaced creation of goroutine on each stream call to explicit call stream.Recv() on NextResultSet()
You can’t perform that action at this time.