-
Notifications
You must be signed in to change notification settings - Fork 206
Description
Description
On the Overview page of the JavaScript SDK there is a "Note" section near the top of the page with the following text:
"The SDK works seamlessly with SurrealDB versions v2.0.0 to v3.0.0, ensuring compatibility with the latest version."
I excitedly migrated all my SurrealDB instances to v3.0.0 but when I tried to connect to them with the JavaScript SDK v1.3.2 (the latest version), I got the following error:
Failed to connect to SurrealDB: The version "3.0.0" reported by the engine is not supported by this library, expected a version that satisfies ">= 1.4.2 < 3.0.0".
I had to migrate all my instances back to v2.6.2 to get them to work again.
I see that there is a v2.0.0 in the works for the SDK but it is still in beta. Could you please either update the note to indicate that SurrealDB version v3.0.0 is not supported yet or release a version of the SDK that does support it?
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct