mirror of https://github.com/apache/cassandra
Increment CQLSH to version 6.2.0 for release 4.2
Patch by Attila Homoki; reviewed by Brandon Williams and Ekaterina Dimitrova for CASSANDRA-17646 Co-authored-by: Brad Schoening <5796692+bschoening@users.noreply.github.com>
This commit is contained in:
parent
a4796b65e3
commit
465547fded
|
|
@ -1,4 +1,5 @@
|
|||
4.2
|
||||
* Increment CQLSH to version 6.2.0 for release 4.2 (CASSANDRA-17646)
|
||||
* Adding support to perform certificate based internode authentication (CASSANDRA-17661)
|
||||
* Option to disable CDC writes of repaired data (CASSANDRA-17666)
|
||||
* When a node is bootstrapping it gets the whole gossip state but applies in random order causing some cases where StorageService will fail causing an instance to not show up in TokenMetadata (CASSANDRA-17676)
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ be sitting in front of a prompt:
|
|||
|
||||
----
|
||||
Connected to Test Cluster at localhost:9160.
|
||||
[cqlsh 6.0.0 | Cassandra 4.0.2 | CQL spec 3.4.5 | Native protocol v5]
|
||||
[cqlsh 6.2.0 | Cassandra 4.2-SNAPSHOT | CQL spec 3.4.5 | Native protocol v5]
|
||||
Use HELP for help.
|
||||
cqlsh>
|
||||
----
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ if platform.python_implementation().startswith('Jython'):
|
|||
UTF8 = 'utf-8'
|
||||
|
||||
description = "CQL Shell for Apache Cassandra"
|
||||
version = "6.1.0"
|
||||
version = "6.2.0"
|
||||
|
||||
readline = None
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue