Releases: typedb/typedb-studio
Grakn Workbase 2.0.2
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
New Features
Bugs Fixed
Code Refactors
Other Improvements
- Bump grakn-client to 2.0.1
Bump grakn-client to 2.0.1
Grakn Workbase 2.0.1
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
New Features
Bugs Fixed
Fix an issue that appears when using the Explain
functionality.
Code Refactors
Other Improvements
Grakn Workbase 2.0.0
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
New Features
- Upgrade grakn client and implement explanation
Upgrade grakn client and implement explanation.
Bugs Fixed
Code Refactors
Other Improvements
Grakn Workbase 2.0.0-alpha-3
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
## New Features
## Bugs Fixed
- **Upgrade @graknlabs_dependencies**
Allow Homebrew deployment of Workbase
- **Cleanup Brew deployment job**
Improve `deploy-brew` job to not do extraneous things.
## Code Refactors
## Other Improvements
Grakn Workbase 2.0.0-alpha-2
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
New Features
- Allow connecting to Grakn Cluster on login page.
Bugs Fixed
- Fixed double title bar being displayed on MacOS.
- Remove
get;
from template query. - Fixed entity type creation leaving schema transaction open in schema designer.
- Use schema session in schema designer consistently
- Fixed UX issues which cause subtypes of relations cannot be defined.
Code Refactors
Other Improvements
Grakn Workbase 2.0.0-alpha
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
New Features
- Upgrade workbase to 2.0
We upgraded Workbase to support Grakn 2.0. We can now perform schema and data queries against a Grakn 2.0 server (either Core or Cluster) and visualise the results and their neighbours.
Note that this is a breaking change and the software no longer supports the 1.x versions of Grakn. For legacy versions of Grakn, the previous releases of Workbase should be used.
Bugs Fixed
Code Refactors
Other Improvements
Grakn Workbase 1.3.6
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
- Attribute labels are no longer displayed below the relation nodes.
- The attribute value is now correctly displayed on the node while Load Roleplayers (in Query Settings) is enabled.
Other Improvements
- Removed the
grakn-core
dependency in favour of thegrakn-core-artifact
.
Grakn Workbase 1.3.5
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
-
Explanation of an inferred concept that has previously been visualised as part of a user query now works as expected.
-
Single quoted strings in Graql queries are now highlighted correctly as strings.
-
A node's label now includes selected attributes types whose instances are not owned by the subject node.
Grakn Workbase 1.3.4
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
- The
limit
andoffset
modifiers are now appended to the query as expected.
This avoids displaying the unsupported query error message for supportedmatch get
queries with multipleget
variables.
Other Improvements
- New Grakn Workbase Logo
Grakn Workbase 1.3.3
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
- A query that includes an unsupported Graql keyword (as an attribute value) is now allowed as a supported query.