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

Protocol Upgrade from 3.5 to 3.12 #81

Open
DMickens opened this issue Aug 9, 2022 · 2 comments
Open

Protocol Upgrade from 3.5 to 3.12 #81

DMickens opened this issue Aug 9, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@DMickens
Copy link
Collaborator

DMickens commented Aug 9, 2022

For the MVP and 1.0 release we updated the protocol from 3.0 to 3.5. This was not arbitrary as we wanted SHA512 authentication support. Now we need to make the next jump from 3.5 to 3.11. This along with some work on the server that will be done to enable complex types in drivers outside of the JDBC will give us the opportunity to implement complex type support in the node driver when the time comes. Other significant protocol changes that will need to be handled from this move is client backward compatibility, UUID support, and OAuth 2.0 should we implement OAuth in the node driver as well.

@DMickens DMickens added the enhancement New feature or request label Aug 9, 2022
@DMickens DMickens self-assigned this Aug 9, 2022
@DMickens
Copy link
Collaborator Author

DMickens commented Oct 6, 2022

This will be done in parts. The first PR should come shortly and cover the protocol upgrade from 3.5 up until the version before complex type support. We are planning on implementing complex type support not immediately, but soon, and at that time the protocol will be upgraded to 3.12, or 3.13 etc if it has been updated again.

@DMickens DMickens changed the title Protocol Upgrade from 3.5 to 3.11 Protocol Upgrade from 3.5 to 3.12 Oct 6, 2022
@sitingren
Copy link
Member

sitingren commented May 28, 2024

UUID support, OAuth Authentication Support is added in #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants