Skip to content

Commit b0daf2d

Browse files
committed
Remove release date from new releases and add 2.0.0-rc1
With the ASF donation we no longer have the ability to specify an exact release date due to the voting process. For this reason we will stop including a release date on the changelog. This patch also makes it clear what changes were released in 2.0.0-rc1 so that users can know what is different between rc1 and GA. Patch by João Reis; reviewed by TBD for CASSGO-86
1 parent 722707e commit b0daf2d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - Unreleased
8+
## [2.0.0]
99

1010
### Removed
1111

12+
#### 2.0.0-rc1
13+
1214
- Drop support for old CQL protocol versions: 1 and 2 (CASSGO-75)
1315
- Cleanup of deprecated elements (CASSGO-12)
1416
- Remove global NewBatch function (CASSGO-15)
@@ -17,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719

1820
### Added
1921

22+
#### 2.0.0-rc1
23+
2024
- Support vector type (CASSGO-11)
2125
- Allow SERIAL and LOCAL_SERIAL on SELECT statements (CASSGO-26)
2226
- Support of sending queries to the specific node with Query.SetHostID() (CASSGO-4)
@@ -29,6 +33,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933

3034
### Changed
3135

36+
#### 2.0.0
37+
38+
- Remove release date from changelog and add 2.0.0-rc1 (CASSGO-86)
39+
40+
#### 2.0.0-rc1
41+
3242
- Moved the Snappy compressor into its own separate package (CASSGO-33)
3343
- Move lz4 compressor to lz4 package within the gocql module (CASSGO-32)
3444
- Don't restrict server authenticator unless PasswordAuthentictor.AllowedAuthenticators is provided (CASSGO-19)
@@ -55,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5565

5666
### Fixed
5767

68+
#### 2.0.0-rc1
69+
5870
- Cassandra version unmarshal fix (CASSGO-49)
5971
- Retry policy now takes into account query idempotency (CASSGO-27)
6072
- Don't return error to caller with RetryType Ignore (CASSGO-28)

0 commit comments

Comments
 (0)