Skip to content

TypeDB Protocol 3.7.0

Latest

Choose a tag to compare

@typedb-bot typedb-bot released this 02 Dec 17:35
3b75931

Documentation: https://typedb.com/docs/drivers/

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

  • Introduce version extension
    We introduce the "extension" field into the protocol. This introduces a finer notion of "compatibility" and makes the protocol aware of it.
    A driver-server pair is compatible if they are on the same protocol version, and the server extension version is atleast that of the client.

  • Introduce analyze options & add structure to GRPC row answers (#235)

Bugs Fixed

Code Refactors

Other Improvements