taaraora commented on code in PR #1826: URL: https://github.com/apache/cassandra-gocql-driver/pull/1826#discussion_r1772694046
########## README.md: ########## @@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with | Go/Cassandra | 4.0.x | 4.1.x | |--------------|-------|-------| -| 1.19 | yes | yes | -| 1.20 | yes | yes | +| 1.22 | yes | yes | +| 1.23 | yes | yes | Gocql has been tested in production against many versions of Cassandra. Due to limits in our CI setup we only test against the latest 2 GA releases. Review Comment: As I see, Cassandra 5 is partially supported and works with the driver - https://github.com/apache/cassandra-gocql-driver/pull/1812. So, it can be added as a partially supported version. However, the vector type is not merged, and native protocol v4 should be used instead of v5 until it is merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

