Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 18:34
· 85 commits to main since this release
v0.9.0
dbc6f84

[0.9.0] - 2024-03-28

Features

  • Array slice selector. (#152)
    • Simple slicing: forward step and positive bounds.
      Includes an overhaul to how array transitions are compiled.

Performance

  • Improve performance of the index selector. (#138)
    • Added more structure and metadata to the automaton,
      improving perf of all queries in general (~6% thpt) and
      array-index queries in particular (~12% thpt).

Reliability

  • Run JSONPath Compliance Test Suite on basic queries.
    • CTS is now run in CI on queries that the engine supports.

Dependencies

  • Bump clap from 4.5.1 to 4.5.2
  • Bump thiserror from 1.0.57 to 1.0.58