Skip to content

Releases: surrealdb/surrealist

v1.11.7

11 Apr 05:42
b9f29db
Compare
Choose a tag to compare
  • Support for SurrealDB 1.4.0
  • Fixed explorer view table columns

Click here to view the previous changelog for Surrealist 1.11

Compatible with SurrealDB 1.4.0

v1.11.6

12 Mar 17:43
64be793
Compare
Choose a tag to compare
  • Support for SurrealDB 1.3.0

Click here to view the previous changelog for Surrealist 1.11

Compatible with SurrealDB 1.3.0

v1.11.5

24 Feb 10:27
bd69085
Compare
Choose a tag to compare
  • Support for SurrealDB 1.2.1
    • Fixes some reported errors and crashes

Click here to view the previous changelog for Surrealist 1.11

Compatible with SurrealDB 1.2.1

v1.11.4

14 Feb 19:02
6573378
Compare
Choose a tag to compare
  • Support for SurrealDB 1.2.0
    • Fixes the 5s connection delay
  • Removed arrow key view switching
    • Caused issues when editing text inputs

Click here to view the previous changelog for Surrealist 1.11

Compatible with SurrealDB 1.2.0

v1.11.3

25 Jan 23:05
Compare
Choose a tag to compare
  • Support for SurrealDB 1.1.1
  • Minor Designer view improvements
    • Design panel is now collapsed by default
    • You will be prompted when switching tables if you have unsaved changes
    • Snapshots now include the entire graph (#167)
    • Fixed incorrect editing behavior (#166)

Click here to view the previous changelog for Surrealist 1.11

Compatible with SurrealDB 1.1.1

v1.11.2

11 Jan 13:54
Compare
Choose a tag to compare
  • 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.
  • 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

14 Dec 14:09
Compare
Choose a tag to compare

⚠️ This release is only for use with SurrealDB 1.1 Beta 1, Use this release if you are using SurrealDB 1.0 ⚠️

  • 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

14 Dec 14:02
Compare
Choose a tag to compare
  • 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

26 Oct 23:16
Compare
Choose a tag to compare

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

24 Oct 08:04
Compare
Choose a tag to compare

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