Add support for Objects and Arrays as Record IDs
Add support for querying records using Record ID ranges
Add SQL <code>session</code> functions for retrieving session variables
Make <code>--ns</code> and <code>--db</code> arguments optional in command-line REPL
Return an error when the specified datastore is not able to be initiated
Enable root authentication for client libraries using WebSocket protocol
Ensure <code>math::sum()</code> returns a number instead of a <code>NONE</code> value, when called on a non-array value
Add ACID compliant, persistant, on-disk storage implementation, with multiple concurrent writers using RocksDB
Complex Record IDs
SurrealDB now supports the ability to define record IDs using arrays. These values sort correctly, and can be used to store values or recordings in a timeseries context.
Record ID ranges
SurrealDB now supports the ability to query a range of records, using the record ID. The record ID ranges, retrieve records using the natural sorting order of the record IDs. With the addition of complex record IDs above, this can be used to query a range of records in a timeseries context.
/releases
