Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Protocol 5 Support #1822

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

worryg0d
Copy link

@worryg0d worryg0d commented Sep 16, 2024

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 provides support for the v5 version of the protocol.

This PR provides support of Native Protocol 5 features as:

  • New frames format CASSANDRA-15299
  • result_metadata_id field for EXECUTE and PREPARED messages CASSANDRA-10786
  • now_in_seconds field for QUERY, BATCH and QUERY messages CASSANDRA-14664
  • keyspace field for BATCH and QUERY messages

@worryg0d worryg0d force-pushed the native-proto-5-support-all-merged branch 4 times, most recently from d67fcb1 to 93933c6 Compare September 19, 2024 12:49
@worryg0d worryg0d force-pushed the native-proto-5-support-all-merged branch 2 times, most recently from 84c0e01 to 47a3ae9 Compare September 24, 2024 11:35
@worryg0d
Copy link
Author

worryg0d commented Oct 1, 2024

This PR is merged from #1778, #1773, #1782, and #1781, so we could close them in favor of this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protocol_v5 Tickets related to supporting protocol version 5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants