You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: Upgraded to surrealdb.wasm 0.9.0, the official release of wasm module of the surrealdb 1.3.0.
Feat: API breaking changes:
db.select() and db.query() that return single result, no longer requiring casting to List and retrieval by .first.
Fix: Catched the error Encountered a non-object value in array within the library, preventing it from being exposed to the user. Reported the bug at surrealdb.wasm#56.