Skip to content

Files

Latest commit

 

History

History
32 lines (17 loc) · 758 Bytes

RELEASE_NOTES_LATEST.md

File metadata and controls

32 lines (17 loc) · 758 Bytes

TypeQL Grammar and Language Library distributions for Rust

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

cargo add typeql@3.1.0-rc0

New Features

  • 3.0 distinct

    Added the distinct query pipeline stage.

Bugs Fixed

  • Allow duration literals without date component

    We modify the grammar to accept a duration_literal without a date component (e.g. PT1S) as per the standard.

Code Refactors

  • Restrict by grammar refactoring type_ref and named_type-

    Restrict by grammar refactoring type_ref and named_type

Other Improvements

  • Update dependencies to avoid conflicts with the server

    Update dependencies and the generated Cargo files for the newest version of the target repo.