Skip to content

Releases: typedb/typedb-studio

TypeDB Studio 3.8.1

02 Feb 16:17
c343c70

Choose a tag to compare

Distribution

TypeDB Studio is hosted on the Web at https://studio.typedb.com.

Alternatively:

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

Documentation

TypeDB server compatibility

TypeDB Studio 3.8.1 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).

Please be aware that TypeDB Server 3.7 has breaking API changes. TypeDB Studio 3.7 preserves backward compatibility, however, TypeDB Studio versions OLDER than 3.7.0 will not work correctly with TypeDB server versions >= 3.7.0.


New features

  • Query tabs: Organise your queries into tabs. Add new, duplicate, rename, and close tabs.
  • Configurable row limit: By default queries will now fetch a maximum of 100 rows, which you can configure. This keeps Studio performant against large datasets by default.
  • "Load instances" button for each type on query page: Right-click any type on the query page to load its instances.
  • Copy and replay previous queries (requested by @jmsfltchr)
  • Visual connection string builder: Click the gear icon next to the connection string input to get a visual UI for it. Connection strings are the recommended way to securely save TypeDB Studio connection info to your password manager.

Bugs fixed

  • Fixed a bug where you could not type into the query editor in the Mac desktop app (reported by @sunnyatmoveai, and @davux, @.cyoon. and @markmclellan on Discord)
  • Fixed a bug where the connection string input would throw errors in Safari

TypeDB Studio 3.8.0

28 Jan 16:14
a175a36

Choose a tag to compare

Distribution

TypeDB Studio is hosted on the Web at https://studio.typedb.com.

Alternatively:

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

Documentation

TypeDB server compatibility

TypeDB Studio 3.8.0 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).

Please be aware that TypeDB Server 3.7 has breaking API changes. TypeDB Studio 3.7 preserves backward compatibility, however, TypeDB Studio versions OLDER than 3.7.0 will not work correctly with TypeDB server versions >= 3.7.0.


New features

Data Explorer

We've added the Data Explorer - an interactive visual environment for exploring data.

Select any type, and it will show you a table of instances and their most interesting connections - attributes, relations, roleplayers...

Select any instance from that table, and you can see all its connections in greater detail, allowing you to see exactly what data you're looking at.

You can then jump to connected instances using the "Explore" buttons on instance details, and as such you can traverse your dataset entirely using this visual UI without needing to write queries.

Other features

  • Improve collapse/expand behaviour of schema tool window. Top level is now always expanded and performance is sharply improved.
  • Error snackbars no longer render really long messages. Instead, click "View error details" to see the full error message and/or copy it to the clipboard.
  • In auto transaction mode, now use the oneshot query endpoint for better performance
  • Add retry mechanism with backoff for 5xx errors when querying TypeDB
  • Transaction mode is now persisted to local storage
  • Navigating to / (root route) now takes you to the last used tool (query/data/schema)
  • Rename connection URL to connection string for clarity
  • App info dialog now has useful external links

TypeDB Studio 3.7.0

04 Dec 10:15
9205782

Choose a tag to compare

Distribution

TypeDB Studio is hosted on the Web at https://studio.typedb.com.

Alternatively:

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

Documentation

TypeDB server compatibility

TypeDB Studio 3.7.0 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).

Please be aware that TypeDB Server 3.7 has breaking API changes. TypeDB Studio 3.7 preserves backward compatibility, however, TypeDB Studio versions OLDER than 3.7.0 will not work correctly with TypeDB server versions >= 3.7.0.


Other improvements

  • Update internal visualisation code to correctly handle the TypeDB 3.7 API (by @krishnangovindraj )

TypeDB Studio 3.6.0

21 Oct 16:05
eb04538

Choose a tag to compare

Distribution

TypeDB Studio is hosted on the Web at https://studio.typedb.com.

Alternatively:

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

Documentation

TypeDB server compatibility

TypeDB Studio 3.6.0 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).


New features

  • Vibe querying: The Query pane now has two query modes: "Code" and "Chat". In chat mode, the user simply talks to an AI assistant, which generates queries and optionally explains how they work. If the query is incorrect (errors, or gives a wrong answer), the user can click the new wand overlay to simply send the answers back to the chat agent, prompting the agent to fix the mistake.

Bugs fixed

  • Fix a bug where the Tauri desktop app would fail to launch on an Intel-based Mac (reported by @.cyoon. on Discord, fixed by @krishnangovindraj )
  • Fix dead links (reported by @.cyoon. on Discord)
  • Connection name is now optional on the Connect page

