Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.8 KB

RELEASE_NOTES_LATEST.md

File metadata and controls

52 lines (27 loc) · 1.8 KB

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