Skip to content

Releases: typedb/typedb-console

TypeDB Console 2.8.0

22 Mar 14:57

Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Bazel Cache is disabled temporarily until SSL is fixed

  • Bump VERSION to 2.8.0 and use latest dependencies

  • Update the version of dependencies, typedb-common, and typedb-client-java

TypeDB Console 2.6.1

07 Jan 19:07
2876333

Choose a tag to compare

New Features

Bugs Fixed

  • Add transaction timeout option

Add transaction timeouts to the console options available. This allows users to manipulate the transaction timeout added in typedb/typedb-driver#364.

Code Refactors

Other Improvements

TypeDB Console 2.6.0

22 Dec 14:51

Choose a tag to compare

New Features

  • Allow TypeQL-style comments in scripts

We've added support for TypeQL-style comments in scripts. So, for example, you can now pass the following file to --script:

# create the database
database create social_network
transaction social_network schema write
source social_network_schema.tql
commit
  • UX improvements to transaction commits and concept deletion

We've added an indicator for uncommitted changes within a transaction. While you are in a transaction that has uncommitted changes, an asterisk (*) will now be displayed in the prompt.

Also, concept deletion is now more transparent; the number of concepts being deleted (or updated) is printed to the console now. This is particularly helpful for catching when there is a bug in the match query that might cause it to delete no concepts, or the wrong concepts.

Bugs Fixed

Code Refactors

Other Improvements

  • regenerate maven artifacts

  • bump dependencies

  • update to client-java 2.6.0 and VERSION to 2.6.0

  • Update wording of query timing information

  • Update build jobs to use Ubuntu 21.04

  • Update @vaticle_dependencies

  • Update @vaticle_dependencies and the release notes creation script

TypeDB Console 2.5.0

13 Oct 11:00
efa55ed

Choose a tag to compare

New Features

  • Source command is quiet by default
    We make the source command not use the pretty-printer or wait for results unless specified with the --print-answers flag, which is optional.

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Console 2.4.0

17 Sep 13:45

Choose a tag to compare

New Features

  • Autocomplete for commands
    Introduce context-aware autocomplete for interactive TypeDB Console sessions.

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Console 2.3.2

26 Aug 15:33
c0a7575

Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Console 2.3.1

19 Aug 10:07
a6604ab

Choose a tag to compare

New Features

Bugs Fixed

  • Fix APT package deployment
    Make APT package that we deploy installable again

Code Refactors

Other Improvements

TypeDB Console 2.3.0

26 Jul 17:28

Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Upgrade Java dependency for APT package
    Depend on Java 11 in APT package for consistency with TypeDB Server

TypeDB Console 2.1.3

24 Jun 18:05
4e6346f

Choose a tag to compare

New Features

Bugs Fixed

  • Allow update (match-delete-insert) queries to be run in console, which was unimplemented

Code Refactors

  • Fixed 'rollback' message

Other Improvements

TypeDB Console 2.1.2

07 Jun 17:30
f058181

Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements