Skip to content

TypeQL 2.28.6

Latest
Compare
Choose a tag to compare
@typedb-bot typedb-bot released this 05 Aug 11:08
2804f3d

TypeQL Grammar and Language Library distributions for Rust

Available through https://crates.io/crates/typeql.

cargo add typeql@2.28.6

TypeQL Grammar and Language Library distributions for Java

<repositories>
    <repository>
        <id>repo.typedb.com</id>
        <url>https://repo.typedb.com/public/public-release/maven/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.vaticle.typeql</groupId>
        <artifactId>typeql-grammar</artifactId>
        <version>2.28.6</version>
    </dependency>
    <dependency>
        <groupId>com.vaticle.typeql</groupId>
        <artifactId>typeql-lang</artifactId>
        <version>2.28.6</version>
    </dependency>
</dependencies>

TypeQL Grammar distribution for Python

Available through https://pypi.org

pip install typeql-grammar==2.28.6

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Use Universe manifest for features & version ranges of crates.io dependencies (#353)

  • Merge master into development after 2.28.5 release