Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@martin-sucha martin-sucha released this 28 Aug 15:23
v1.6.0
34fdeeb

Added

  • Added the InstaclustrPasswordAuthenticator to the list of default approved authenticators. (#1711)
  • Added the com.scylladb.auth.SaslauthdAuthenticator and com.scylladb.auth.TransitionalAuthenticator
    to the list of default approved authenticators. (#1712)
  • Added transferring Keyspace and Table names to the Query from the prepared response and updating
    information about that every time this information is received. (#1714)

Changed

  • Tracer created with NewTraceWriter now includes the thread information from trace events in the output. (#1716)
  • 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. (#1701, #1719)