File tree 1 file changed +10
-3
lines changed 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+ ## [ 1.6.0] - 2023-08-28
16
+
9
17
### Added
10
18
- Added the InstaclustrPasswordAuthenticator to the list of default approved authenticators. (#1711 )
11
19
- Added the ` com.scylladb.auth.SaslauthdAuthenticator ` and ` com.scylladb.auth.TransitionalAuthenticator `
12
20
to the list of default approved authenticators. (#1712 )
13
21
- Added transferring Keyspace and Table names to the Query from the prepared response and updating
14
22
information about that every time this information is received. (#1714 )
23
+
15
24
### Changed
16
25
- Tracer created with NewTraceWriter now includes the thread information from trace events in the output. (#1716 )
17
26
- Increased default timeouts so that they are higher than Cassandra default timeouts.
18
27
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 )
22
29
23
30
## [ 1.5.2] - 2023-06-12
24
31
You can’t perform that action at this time.
0 commit comments