Skip to content

Releases: typedb/typedb-protocol

TypeDB Protocol 3.0.0-alpha-6

18 Oct 13:29
94fdeb4
Compare
Choose a tag to compare
Pre-release

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Protocol 3.0.0-alpha-3

27 Sep 09:44
709bfd2
Compare
Choose a tag to compare
Pre-release

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

  • Add Query::Type to ConceptRowStream

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Protocol 3.0.0-alpha-2

20 Sep 20:19
7bfca38
Compare
Choose a tag to compare
Pre-release

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

  • Implement TypeDB 3.0 protocol

  • Implement TypeDB 3.0 protocol refinements

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Protocol 3.0.0-alpha-1

20 Sep 18:52
bfb7dd2
Compare
Choose a tag to compare
Pre-release

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

  • Implement TypeDB 3.0 protocol

  • Implement TypeDB 3.0 protocol refinements

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Protocol 3.0.0-alpha-0

20 Sep 16:27
0e6f422
Compare
Choose a tag to compare
Pre-release

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

  • Implement TypeDB 3.0 protocol

  • Implement TypeDB 3.0 protocol refinements

Bugs Fixed

Code Refactors

Other Improvements

TypeDB Protocol 2.28.4

13 Jun 11:53
f09d868
Compare
Choose a tag to compare

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update dependencies for TypeScript rules build

TypeDB Protocol 2.28.0

11 Apr 15:26
6626765
Compare
Choose a tag to compare

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Replace AGPL v3.0 with MPL 2.0

TypeDB Protocol 2.26.6

15 Feb 18:00
cd37503
Compare
Choose a tag to compare

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Explicitly install python tool dependencies

    Since the upgrade to rules-python v0.24 (typedb/dependencies#460), we are required to explicitly install python dependencies in the WORKSPACE file. The python tools happened to be unused, so these errors were not visible until the sync dependencies tool was restored.

  • Sync dependencies in CI

    We add a sync-dependencies job to be run in CI after successful snapshot and release deployments. The job sends a request to vaticle-bot to update all downstream dependencies.

    Note: this PR does not update the dependencies repo dependency. It will be updated automatically by the bot during its first pass.

  • Set up CI filters for master-development workflow

  • Migrate artifact hosting to cloudsmith
    Updates artifact deployment & consumption rules to use cloudsmith instead of the self-hosted sonatype repository.

  • Update grpc dependency labels

    We update all references to @vaticle_dependencies//builder/grpc to refer to @vaticle_dependencies//builder/proto_grpc instead. See typedb/dependencies#492.

  • Simplify github templates

TypeDB Protocol 2.26.6-rc0

29 Jan 19:01
db18f9f
Compare
Choose a tag to compare

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Explicitly install python tool dependencies

    Since the upgrade to rules-python v0.24 (typedb/dependencies#460), we are required to explicitly install python dependencies in the WORKSPACE file. The python tools happened to be unused, so these errors were not visible until the sync dependencies tool was restored.

  • Sync dependencies in CI

    We add a sync-dependencies job to be run in CI after successful snapshot and release deployments. The job sends a request to vaticle-bot to update all downstream dependencies.

    Note: this PR does not update the dependencies repo dependency. It will be updated automatically by the bot during its first pass.

  • Set up CI filters for master-development workflow

  • Migrate artifact hosting to cloudsmith
    Updates artifact deployment & consumption rules to use cloudsmith instead of the self-hosted sonatype repository.

  • Update grpc dependency labels

    We update all references to @vaticle_dependencies//builder/grpc to refer to @vaticle_dependencies//builder/proto_grpc instead. See typedb/dependencies#492.

  • Simplify github templates

TypeDB Protocol 2.25.2

03 Nov 14:32
a6540e9
Compare
Choose a tag to compare

Documentation: https://typedb.com/docs/clients/2.x/clients

Distribution

For Rust through crates.io

Available from https://crates.io/crates/typedb-protocol

For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

npm install [email protected]

or

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update build dependencies