Skip to content

Commit

Permalink
Update changelog for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sucha committed Aug 28, 2023
1 parent 5475c76 commit 34fdeeb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Fixed

## [1.6.0] - 2023-08-28

### 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)

### Fixed
during retries. (#1701, #1719)

## [1.5.2] - 2023-06-12

Expand Down

0 comments on commit 34fdeeb

Please sign in to comment.