@@ -5,55 +5,36 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 2.0.0 ] - Unreleased
99
1010### Removed
1111
1212- Drop support for old CQL protocol versions: 1 and 2 (CASSGO-75)
1313
1414### Added
1515
16- - Support vector type [ CASSGO-11] ( https://issues.apache.org/jira/browse/CASSGO-11 )
17-
18- - Allow SERIAL and LOCAL_SERIAL on SELECT statements [ CASSGO-26] ( https://issues.apache.org/jira/browse/CASSGO-26 )
19-
16+ - Support vector type (CASSGO-11)
17+ - Allow SERIAL and LOCAL_SERIAL on SELECT statements (CASSGO-26)
2018- Support of sending queries to the specific node with Query.SetHostID() (CASSGO-4)
21-
22- - Support for Native Protocol 5. Following protocol changes exposed new API
23- Query.SetKeyspace(), Query.WithNowInSeconds(), Batch.SetKeyspace(), Batch.WithNowInSeconds() (CASSGO-1)
19+ - Support for Native Protocol 5 (CASSGO-1)
2420
2521### Changed
2622
2723- Move lz4 compressor to lz4 package within the gocql module (CASSGO-32)
28-
2924- Don't restrict server authenticator unless PasswordAuthentictor.AllowedAuthenticators is provided (CASSGO-19)
30-
3125- Cleanup of deprecated elements (CASSGO-12)
32-
3326- Remove global NewBatch function (CASSGO-15)
34-
3527- Detailed description for NumConns (CASSGO-3)
36-
3728- Change Batch API to be consistent with Query() (CASSGO-7)
38-
3929- Added Cassandra 4.0 table options support(CASSGO-13)
40-
4130- Remove deprecated global logger (CASSGO-24)
42-
4331- Bumped actions/upload-artifact and actions/cache versions to v4 in CI workflow (CASSGO-48)
44-
4532- Keep nil slices in MapScan (CASSGO-44)
46-
4733- Improve error messages for marshalling (CASSGO-38)
48-
4934- Remove HostPoolHostPolicy from gocql package (CASSGO-21)
50-
5135- Standardized spelling of datacenter (CASSGO-35)
52-
5336- Refactor HostInfo creation and ConnectAddress() method (CASSGO-45)
54-
5537- gocql.Compressor interface changes to follow append-like design. Bumped Go version to 1.19 (CASSGO-1)
56-
5738- Refactoring hostpool package test and Expose HostInfo creation (CASSGO-59)
5839
5940- Move "execute batch" methods to Batch type (CASSGO-57)
@@ -62,16 +43,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6243
6344### Fixed
6445- Cassandra version unmarshal fix (CASSGO-49)
65-
6646- Retry policy now takes into account query idempotency (CASSGO-27)
67-
6847- Don't return error to caller with RetryType Ignore (CASSGO-28)
6948- The marshalBigInt return 8 bytes slice in all cases except for big.Int,
7049 which returns a variable length slice, but should be 8 bytes slice as well (CASSGO-2)
71-
7250- Skip metadata only if the prepared result includes metadata (CASSGO-40)
73-
7451- Don't panic in MapExecuteBatchCAS if no ` [applied] ` column is returned (CASSGO-42)
52+ - Fix deadlock in refresh debouncer stop (CASSGO-41)
7553
7654- Endless query execution fix (CASSGO-50)
7755
0 commit comments