Skip to content

jaq 2.3.0#229285

Merged
BrewTestBot merged 2 commits intomainfrom
bump-jaq-2.3.0
Jul 7, 2025
Merged

jaq 2.3.0#229285
BrewTestBot merged 2 commits intomainfrom
bump-jaq-2.3.0

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
This release brings many new filters, adapts a few existing filters to behave more like in original jq, and squashes a few bugs.

New filters

My personal highlight for this release is the new repl filter. It allows you to capture the current input and run different filters interactively.
Apart from this, a few new filters from upstream jq are now available in jaq. Thanks to @dnelson-1901 and @wader for contributing!

Behaviour changes

This release changes the behaviour of the recursion operator .. in updates: Previously, this operator could easily cause infinite loops if the right-hand side of an update with .. would produce a value that could be iterated over, such as an array or an object. With this release, this is now avoided, by performing .. updates from the leafs to the root instead of from the root to the leafs.

Bugs fixed

Miscellaneous

New Contributors

Full Changelog: 01mf02/jaq@v2.2.0...v2.3.0

View the full release notes at https://github.com/01mf02/jaq/releases/tag/v2.3.0.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jul 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2025

🤖 An automated task has requested bottles to be published to this PR.

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jul 7, 2025
@BrewTestBot BrewTestBot enabled auto-merge July 7, 2025 17:47
@BrewTestBot BrewTestBot added this pull request to the merge queue Jul 7, 2025
Merged via the queue into main with commit 9a2a163 Jul 7, 2025
17 checks passed
@BrewTestBot BrewTestBot deleted the bump-jaq-2.3.0 branch July 7, 2025 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants