Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Releases: typedb/typedb-common

TypeDB Common 2.26.0

13 Dec 09:56
c2991f8
Compare
Choose a tag to compare

New Features

  • Improve entry point runner UX

    We provide a single server entry point for starting up both core and enterprise server, whichever happens to be installed. We also omit server or console from the usage help if it is not present to avoid confusion. See typedb/typedb#6942 for more details.

    We also improve the UX of the windows version of the entry point. Console no longer opens in a new window, --help is printed inline as expected, and in the event of the server failure, the logs are displayed to the user.

Bugs Fixed

Code Refactors

  • Replace all instances of 'enterprise' with 'cloud'

    We replace the term 'enterprise' with 'cloud', to reflect the new consistent terminology used throughout Vaticle.

Other Improvements

  • Update VERSION to 2.26.0

TypeDB Common 2.25.3

07 Nov 18:22
f03a3dc
Compare
Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update maven dependencies

  • Update VERSION to 2.25.3

  • Remove apt deployment

    We no longer deploy typedb-binary as a separate package, but rather a single package called typedb which contains server, console, and the binary. See typedb/typedb#6935.

TypeDB Common 2.25.0

31 Oct 17:17
Compare
Choose a tag to compare

New Features

  • Ensure TypeDB processes spawned by tests use the same java installation
    We ensure the TypeDB process spawned by the runner utility uses the same java version as the test. This avoids issues due to the runner using a different java installation from the host machine.

Bugs Fixed

Code Refactors

Other Improvements

  • Update VERSION to 2.25.0

TypeDB Common 2.24.16

11 Oct 11:41
5d78f57
Compare
Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update VERSION to 2.24.16

  • Remove stray printline

  • Relax yaml map key validation

TypeDB Common 2.24.15

10 Oct 15:21
Compare
Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update VERSION to 2.24.15

  • Allow null values in YAML objects

TypeDB Common 2.24.14

06 Oct 15:47
Compare
Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update VERSION to 2.24.14

  • Update dependencies with newer checkstyle coverage test

  • Update vaticle_dependencies

  • Fix factory automation yaml apt release

TypeDB Common 2.24.13

04 Oct 15:04
Compare
Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update VERSION to 2.24.13 and update dependencies

  • Port allocations sleep before returning

TypeDB Common 2.24.10

03 Oct 16:39
08b1003
Compare
Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Fix apt deployment and typedb binary formatting

    We update VERSION to 2.24.10, which will include correctly formatted bootup messages and a fixed apt deployment.

TypeDB Common 2.24.5

30 Sep 14:13
Compare
Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

  • Generalize native TypeDB Java tests and artifacts

    Instead of enumerating all possible platforms and artifacts in these rules, we now require the user to provide the mapping from platforms to artifacts.

Other Improvements

  • Update VERSION to 2.24.5

TypeDB Common 2.24.2

22 Sep 15:12
Compare
Choose a tag to compare

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update VERSION to 2.24.2

  • Fix formatting of bootup command