Skip to content

Releases: typedb/typedb-studio

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

TypeDB Studio 3.4.1

24 Jun 17:29
f3c23f4

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.1 is compatible with TypeDB >= 3.3.


Changes

  • Fixed a couple of issues where view state would mutate during render cycles leading to unexpected behaviour.

Full Changelog: 3.4.0...3.4.1

3.4.0

24 Jun 12:29
fa52048

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.0 is compatible with TypeDB >= 3.3.


What's Changed

Full Changelog: 3.4.0-rc1...3.4.0