scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.

Home Page:https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebase to upstream 1.6.0

mykaul opened this issue · comments

https://github.com/gocql/gocql/releases/tag/v1.6.0 was released and specifically has two important items:

  • Added the com.scylladb.auth.SaslauthdAuthenticator and com.scylladb.auth.TransitionalAuthenticator
    to the list of default approved authenticators. (gocql#1712)
  • Increased default timeouts so that they are higher than Cassandra default timeouts.
    This should help prevent issues where a default configuration overloads a server using default timeouts
    during retries. (gocql#1701, gocql#1719)

For the record, com.scylladb.auth.SaslauthdAuthenticator and com.scylladb.auth.TransitionalAuthenticator are already present in scylladb/gocql since 428d676.

For the record, com.scylladb.auth.SaslauthdAuthenticator and com.scylladb.auth.TransitionalAuthenticator are already present in scylladb/gocql since 428d676.

Yes, but now I'm hoping less merge conflicts then ;-)