worryg0d opened a new pull request, #1822: URL: https://github.com/apache/cassandra-gocql-driver/pull/1822
## Overview C* 4.0 introduced Native Protocol 5, so we should make gocql to support it. This PR consists of other my PRs, which also support the v5 version of the protocol. This PR provides support of Native Protocol 5 features as: * New frames format [CASSANDRA-15299](https://issues.apache.org/jira/browse/CASSANDRA-15299) * `result_metadata_id` field for **EXECUTE** and **PREPARED** messages [CASSANDRA-10786](https://issues.apache.org/jira/browse/CASSANDRA-10786) * `now_in_seconds` field for `QUERY`, `BATCH` and `QUERY` messages [CASSANDRA-14664](https://issues.apache.org/jira/browse/CASSANDRA-14664) * `keyspace` field for `BATCH` and `QUERY` messages -- 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]

