6.1.1

vanna-ai/vanna6.1.1Mar 24, 2025by hurl-bot

AI Summary

This release addresses several bugs in the Hurl project, focusing on hurlfmt formatting, filename parsing, and JSON evaluation logic. It includes fixes for array wildcards and predicate functions.

Key Highlights

  • Fixed hurlfmt spacing issues
  • Corrected filename parsing logic
  • Resolved jsonpath array wildcard errors with missing attributes
  • Fixed 'contains' predicate behavior with no input

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)