You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow SERIAL and LOCAL_SERIAL on SELECT statements (CASSGO-26)
Support of sending queries to the specific node with Query.SetHostID() (CASSGO-4)
Support for Native Protocol 5. Following protocol changes exposed new API
Query.SetKeyspace(), Query.WithNowInSeconds(), Batch.SetKeyspace(), Batch.WithNowInSeconds() (CASSGO-1)
Retry policy now takes into account query idempotency (CASSGO-27)
Don't return error to caller with RetryType Ignore (CASSGO-28)
The marshalBigInt return 8 bytes slice in all cases except for big.Int,
which returns a variable length slice, but should be 8 bytes slice as well (CASSGO-2)
Skip metadata only if the prepared result includes metadata (CASSGO-40)
Don't panic in MapExecuteBatchCAS if no [applied] column is returned (CASSGO-42)
Fix deadlock in refresh debouncer stop (CASSGO-41)