Added
- Added the InstaclustrPasswordAuthenticator to the list of default approved authenticators. (#1711)
- Added the
com.scylladb.auth.SaslauthdAuthenticator
andcom.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)