Releases: typedb/typedb-studio
TypeDB Studio 2.26.6
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
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
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
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
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
TypeDB Studio 2.25.9
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
- Automate workflow for updating default password upon first login
Bugs Fixed
Code Refactors
Other Improvements
-
Update readme file to be more relevant
Update the TypeDB Studio description and features in the readme file to be more relevant for software engineers.
TypeDB Studio 2.25.8
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
-
Gracefully handle session failover
Gracefully handle session failover: session automatically reconnects and the UI is updated accordingly.
-
Update to driver with fixed error messages and ability to use system CA
We update typedb-driver to 2.25.8, which has error UX improvements and the ability to read system certificates when connecting to TypeDB.
Bugs Fixed
Code Refactors
Other Improvements
-
Update to use vaticle/typedb-driver commit
-
Unable to connect error carries driver message
-
Update github PR and issue templates
TypeDB Studio 2.25.0
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
-
Implement Fetch query
We update to the newest version of TypeDB Driver which supports Fetch queries. As Fetch queries return a stream of JSONs, they are only available in text output view, not as a graph.
For more details, see typedb/typeql#300
-
Support value variables in log output
We now handle the possibility of Values being returned as part of a ConceptMap. Retrieved pure values are not displayed in the graph view, but printed out as expected in the log view.
Bugs Fixed
Code Refactors
Other Improvements
-
Update README file
Update the README file.
-
Update CODEOWNERS
TypeDB Studio 2.24.15
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 Compatible Versions
See the compatibility table at our Studio
documentation for which versions of Studio are compatible with which versions of TypeDB.
New Features
Bugs Fixed
-
Fix unpacking driver runtime files into working directory
Due to a bug in the Java driver, we unpacked the driver dynamic library into the current working directory of Studio, rather than into a temporary directory. This was at best confusing, and at worst caused an unrecognized error in cases where the Studio was run from a read-only directory (such as
/Applications/
on mac OS.We update to the driver version with the fix.
Code Refactors
Other Improvements
TypeDB Studio 2.24.14
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 Compatible Versions
See the compatibility table at our Studio
documentation for which versions of Studio are compatible with which versions of TypeDB.
New Features
-
Update MacOS DMG signing and notarization process via bazel-distribution
We update the packaging and signing tools used by
//:assemble-platform
to correctly sign the MacOS package vis-à-vis changes in JVM17, XCode 13+, and Apple notarization process. See typedb/bazel-distribution#391 for more details. -
Windows build fixes
We shorten bazel workspace path to work around the character limit on Windows, and enable runfiles linking for Rust compilation.
-
Deploy studio for each OS + Arch
We deploy 5 separate distributions of TypeDB Studio, one per platform:
linux-x86_64
linux-arm64
mac-x86_64
mac-arm64
windows-x86_64
Please be aware that this means TypeDB Studio distributions are no longer portable between Intel and Mac variants of the same system - eg. from an Intel mac to an ARM mac.
-
Upgrade to 2.24.x and implement native ARM64 targets
We update the underlying typedb-driver and dependencies, and add arm64 build targets.
Bugs Fixed
-
Ensure write transaction has been opened in integration test
We fix a spurious NPE that arises in the TextEditor integration test when a schema write is attempted before the write transaction is opened.
-
Set release compilation mode to optimized
We set the Bazel compilation mode for releases to
opt
.
Code Refactors
Other Improvements
-
Replace references to vaticle.com
-
Fix CircleCI release workflow job references
-
Update README.md