Releases: surrealdb/surrealist
v1.11.7
v1.11.6
v1.11.5
v1.11.4
v1.11.3
- Support for SurrealDB 1.1.1
- Minor Designer view improvements
Click here to view the previous changelog for Surrealist 1.11
Compatible with SurrealDB 1.1.1
v1.11.2
- Support for SurrealDB 1.1.0
- Added a new import database button to the toolbar
- Allows for executing any
.surql
file without having to use the query view - Useful for loading in backups, pre-defined query files, etc.
- Allows for executing any
- Fixed search index issues (#154)
Click here to view the previous changelog for Surrealist 1.11
Compatible with SurrealDB 1.1
v1.11.1 for SurrealDB 1.1 Beta 1
- Added designer view SVG snapshots (#150)
- Improved record link detection to support complex ids
- Improved support for escaped table names (#155)
- Display query time correctly in combined mode (#157)
- Fixed error caused by failing to find an available port (#137)
- Fixed explorer view pagination issues (#133)
- Fixed user selection on Linux (#148)
- Fixed overflow issues in the authentication view
- Fixed editor zooming not working
Click here to view the previous changelog for Surrealist 1.11
Compatible with SurrealDB 1.1 beta 1
v1.11.1
- Added designer view SVG snapshots (#150)
- Improved record link detection to support complex ids
- Improved support for escaped table names (#155)
- Display query time correctly in combined mode (#157)
- Fixed error caused by failing to find an available port (#137)
- Fixed explorer view pagination issues (#133)
- Fixed user selection on Linux (#148)
- Fixed overflow issues in the authentication view
- Fixed editor zooming not working
Click here to view the previous changelog for Surrealist 1.11
Compatible with SurrealDB 1.0
Looking to use Surrealist with SurrealDB 1.1 beta 1? Please use this release instead.
v1.11.0
Introducing Surrealist 1.11. This release implements the highly requested feature of starting and connecting to an embedded SurrealDB instance among other improvements.
Sandbox sessions
Sessions can now be configured to connect to the sandbox, an embedded instance of SurrealDB that is automatically managed by Surrealist. This is useful for rapid testing without requiring a local or remote SurrealDB instance. Currently, only in-memory and non-persistent databases are supported, however this may be expanded upon in the future.
Keep in mind the sandbox database is currently not available outside of Surrealist due to limitations of SurrealDB.
Improved query responses
Thanks to improvements in SurrealDB queries now once again display accurately instead of always displaying wrapped in an array. This means statements such as RETURN
and SELECT * FROM ONLY
now display single values as expected.
Additionally, query execution times are once again displayed in the top right of the response panel.
Full changelog
- Added sandbox connections
- Connect to an internally embedded SurrealDB instance
- Useful for rapid testing without requiring a local or remote SurrealDB instance
- Currently only in-memory and non-persistent
- Query results are now more accurate (#115)
- No longer always displayed as an array
- Query time value is displayed again (#113)
- Fixed incorrect explorer pagination (#133)
- Fixed situations in which connections incorrectly appeared closed
- Slightly adjust minimum window size and splitter sizes
Compatible with SurrealDB 1.0
v1.10.3
Note: this release fixes a critical issue in 1.10.2, please update if you are still using it
- Implement internal view routing
- The current view is now displayed in the URL
- This means you can bookmark and share specific views on the web app
- Improved explorer inspector
- Can now be opened manually by pressing the wrench button
- Changed explorer table pinning
- You can now toggle a table pin by double clicking a table
- Improved overal performance
- Improved JSON syntax highlighting
- Re-enable JSON syntax validation
- Replaced most "refresh" buttons with a single universal refresh in the address bar
- Store active view globally instead of per session
- Fixed record ids passed as variable not working as expected
- Fixed strange query editor behavior when holding shift
- Fixed incorrect panel sizes in the authentication view
- Fixed incorrect wrapping behavior in explorer view (#129)
- Refactored the code base to be more future proof
- Minor UI improvements
Click here to view the previous changelog for Surrealist 1.10
Compatible with SurrealDB 1.0