Skip to content

Releases: surrealdb/surrealdb.node

Release v1.0.0-beta.1

26 Jun 12:40
0080766
Compare
Choose a tag to compare
Release v1.0.0-beta.1 Pre-release
Pre-release

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

30 Oct 07:47
ca51bdf
Compare
Choose a tag to compare

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

18 Oct 06:42
9dd671d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Sep 18:24
c9ed423
Compare
Choose a tag to compare

What's Changed

update to SurrealDB 1.0.0

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Sep 12:54
5dc4c9f
Compare
Choose a tag to compare

Add node bindings to the rust sdk using napi-rs