Skip to content

Commit 34fdeeb

Browse files
committed
Update changelog for 1.6.0
1 parent 5475c76 commit 34fdeeb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [1.6.0] - 2023-08-28
16+
917
### Added
1018
- Added the InstaclustrPasswordAuthenticator to the list of default approved authenticators. (#1711)
1119
- Added the `com.scylladb.auth.SaslauthdAuthenticator` and `com.scylladb.auth.TransitionalAuthenticator`
1220
to the list of default approved authenticators. (#1712)
1321
- Added transferring Keyspace and Table names to the Query from the prepared response and updating
1422
information about that every time this information is received. (#1714)
23+
1524
### Changed
1625
- Tracer created with NewTraceWriter now includes the thread information from trace events in the output. (#1716)
1726
- Increased default timeouts so that they are higher than Cassandra default timeouts.
1827
This should help prevent issues where a default configuration overloads a server using default timeouts
19-
during retries. (#1701)
20-
21-
### Fixed
28+
during retries. (#1701, #1719)
2229

2330
## [1.5.2] - 2023-06-12
2431

0 commit comments

Comments
 (0)