Skip to content

Releases: vaticle/typedb-studio

TypeDB Studio 2.28.4

23 Jul 12:02
478983c
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

  • 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
1b89b8e
Compare
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

TypeDB Studio 2.28.0

07 May 13:03
307a1b7
Compare
Choose a tag to compare

Distribution

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

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

  • Cloud address translation

    We introduce a way to provide address translation when attempting to connect to cloud servers (cf. vaticle/typedb-driver#624). This is useful when the route from the user to the servers differs from the route the servers are configured with (e.g. connection to public-facing servers from an internal network).

    Note: we currently require that the user provides translation for the addresses of all nodes in the Cloud deployment.

  • Store cursor position when changing lines

    We store cursor positions when changing lines as described in #748. This is standard behaviour in other IDEs, such as IntelliJ IDEA and VSCode.

    Before:

    Screen.Recording.2023-06-18.at.17.22.44.mov

    After:

    Screen.Recording.2023-06-18.at.17.21.25.mov

Bugs Fixed

Code Refactors

Other Improvements

  • Fix Windows short workspace git patch

  • Replace licenses with MPL version 2.0

TypeDB Studio 2.27.0

25 Mar 16:14
42a5297
Compare
Choose a tag to compare

Distribution

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

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

Code Refactors

Other Improvements

  • Fix syntax highlighting for quoted strings
    We fix the highlighting for string literals to make it yellow as it used to be. The highlighting had not been correct due to a bug introduced in TypeDB Studio 2.25.0.

    Before:
    image

    After:
    image

TypeDB Studio 2.27.0-rc0

15 Mar 16:41
8693c3f
Compare
Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows. Download TypeDB Studio 2.27.0-rc0.

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

Code Refactors

Other Improvements

  • Fix syntax highlighting for quoted strings
    We fix the highlighting for string literals to make it yellow as it used to be. The highlighting had not been correct due to a bug introduced in TypeDB Studio 2.25.0.

    Before:
    image

    After:
    image

TypeDB Studio 2.26.6

19 Feb 14:09
565d880
Compare
Choose a tag to compare

Distribution

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

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

Code Refactors

Other Improvements

  • Deploy artifacts to CloudSmith

    We no longer upload build artifacts to the github releases page. Instead, the artifacts are available from our public cloudsmith repository, linked in the release notes.

  • Migrate artifact hosting to cloudsmith
    Updates artifact deployment & consumption rules to use cloudsmith (repo.typedb.com) instead of the self-hosted sonatype repository (repo.vaticle.com).

  • Update typedb-driver with null fix

TypeDB Studio 2.26.6-rc3

08 Feb 15:46
e8a8a3c
Compare
Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows. Download TypeDB Studio 2.26.6-rc3.

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

Code Refactors

Other Improvements

  • Deploy artifacts to CloudSmith

    We no longer upload build artifacts to the github releases page. Instead, the artifacts are available from our public cloudsmith repository, linked in the release notes.

  • Migrate artifact hosting to cloudsmith
    Updates artifact deployment & consumption rules to use cloudsmith (repo.typedb.com) instead of the self-hosted sonatype repository (repo.vaticle.com).

  • Update typedb-driver with null fix

TypeDB Studio 2.26.0

15 Dec 16:21
7698c14
Compare
Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows (download binaries below).

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

Code Refactors

  • Replace all instances of 'enterprise' with 'cloud'

    We replace the term 'enterprise' with 'cloud', to reflect the new consistent terminology used throughout Vaticle.

Other Improvements

  • Remove approval step in CircleCI release workflow

TypeDB Studio 2.25.11

10 Dec 15:56
0eb10dd
Compare
Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows (download binaries below).

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

  • Update Enterprise error code prefix

    • We've updated the enterprise error prefix in places where we detect certain errors.

Code Refactors

Other Improvements

TypeDB Studio 2.25.10

08 Dec 19:57
05b2cc3
Compare
Choose a tag to compare

Distribution

TypeDB Studio is available for Linux, Mac and Windows (download binaries below).

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

  • Increase width of Update Default Password dialog box

Code Refactors

Other Improvements