Skip to content

TypeDB Protocol 2.16.0

Compare
Choose a tag to compare
@vaticle-bot vaticle-bot released this 09 Mar 10:03
ec79a18

Documentation: https://docs.vaticle.com/docs/client-api/

Distribution

For Java through Maven

Available from https://repo.vaticle.com

<repositories>
    <repository>
        <id>repo.vaticle.com</id>
        <url>https://repo.vaticle.com/repository/maven/</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupid>com.vaticle.typedb</groupid>
        <artifactid>typedb-protocol</artifactid>
        <version>2.16.0</version>
    </dependency>
</dependencies>

For Python through PyPI

Available from https://pypi.org/project/typedb-protocol/

pip install typedb-protocol

For Node.js through npm

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

npm install typedb-protocol

or

yarn install typedb-protocol

New Features

  • Password policy and user management improvement

    We've added two protobuf messages and modified one, enabling us to provide password policy features to TypeDB Cluster. See the PR for further information: vaticle/typedb-cloud#456

Bugs Fixed

Code Refactors

Other Improvements

  • Bump VERSION to 2.16.0

  • NPM snapshot deployment uses username/password

  • Bump dependencies to obtain fixed deployment rules

  • Regenerate maven dependencies

  • Fix reference to cargo sync tool in root BUILD

  • Fix BUILD

  • Update @vaticle_dependencies

  • Migrate to crate-universe

    We update dependencies and the Bazel build files to reflect the new style of crate imports using crate-universe instead of cargo-raze.