Skip to content

Releases: typedb/typedb-tools

TypeDB Loader 3.12.0-rc2

26 Jun 15:12
c67811f

Choose a tag to compare

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.12.0-rc2

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Fix Windows deployment jobs

  • Fix CI

  • Add TypeQL Check binary

    Introduces typeql-check, a small standalone CLI that validates whether a string is a syntactically valid TypeQL query.

    Two ways to pass a query:

    # As an argument
    typeql-check "match $x isa person;"
    
    # From stdin
    cat query.tql | typeql-check
    echo "match $x isa person;" | typeql-check
  • Update dependencies to TypeDB repos

    Move lingering references to krishnangovindraj repos to point to typedb repos with updated commits

  • Trigger CI

  • CSV Loader for TypeDB

    • Add the new TypeDB Loader CLI tool, for loading CSV data into TypeDB
      • The loader uses the upcoming 'inputs' stage
    • Split the repo into two main subfolders - console and loader, containing the respective CLI tools
    • Migrate CI processes to use GitHub Actions
  • Set bazel cache size and age limit

TypeDB Loader 3.12.0-rc1

26 Jun 14:05
71fe928

Choose a tag to compare

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.12.0-rc1

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Fix Windows deployment jobs

  • Fix CI

  • Add TypeQL Check binary

    Introduces typeql-check, a small standalone CLI that validates whether a string is a syntactically valid TypeQL query.

    Two ways to pass a query:

    # As an argument
    typeql-check "match $x isa person;"
    
    # From stdin
    cat query.tql | typeql-check
    echo "match $x isa person;" | typeql-check
  • Update dependencies to TypeDB repos

    Move lingering references to krishnangovindraj repos to point to typedb repos with updated commits

  • Trigger CI

  • CSV Loader for TypeDB

    • Add the new TypeDB Loader CLI tool, for loading CSV data into TypeDB
      • The loader uses the upcoming 'inputs' stage
    • Split the repo into two main subfolders - console and loader, containing the respective CLI tools
    • Migrate CI processes to use GitHub Actions
  • Set bazel cache size and age limit

TypeDB Console 3.12.0-rc2

26 Jun 15:13
c67811f

Choose a tag to compare

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.12.0-rc2

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Fix Windows deployment jobs

  • Fix CI

  • Add TypeQL Check binary

    Introduces typeql-check, a small standalone CLI that validates whether a string is a syntactically valid TypeQL query.

    Two ways to pass a query:

    # As an argument
    typeql-check "match $x isa person;"
    
    # From stdin
    cat query.tql | typeql-check
    echo "match $x isa person;" | typeql-check
  • Update dependencies to TypeDB repos

    Move lingering references to krishnangovindraj repos to point to typedb repos with updated commits

  • Trigger CI

  • CSV Loader for TypeDB

    • Add the new TypeDB Loader CLI tool, for loading CSV data into TypeDB
      • The loader uses the upcoming 'inputs' stage
    • Split the repo into two main subfolders - console and loader, containing the respective CLI tools
    • Migrate CI processes to use GitHub Actions
  • Set bazel cache size and age limit

TypeDB Console 3.12.0-rc1

26 Jun 13:58
71fe928

Choose a tag to compare

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.12.0-rc1

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Fix Windows deployment jobs

  • Fix CI

  • Add TypeQL Check binary

    Introduces typeql-check, a small standalone CLI that validates whether a string is a syntactically valid TypeQL query.

    Two ways to pass a query:

    # As an argument
    typeql-check "match $x isa person;"
    
    # From stdin
    cat query.tql | typeql-check
    echo "match $x isa person;" | typeql-check
  • Update dependencies to TypeDB repos

    Move lingering references to krishnangovindraj repos to point to typedb repos with updated commits

  • Trigger CI

  • CSV Loader for TypeDB

    • Add the new TypeDB Loader CLI tool, for loading CSV data into TypeDB
      • The loader uses the upcoming 'inputs' stage
    • Split the repo into two main subfolders - console and loader, containing the respective CLI tools
    • Migrate CI processes to use GitHub Actions
  • Set bazel cache size and age limit

TypeQL Check 3.12.0-rc0

25 Jun 12:13
eec2bdd

Choose a tag to compare

Pre-release

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.12.0-rc0

New Features

  • Add TypeQL Check binary

    Introduces typeql-check, a small standalone CLI that validates whether a string is a syntactically valid TypeQL query.

    Two ways to pass a query:

    # As an argument
    typeql-check "match $x isa person;"
    
    # From stdin
    cat query.tql | typeql-check
    echo "match $x isa person;" | typeql-check

Bugs Fixed

Code Refactors

Other Improvements

  • Trigger CI

  • CSV Loader for TypeDB

    • Add the new TypeDB Loader CLI tool, for loading CSV data into TypeDB
      • The loader uses the upcoming 'inputs' stage
    • Split the repo into two main subfolders - console and loader, containing the respective CLI tools
    • Migrate CI processes to use GitHub Actions
  • Set bazel cache size and age limit

