Skip to content

Releases: typedb/typedb-studio

TypeDB Studio 3.4.4

16 Jul 11:04
b0f52ab
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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