Skip to content

TypeDB Protocol 2.10.0

Compare
Choose a tag to compare
@vaticle-bot vaticle-bot released this 25 May 17:31

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.10.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

Bugs Fixed

Code Refactors

Other Improvements

  • Update VERSION to 2.10.0

  • Revert "Explanation Conclusion should include non-retrievable concepts (#157)"

  • Explanation Conclusion should include non-retrievable concepts

Introduce a different answer type for conclusions inside explanations. This permits returning any concept, not only retrievable concepts, which is important for returning a thorough explanation due to unification.

  • Refine protocol message names

  • Rename 'export' to 'syntax' in ThingType protocol

  • Add Export message type to ThingType protocol