Skip to content

Releases: typedb/typedb-studio

Grakn Workbase 2.0.2

14 Apr 13:16
6d73bbc
Compare
Choose a tag to compare

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

06 Apr 18:29
5b11348
Compare
Choose a tag to compare

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

31 Mar 19:11
65e9cd6
Compare
Choose a tag to compare

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

17 Mar 14:07
Compare
Choose a tag to compare

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

16 Mar 18:33
Compare
Choose a tag to compare

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

12 Mar 17:24
9ac9951
Compare
Choose a tag to compare

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

01 Sep 11:46
Compare
Choose a tag to compare

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 the grakn-core-artifact.

Grakn Workbase 1.3.5

20 Jul 16:08
Compare
Choose a tag to compare

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

13 Jul 16:05
Compare
Choose a tag to compare

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 and offset modifiers are now appended to the query as expected.
    This avoids displaying the unsupported query error message for supported match get queries with multiple get variables.

Other Improvements

  • New Grakn Workbase Logo

Grakn Workbase 1.3.3

02 Jul 20:58
Compare
Choose a tag to compare

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.