Skip to content

Conversation

@krishnangovindraj
Copy link
Member

Release notes: usage and product changes

We introduce the "extension" field into the protocol. This introduces a finer notion of "compatibility" and makes the protocol aware of it.
A driver-server pair is compatible if they are on the same protocol version, and the server extension version is atleast that of the client.


enum ExtensionVersion {
UNSPECIFIED_EXTENSION = 0;
EXTENSION = 1; // Reserving makes little sense here.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah looks good

@krishnangovindraj krishnangovindraj merged commit 0f79a83 into typedb:master Nov 12, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants