Version | Change log |
Mac OS X Lion 3.0.4 Oct 1, 2024 |
Added the ability to reset the sandbox without confirmation by holding Shift Added support for the new ENFORCED keyword in the table designer Errors encountered while saving a function are now displayed in the editor Allow any table to be selected as in/out for a relation Added the ability to filter on multiple table names in the tables panel by separating them with a comma Fixed ctrl+k conflicting with a system shortcut on MacOS Fixed the tables panel and designer view sometimes visually omitting tables Fixed functions not saving when they already exist |
Mac OS X Lion 3.0.3 Sep 26, 2024 |
Changed the data exporter to use the HTTP export endpoint Provides a significantly more reliable import/export workflow While this means support for export customization and in-memory/indexdb is unavailable for now, we plan on addressing both these in the near future by providing a more robust export/import system within SurrealDB Fixed some unsupported highlighting syntax Fixed missing "add field" button in the access method editor Fixed missing editor completion icons Fixed multiple connections sometimes using the same id |
Mac OS X Lion 3.0.2 Sep 18, 2024 |
Bumped the minimum version to SurrealDB 2.0.0 stable Fixed initialisation error |
Mac OS X Lion 3.0.0 Sep 18, 2024 |
Highlights: Improved namespace and database selection: Previously you were required to provide a namespace and database in each connection, and while this worked well for simple use-cases, we believe a more scalable approach is required. In Surrealist 3.0 you will no longer be required to pass namespace and database in the connection editors. Instead, you will be able to select, create, and remove namespaces and databases directly from the toolbar. This means you can now connect to your database without selecting any namespace or database, and switch them on-the-fly without creating a new connection. New GraphQL view: Alongside the new experimental GraphQL query functionality included in SurrealDB 2.0, this new release of Surrealist also includes a brand new GraphQL view. This view provides an optimised zero-configuration interface for executing queries against your database. In addition, this new view provides full GraphQL syntax highlighting, live error checking, and full support for query variables. Much like the regular Query view you can even infer your variables directly from your query. Note that since GraphQL support is still experimental, this view can only be used when GraphQL functionality is enabled on the remote database. Overhauled Authentication view: SurrealDB 2.0 includes a significant improvement to authentication, hence the Surrealist Authentication view has been updated to reflect these improvements. Within this view you will now be able to manage both system users and access methods, each on a root, namespace, and database level. You can fully configure these through the redesigned editor dialogs, allowing you to effortlessly setup and manage authentication within your database. Light interface theme: After being absent for a few months, we can finally say the Light interface theme has made a spectacular comeback! The new Light theme is supported across the entire interface and features a stunning new design. Additionally, when set to “Automat |
Mac OS X Lion 2.1.6 Aug 6, 2024 |
Improved and future-proofed the auto updater logic Fixed nested JavaScript highlighting within SurrealQL |
Mac OS X Lion 2.1.5 Jul 24, 2024 | Enabled all capabilities in Sandbox, allowing you to fetch any network target |
Mac OS X Lion 2.1.4 Jul 17, 2024 |
Improved handling of binary data in queries. This fixes <bytes>, geometries, encoding::base64::decode();, and more Improved performance of the web app Updated the sandbox to SurrealDB 1.5.4 Fixed UUID rendering in data tables |