Skip to content

TypeQL 2.28.0

Latest
Compare
Choose a tag to compare
@vaticle-bot vaticle-bot released this 11 Apr 16:20
ec2fae6

TypeQL Grammar and Language Library distributions for Rust

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

cargo add typeql@2.28.0

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.0</version>
    </dependency>
    <dependency>
        <groupId>com.vaticle.typeql</groupId>
        <artifactId>typeql-lang</artifactId>
        <version>2.28.0</version>
    </dependency>
</dependencies>

TypeQL Grammar distribution for Python

Available through https://pypi.org

pip install typeql-grammar==2.28.0

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update maven artifacts snapshot
    Update maven artifacts snapshot

  • Update README.md

  • Update typedb-behaviour and implement missing steps

  • Finish updating license tests, dependencies, last missed headers

  • Replace licenses with MPL version 2.0

  • Update banner.png for the README file

    Update the banner image in the README file.