Releases: typedb/typedb-console
TypeDB Console 2.8.0
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
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
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
New Features
- Source command is quiet by default
We make thesource
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
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
New Features
Bugs Fixed
Code Refactors
Other Improvements
TypeDB Console 2.3.1
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
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
New Features
Bugs Fixed
- Allow update (match-delete-insert) queries to be run in console, which was unimplemented
Code Refactors
- Fixed 'rollback' message