File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12- - Support vector type [ CASSGO-11 ] ( https://issues.apache.org/jira/browse/ CASSGO-11)
12+ - Support vector type ( CASSGO-11)
1313
14- - Allow SERIAL and LOCAL_SERIAL on SELECT statements [ CASSGO-26 ] ( https://issues.apache.org/jira/browse/ CASSGO-26)
14+ - Allow SERIAL and LOCAL_SERIAL on SELECT statements ( CASSGO-26)
1515
1616- Support of sending queries to the specific node with Query.SetHostID() (CASSGO-4)
1717
@@ -54,7 +54,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454
5555- Move "execute batch" methods to Batch type (CASSGO-57)
5656
57- - Make ` Session ` immutable by removing setters and associated mutex (CASSGO-23)
57+ - Make Session immutable by removing setters and associated mutex (CASSGO-23)
58+
59+ - Changes to Query and Batch to make them safely reusable (CASSGO-22)
5860
5961### Fixed
6062- Cassandra version unmarshal fix (CASSGO-49)
You can’t perform that action at this time.
0 commit comments