Releases: typedb/typedb-protocol
TypeDB Protocol 3.0.0-alpha-6
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@3.0.0-alpha-6For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@3.0.0-alpha-6or
yarn add typedb-protocol@3.0.0-alpha-6New Features
Bugs Fixed
Code Refactors
Other Improvements
TypeDB Protocol 3.0.0-alpha-3
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@3.0.0-alpha-3For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@3.0.0-alpha-3or
yarn add typedb-protocol@3.0.0-alpha-3New Features
- Add Query::Type to ConceptRowStream
Bugs Fixed
Code Refactors
Other Improvements
TypeDB Protocol 3.0.0-alpha-2
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@3.0.0-alpha-2For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@3.0.0-alpha-2or
yarn add typedb-protocol@3.0.0-alpha-2New 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
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@3.0.0-alpha-1For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@3.0.0-alpha-1or
yarn add typedb-protocol@3.0.0-alpha-1New 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
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@3.0.0-alpha-0For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@3.0.0-alpha-0or
yarn add typedb-protocol@3.0.0-alpha-0New Features
-
Implement TypeDB 3.0 protocol
-
Implement TypeDB 3.0 protocol refinements
Bugs Fixed
Code Refactors
Other Improvements
TypeDB Protocol 2.28.4
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@2.28.4For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@2.28.4or
yarn add typedb-protocol@2.28.4New Features
Bugs Fixed
Code Refactors
Other Improvements
- Update dependencies for TypeScript rules build
TypeDB Protocol 2.28.0
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@2.28.0For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@2.28.0or
yarn add typedb-protocol@2.28.0New Features
Bugs Fixed
Code Refactors
Other Improvements
- Replace AGPL v3.0 with MPL 2.0
TypeDB Protocol 2.26.6
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@2.26.6For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@2.26.6or
yarn add typedb-protocol@2.26.6New Features
Bugs Fixed
Code Refactors
Other Improvements
-
Explicitly install python tool dependencies
Since the upgrade to rules-python v0.24 (typedb/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
dependenciesrepo 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/grpcto refer to@vaticle_dependencies//builder/proto_grpcinstead. See typedb/typedb-dependencies#492. -
Simplify github templates
TypeDB Protocol 2.26.6-rc0
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@2.26.6-rc0For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@2.26.6-rc0or
yarn add typedb-protocol@2.26.6-rc0New Features
Bugs Fixed
Code Refactors
Other Improvements
-
Explicitly install python tool dependencies
Since the upgrade to rules-python v0.24 (typedb/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
dependenciesrepo 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/grpcto refer to@vaticle_dependencies//builder/proto_grpcinstead. See typedb/typedb-dependencies#492. -
Simplify github templates
TypeDB Protocol 2.25.2
Documentation: https://typedb.com/docs/clients/2.x/clients
Distribution
For Rust through crates.io
Available from https://crates.io/crates/typedb-protocol
cargo add typedb-protocol@2.25.2For Node.js through npm
Available from https://www.npmjs.com/package/typedb-protocol
npm install typedb-protocol@2.25.2or
yarn add typedb-protocol@2.25.2New Features
Bugs Fixed
Code Refactors
Other Improvements
- Update build dependencies