Releases: surrealdb/surrealdb.node
Releases · surrealdb/surrealdb.node
Release v1.0.0-beta.2
Release v1.0.0-beta.1
What's Changed
Update to SurrealDB 2.0.0 and surrealdb.js v1.0.0
Full Changelog: v0.4.0...v1.0.0-beta.1
Release v0.4.0
Overview of changes
- Replaced ns/db/sc/user/pass with namespace/database/scope/username/password where this was not already the case
- Ensures the authentication token to be returned when authenticating as a root user
- Ensures true being returned when authenticating with a token successfully
- Ensuring that the query/select/create/update/merge/patch/delete methods always return an array (to stay consistent with other JS SDKs)
- Fixes some of the tests
- Improved typescript typing
What's Changed
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
Release v0.2.0
Release v0.1.0
Add node bindings to the rust sdk using napi-rs