Releases: typedb/typedb-console
Grakn Console 1.0.3
New Features
Bugs Fixed
Code Refactors
Other Improvements
- Update gRPC to 1.24.1
Bump@graknlabs_build_toolsand@graknlabs_protocolversions
Upgrade gRPC Maven dependencies to 1.24.1; addgrpc-api
Update targets to depend ongrpc-api
Grakn Console 1.0.2
New Features
Bugs Fixed
-
Make history file optional.
Fix #7
Previously, Grakn Console would crash in case history file could not be created (possible reasons are user's home directory being non-present or mounted read-only) -
Remove Grakn Core Concept dependency.
-
Reflect Client/Server API and Concept split.
Since the split of client-java and server's interfaces to usegrakn.core.conceptversusgrakn.client.conceptvarious classes in console have to be refactored. Also enablesGraknConsoleITfor grakn console.
Code Refactors
-
New Delete Behavior.
-
Refactor how version is provided to deployment rules.
Adapt@graknlabs_consoleto latest changes in bazel-distribution (in particular, typedb/bazel-distribution#150)
Other Improvements
-
We've updated
graql,commonandprotocolwhich are depended byclient-java. -
Upgrade protocol and add README.
Grakn Console 1.0.1
New Features
Bugs Fixed
Code Refactors
Other Improvements
- Use release-validate-deps to ensure that Console depends on released versions of common, console, graql, protocol , and client-java.
We have added a validation step using//ci:release-validate-depsin order to ensure that console is releasable only if it depends on released versions of common, console, graql, protocol , and client-java.