From 34fdeebefcbf183ed7f916f931aa0586fdaa1b40 Mon Sep 17 00:00:00 2001 From: Martin Sucha Date: Mon, 28 Aug 2023 17:19:55 +0200 Subject: [PATCH] Update changelog for 1.6.0 --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b704ae9b0..8dfb22828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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