
Our newsletter
Get tutorials, AI agent recipes, webinars, and early product updates in your inbox every two weeks
3.x releases
Showing 9 releases
v3.1.0-beta.3
May 14, 2026
This is the third beta in the 3.1 series. It adds DiskANN as a second approximate-nearest-neighbour index type alongside HNSW (with an end-to-end overhaul of the ANN warm-lookup path that benefits both implementations),…
v3.1.0-beta.2
May 8, 2026
This is the second beta in the 3.1 series and continues the stabilisation focus, with a new audit-logging and slow-query pipeline in the Enterprise product. The full cumulative scope from v3.0.5 is documented in the…
v3.1.0-beta.1
May 1, 2026
This is the first beta in the 3.1 series. The focus is bug fixing and stabilisation of the 3.0 line, with a number of substantial additions on top of the fixes that already shipped in v3.0.1–v3.0.5. Highlights Bug fixes…
v3.0.5
Mar 27, 2026
Bug fixes: Fixed computed fields being eagerly evaluated when not selected in SELECT queries Fixed $parent resolving to NONE inside graph traversal WHERE clauses Fixed LIMIT pushdown, plan-time parameter resolution, and…
v3.0.4
Mar 13, 2026
Bug fixes: Fixed HNSW index compaction write conflicts Features & improvements: Improved consistency for set and array operations Reduced import overhead and added benchmarks Added query planner and executor…
v3.0.3
Mar 10, 2026
Bug fixes: Fixed invalid time formatting strings causing a panic Fixed +=/-= silent no-ops with incompatible types Fixed START clause performance regression with pushdown KV skipping Fixed SurrealValue::fromvalue for…
v3.0.2
Mar 3, 2026
Bug fixes: Returned None for records that don't exist instead of a confusing error Fixed write-write conflicts on IP keys during IndexAppending Fixed serialization error of RecordIdKeyType::Object Ensured transaction…
v3.0.1
Feb 24, 2026
Bug fixes: Fixed record IDs not being dereferenced when a field is computed on them Prevented creating indexes on computed fields Patch fixes for version errors and /sql endpoint Allow durations to be multiplied and…
v3.0.0
Feb 17, 2026
After numerous alpha and beta releases over more than a year of development, we are releasing SurrealDB v3.0.0! 🎉. The changes for this release pertain to those over all the alpha and beta versions before 3.0.0,…