6.1.1
mishushakov/llm-scraper6.1.1Mar 24, 2025by hurl-bot
AI Summary
A maintenance release focused on fixing bugs related to formatting, parsing, and JSON path logic to improve the stability of the Hurl command-line tool.
Key Highlights
- Fixes for `hurlfmt` spacing and filename parsing.
- Fixes JSON path array wildcards when attributes are missing.
- Fixes predicate `contains` logic when input is null.
Full Release Notes
[6.1.1 (2025-03-19)](https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#6.1.1) ======================================================================================================================== Thanks to [@lu-zero](https://github.com/lu-zero), [@andrejohansson](https://github.com/andrejohansson), [@demostanis](https://github.com/demostanis), [@techfg](https://github.com/techfg), Bugs Fixed: * Fix hurlfmt spacing [#3839](https://github.com/Orange-OpenSource/hurl/issues/3839) * Fix filename parsing [#3848](https://github.com/Orange-OpenSource/hurl/issues/3848) * Fix jsonpath array wildcard with missing attribute [#3859](https://github.com/Orange-OpenSource/hurl/issues/3859) [#3869](https://github.com/Orange-OpenSource/hurl/issues/3869) * Fix predicate `contains` with none input [#3868](https://github.com/Orange-OpenSource/hurl/issues/3868)