Skip to content

feat(jq): upgrade jaq crates to latest stable versions#634

Merged
chaliy merged 1 commit intomainfrom
claude/issue-616-jaq-upgrade-TeSJP
Mar 15, 2026
Merged

feat(jq): upgrade jaq crates to latest stable versions#634
chaliy merged 1 commit intomainfrom
claude/issue-616-jaq-upgrade-TeSJP

Conversation

@chaliy
Copy link
Contributor

@chaliy chaliy commented Mar 15, 2026

Summary

  • Bump jaq-core to 2.2, jaq-std to 2.1, jaq-json to 1.1 (latest stable releases)
  • Picks up jaq security audit improvements and performance fixes
  • Add tests for paths/1 and getpath/1 filters available in jaq 2.x

Test plan

  • All 54 jq unit tests pass
  • Full test suite passes (cargo test --all-features)
  • cargo clippy clean
  • cargo fmt --check clean

Closes #616

Bump jaq-core to 2.2, jaq-std to 2.1, jaq-json to 1.1 for latest
security audit fixes and performance improvements. Add tests for
paths/1 and getpath/1 filters now available in jaq 2.x.

Closes #616
@chaliy chaliy merged commit 08b426d into main Mar 15, 2026
23 checks passed
@chaliy chaliy deleted the claude/issue-616-jaq-upgrade-TeSJP branch March 15, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(jq): Upgrade jaq crates to 2.3.x and bump reported version to jq-1.8

1 participant