This release adds 2 notable features for engineering teams evaluating rollout.
Published 1mo
CLI & Terminal
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
cli
jq
parser
rust
yaml
yq
Summary
AI summaryFirst release of yqr: a jq‑style YAML filter tool
Full changelog
First release, published to crates.io: https://crates.io/crates/yqr
yqr is a jq-style Swiss Army knife for YAML: it applies jq-like filter expressions to YAML documents, operating natively on YAML (no JSON round-trip).
M0 (foundation) feature set:
- Identity
., field access (.foo,.a.b,.["k"]) - Array indexing (
.[n], negative from end) and iteration (.[]) - Pipe (
a | b) and optional error suppression (f?) - CLI with
--raw-output, file/stdin input, jq-style exit codes
Install with cargo install yqr. Requires Rust 1.96+.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Yqr
All releases →Beta — feedback welcome: [email protected]