TypeDB Loader 3.12.0-rc0

25 Jun 08:11
72dccc6

Choose a tag to compare

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.12.0-rc0

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Fix Windows deployment jobs

  • Fix CI

  • Add TypeQL Check binary

    Introduces typeql-check, a small standalone CLI that validates whether a string is a syntactically valid TypeQL query.

    Two ways to pass a query:

    # As an argument
    typeql-check "match $x isa person;"
    
    # From stdin
    cat query.tql | typeql-check
    echo "match $x isa person;" | typeql-check
  • Update dependencies to TypeDB repos

    Move lingering references to krishnangovindraj repos to point to typedb repos with updated commits

  • Trigger CI

  • CSV Loader for TypeDB

    • Add the new TypeDB Loader CLI tool, for loading CSV data into TypeDB
      • The loader uses the upcoming 'inputs' stage
    • Split the repo into two main subfolders - console and loader, containing the respective CLI tools
    • Migrate CI processes to use GitHub Actions
  • Set bazel cache size and age limit

TypeDB Console 3.12.0-rc0

24 Jun 14:11
ffc0d25

Choose a tag to compare

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.12.0-rc0

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Fix Windows deployment jobs

  • Fix CI

  • Add TypeQL Check binary

    Introduces typeql-check, a small standalone CLI that validates whether a string is a syntactically valid TypeQL query.

    Two ways to pass a query:

    # As an argument
    typeql-check "match $x isa person;"
    
    # From stdin
    cat query.tql | typeql-check
    echo "match $x isa person;" | typeql-check
  • Update dependencies to TypeDB repos

    Move lingering references to krishnangovindraj repos to point to typedb repos with updated commits

  • CSV Loader for TypeDB

    • Add the new TypeDB Loader CLI tool, for loading CSV data into TypeDB
      • The loader uses the upcoming 'inputs' stage
    • Split the repo into two main subfolders - console and loader, containing the respective CLI tools
    • Migrate CI processes to use GitHub Actions
  • Set bazel cache size and age limit

TypeDB Console 3.11.5

26 May 21:29
85f55d1

Choose a tag to compare

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.11.5

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update TypeDB driver ref post-3.11.1
    Update TypeDB Driver ref to use the connection address provided by the user when the server does not return one.

TypeDB Console 3.11.1

20 May 21:40
13ac814

Choose a tag to compare

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.11.1

Breaking changes

This release breaks backwards compatibility.
This version is only compatible with TypeDB server versions >= 3.11.0.
Connections to older servers will be rejected.

New Features

  • Introduce TypeDB cluster support

    Add cluster support to TypeDB Console.

    • Support connecting to multi-server clusters via --address host1:port1,host2:port2,... (also accessible as --addresses).
    • Support address translation for clusters behind NAT/firewalls via --address-translation pub1=priv1,pub2=priv2,....
    • Add server command group in the REPL:
      • server version [address] — retrieve server distribution and version [from a specific machine].
      • server list [address] — list all servers with id, address, role, term, and availability status [from a specific machine].
      • server primary [address] — get the current primary server address [from a specific machine].
    • Database and user lists are now sorted alphabetically.
    • Add a 5-minute request timeout for all non-transactional operations.

    Breaking: --diagnostics-disable is renamed to --diagnostics-disabled to maintain the same naming convention for all arguments.

Bugs Fixed

Code Refactors

Other Improvements

  • Update cargo files
    Update cargo files with the latest dependencies to resolve previously merged conflict markers

  • Update Rust dependencies

TypeDB Console 3.11.0-rc1

13 May 14:45
4422a00

Choose a tag to compare

Breaking changes

This release breaks backwards compatibility.
This version is only compatible with TypeDB server versions >= 3.11.0.
Connections to older servers will be rejected.

Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.11.0-rc1

New Features

  • Introduce TypeDB cluster support

    Add cluster support to TypeDB Console.

    • Support connecting to multi-server clusters via --address host1:port1,host2:port2,... (also accessible as --addresses).
    • Support address translation for clusters behind NAT/firewalls via --address-translation pub1=priv1,pub2=priv2,....
    • Add server command group in the REPL:
      • server version [address] — retrieve server distribution and version [from a specific machine].
      • server list [address] — list all servers with id, address, role, term, and availability status [from a specific machine].
      • server primary [address] — get the current primary server address [from a specific machine].
    • Database and user lists are now sorted alphabetically.
    • Add a 5-minute request timeout for all non-transactional operations.

    Breaking: --diagnostics-disable is renamed to --diagnostics-disabled to maintain the same naming convention for all arguments.

Bugs Fixed

Code Refactors

Other Improvements

  • Update cargo files
    Update cargo files with the latest dependencies to resolve previously merged conflict markers

  • Update Rust dependencies