-
Notifications
You must be signed in to change notification settings - Fork 47
Update for 3.7.0 support #890
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
base: development
Are you sure you want to change the base?
Update for 3.7.0 support #890
Conversation
✅ Deploy Preview for typedb-studio ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
73c5458 to
5882681
Compare
package.json
Outdated
| "sigma": "3.0.1", | ||
| "tslib": "^2.3.0", | ||
| "typedb-driver-http": "0.0.1", | ||
| "@typedb/driver-http": "file:/Users/krishnangovindraj/code/typedb-driver/http-ts/dist", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's shorten all BackwardsCompatibles to BackCompat to save space
|
Also we should upgrade driver-http to a non-RC ASAP once this PR is merged and there is one available |
Release notes: product changes
We update the handling of TypeDB responses for the new format introduced by version 3.7.0.
We maintain support for server versions < 3.7.0 as well, by using the legacy methods provided in the http driver.
Motivation
Support version 3.7.0
Implementation