Other improvements

  • Add local Angular build configuration

TypeDB Studio 3.5.9

12 Sep 11:13
c541536

Choose a tag to compare

Distribution

TypeDB Studio is hosted on the Web at https://studio.typedb.com.

Alternatively:

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

Documentation

TypeDB server compatibility

TypeDB Studio 3.5.9 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).


New features

  • You can now view your entire schema as plaintext via the schema tool window
  • You can now collapse all nodes in the schema tool window via its actions menu
  • The schema tool window is now on both the Query and Schema pages

Other improvements

  • Code snippet component now has a "Copy" overlay

Full Changelog: 3.5.0...3.5.9

TypeDB Studio 3.5.8

10 Sep 19:48
29a1f7a

Choose a tag to compare

Distribution

TypeDB Studio is hosted on the Web at https://studio.typedb.com.

Alternatively:

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

Documentation

TypeDB server compatibility

TypeDB Studio 3.5.8 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).


New features

  • We've changed the Tab behaviour in the code editor. Instead of cycling to the next UI element, it now inserts a Tab character in the code editor. ( fixes #876 )
  • When connecting to a cluster directly from TypeDB Cloud, the connection name in Studio will match the cluster's name in Cloud.

Bugs fixed

  • Fix a bug causing some error messages to render as [object Object] (reported by @saityro on Discord)
  • Fix a bug where schema vertex "islands" with no edges were not rendered in graph output (reported by @davidg on Discord)

Full Changelog: 3.5.0...3.5.8

TypeDB Studio 3.5.3

28 Aug 18:45
30aa60d

Choose a tag to compare

Distribution

TypeDB Studio is hosted on the Web at https://studio.typedb.com.

Alternatively:

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

Documentation

TypeDB server compatibility

TypeDB Studio 3.5.3 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).


New features

  • New actions on home page: deploy TypeDB in cloud; install TypeDB CE locally
  • New learning resources added to Help menu
  • Cloud connection names will now default to the Cloud cluster's name
  • Page background is now darker to improve contrast and readability

Bugs fixed

  • Fix a bug where fonts would reload on page navigation

Other improvements

  • Miscellaneous style tweaks for readability
  • Massively simplify global stylesheets

Full Changelog: 3.5.0...3.5.3

TypeDB Studio 3.5.0

06 Aug 13:11
b042b29

Choose a tag to compare

Distribution

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

TypeDB Studio is also hosted on the Web at https://studio.typedb.com.

TypeDB server compatibility

TypeDB Studio 3.5.0 is compatible with TypeDB >= 3.3.


New features

  • Add page to manage database users
  • Add keybind to run queries (proposed by @kenho811)
  • Schema tool window: hierarchical view (proposed by @MickB on Discord)
  • Schema tool window: link type filters, improved styling
  • Add ability to delete databases

Bugs fixed

  • Fix a bug that prevented log output from updating when an error occurred (by @krishnangovindraj )
  • String values are now quoted in log output
  • Concept row columns are now sorted in log output
  • Fix a bug where transaction type would reset on page navigation
  • Fix a bug where routes would be rendered prematurely, but hidden by a 100%-height spinner

Other improvements

  • Use typedb-driver-http
  • Refactor to use PNPM workspace

Full Changelog: 3.4.4...3.5.0

TypeDB Studio 3.4.4

16 Jul 11:04
b0f52ab

Choose a tag to compare

Distribution

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

TypeDB Studio is also hosted on the Web at https://studio.typedb.com.

TypeDB Server Compatibility

TypeDB Studio 3.4.4 is compatible with TypeDB >= 3.3.


Changes

  • Improve performance of Log and Table output when rendering thousands of answers (reported by @HelloWorld on Discord and fixed by @krishnangovindraj )
  • Fix an issue that caused graph views to flicker on non-Webkit browsers e.g Firefox (reported by @quirkyquark2000 and @HelloWorld on Discord and fixed by @flyingsilverfin )
  • Add TypeDB Cloud link to sidebar

Full Changelog: 3.4.3...3.4.4

TypeDB Studio 3.4.3

07 Jul 15:46
8be99bd

Choose a tag to compare

Distribution

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

TypeDB Studio is also hosted on the Web at https://studio.typedb.com.

TypeDB Server Compatibility

TypeDB Studio 3.4.3 is compatible with TypeDB >= 3.3.


Changes

  • Add refresh button to schema tool window

Full Changelog: 3.4.1...3.4.3