Skip to content

Releases: typedb/typedb-studio

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

TypeDB Studio 3.4.0-rc1

10 Jun 16:43
5ad6ef6

Choose a tag to compare

Pre-release

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


New Features

The new schema visualization tool allows you to view your schema in graph format.

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Studio 3.4.0-rc0

29 May 15:44
da83ee8

Choose a tag to compare

Pre-release

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

Note about Tauri Rewrite

This is the first release published on GitHub to use the new Web / Tauri based architecture.

We anticipate this being much easier to iterate on than the legacy JVM-based application.

Please provide feedback in GitHub issues or in Discord.

Caveats

  • The MacOS build is currently self-signed, other builds are not signed at all. Windows and Mac users may need to override security prompts to run the TypeDB Studio desktop application.
  • TypeDB Studio currently loads assets from the Web, which will fail to render properly in an environment without Internet access.
  • The desktop icon is a temporary placeholder and will be replaced soon.

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Desktop builds are now available

TypeDB Studio 3.0.5

31 Jan 17:56
3886147

Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows operating systems.

TypeDB Server Compatibility

TypeDB Studio 3.0 is compatible with TypeDB 3.0.

See the compatibility table to see
which versions of Studio are compatible with which versions of TypeDB server.


New Features

Bugs Fixed

Code Refactors

  • Update the Driver dependency to work with optional concepts from rows

Other Improvements

TypeDB Studio 3.0.4

27 Jan 12:15
a7e317a

Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows operating systems.

TypeDB Server Compatibility

TypeDB Studio 3.0 is compatible with TypeDB 3.0.

See the compatibility table to see
which versions of Studio are compatible with which versions of TypeDB server.


New Features

Bugs Fixed

  • Fix printing of variables with empty values and rows with no columns
    Enhance printing logic to handle two special cases of received answers:
    • When a variable with no values is returned, an empty result will be shown instead of a crash (it used to be considered an impossible situation).
    • When concept rows are returned, but they do not have any columns inside (possible for delete stages), a special message is written for every row processed (this behavior is temporarily different from Console).

Code Refactors

Other Improvements

TypeDB Studio 3.0.1

13 Jan 15:21
c48670f

Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows operating systems.

TypeDB Server Compatibility

TypeDB Studio 3.0 is compatible with TypeDB 3.0.

See the compatibility table to ensure
compatibility between Studio and TypeDB server.


New Features

TypeDB Studio now supports querying TypeDB 3.0!

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Studio 2.28.6

06 Dec 16:22
349878f

Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows operating systems.

TypeDB Server Compatibility

See the compatibility table to ensure
compatibility between Studio and TypeDB server.


New Features

Bugs Fixed

We fix an issue where attempting to parse typedb-core:// connection URIs would cause crashes

Code Refactors

Other Improvements

TypeDB Studio 2.28.5

22 Nov 16:21
190a524

Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows operating systems.

TypeDB Server Compatibility

See the compatibility table to ensure
compatibility between Studio and TypeDB server.


New Features

  • Allow connection through Connection URIs

We introduce the ability to connect to TypeDB through a "Connection URI".
This can be used as an alternative to the existing connection dialog.

Example Connection URIs:

typedb-core://localhost:1729

typedb-cloud://admin:password@abc123-0.dep.cloud.typedb.com:1729/?tlsEnabled=true

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Studio 2.28.4

23 Jul 12:02

Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows operating systems.

TypeDB Server Compatibility

See the compatibility table to ensure
compatibility between Studio and TypeDB server.


New Features

  • Deploy to APT

Users of Ubuntu and other Debian-like Linux distributions will now be able to install the
typedb-studio package from the Vaticle APT repo (https://repo.typedb.com/public/public-release/deb/ubuntu).

  • Introduce 'Close Database Session' button

Bugs Fixed

  • Clean up ServerDialog and trim whitespaces from address input form

Code Refactors

Other Improvements

TypeDB Studio 2.28.3

19 Jun 09:57

Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows. Download TypeDB Studio 2.28.3.

For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:

brew tap vaticle/tap
brew install --cask vaticle/tap/typedb-studio

TypeDB Server Compatibility

See the compatibility table to see
which versions of Studio are compatible with which versions of TypeDB server.


New Features

Bugs Fixed

The behaviour of Home and End keys are now in line with most other text
editors, moving to the start/end of the line (rather than the file)
unless Ctrl (Cmd on MacOS) is additionally pressed.

Code Refactors

Other Improvements