Skip to content

Releases: developmentseed/cql2-rs

cql2-v0.5.5

22 Apr 00:03
4358040

Choose a tag to compare

Fixed

  • remove cargo groups (#205)

Other

  • (deps) bump sqlparser from 0.58.0 to 0.61.0 (#207)
  • (deps) bump jsonschema from 0.33.0 to 0.46.2 (#206)
  • (deps) bump geojson from 0.24.2 to 1.0.0 (#209)
  • (deps) bump geozero from 0.14.0 to 0.15.1 (#210)
  • (deps) bump geo from 0.31.0 to 0.33.1 (#208)
  • revert the versioning strategy
  • versioning-strategy for cargo (#211)
  • update wasm-bindgen in cargo.lock (#202)

cql2-cli-v0.5.5

22 Apr 00:03
4358040

Choose a tag to compare

Other

  • update Cargo.lock dependencies

cql2-v0.5.4

21 Apr 16:05
58eb46e

Choose a tag to compare

Fixed

  • dependabot for cargo (#200)

Other

  • (deps) bump the production-dependencies group with 12 updates (#201)
  • (deps-dev) update mkdocs-material requirement (#192)
  • (deps-dev) update ruff requirement from >=0.6.9 to >=0.15.10 (#193)
  • (deps) bump the github-actions group with 4 updates (#198)
  • dependabot groups (#197)
  • (deps) bump actions/setup-node from 6.3.0 to 6.4.0 (#196)
  • (deps) bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#182)
  • pin GitHub Actions to SHA digests (#181)
  • (deps) bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#177)
  • (deps) bump actions/download-artifact from 7 to 8 (#171)
  • (deps) bump actions/upload-artifact from 6 to 7 (#172)
  • (deps) bump actions/attest-build-provenance from 3 to 4 (#173)
  • (deps) bump the production-dependencies group across 1 directory with 12 updates (#169)

cql2-cli-v0.5.4

21 Apr 16:05
58eb46e

Choose a tag to compare

Other

  • update Cargo.toml dependencies

cql2-v0.5.3

04 Feb 20:23
463bb33

Choose a tag to compare

Fixed

  • use flags, not values, for validate and reduce in CLI (#165)

Other

  • (deps) bump the production-dependencies group across 1 directory with 6 updates (#166)
  • (deps) bump the production-dependencies group across 1 directory with 4 updates (#163)
  • (deps) bump the production-dependencies group across 1 directory with 9 updates (#161)

cql2-cli-v0.5.3

04 Feb 20:23
463bb33

Choose a tag to compare

Fixed

  • use flags, not values, for validate and reduce in CLI (#165)

cql2-cli-v0.5.2

16 Jan 19:29
de11422

Choose a tag to compare

Other

  • update Cargo.lock dependencies

cql2-v0.5.1

05 Jan 16:04
b6a908f

Choose a tag to compare

Added

  • (wasm) add to_ducksql (#156)

Other

  • (deps) bump the production-dependencies group across 1 directory with 7 updates (#155)
  • (deps) bump the production-dependencies group across 1 directory with 6 updates (#154)
  • (deps) bump the production-dependencies group across 1 directory with 4 updates (#152)
  • (deps) bump actions/download-artifact from 6 to 7 (#147)
  • (deps) bump actions/create-github-app-token from 2.0.6 to 2.2.1 (#148)
  • (deps) bump actions/upload-artifact from 5 to 6 (#149)
  • (deps) bump the production-dependencies group across 1 directory with 5 updates (#150)

cql2-cli-v0.5.1

05 Jan 16:04
b6a908f

Choose a tag to compare

Other

  • update Cargo.toml dependencies

cql2-v0.5.0

08 Dec 21:37
311ffb9

Choose a tag to compare

Added

  • add str and repr (#122)
  • add version to python module (#121)

Fixed

  • (ci) remove locked check (#125)
  • it wasn't used anywhere and it was broken (#124)
  • (ci) update to latest npm for publishing
  • (ci) remove clean install from npm publish

Other

  • use release bot for releasing (#145)
  • (deps) bump the production-dependencies group across 1 directory with 3 updates (#144)
  • fix ci config (#143)
  • (deps) bump the production-dependencies group with 3 updates (#142)
  • add release-plz workflow (#140)
  • (deps) bump the production-dependencies group with 6 updates (#138)
  • (deps) bump actions/checkout from 5 to 6 (#134)
  • try groups (#136)
  • group dependencies (#135)
  • (ci) actually keep the locked check (#127)
  • (deps) bump actions/setup-node from 4 to 6 (#126)
  • (wasm) [breaking] Make WASM module interface more like Python module (#120)
  • update cargo lock

Changed

  • Normalized WASM interface to match Python API (#120)
    • Renamed CQL2 to Expr for consistency with Python
    • Changed Expr.matches() and Expr.reduce() to accept JS objects instead of strings
    • Changed Expr.to_json() to return JS objects instead of strings