Sync CHANGELOG.md

This commit is contained in:
jcamiel 2023-07-03 17:18:48 +02:00 committed by hurl-bot
parent 3185167183
commit e35593a542
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D

View File

@ -12,6 +12,12 @@ Thanks to
[@devnoname120](https://github.com/devnoname120),
[@jasonkarns](https://github.com/jasonkarns),
Breaking Changes:
* The option [--retry](https://hurl.dev/docs/manual.html#retry) now takes a number that specifies the explicit number of retries (same behaviour than curl)
* The `jsonpath` query/filter does not coerce single-entry collection any more [#1469](https://github.com/Orange-OpenSource/hurl/issues/1469)
* `hurl` crate: `LoggerOptionsBuilder` replaces `LoggerOption`, retry option from `RunnerOptionsBuilder` have changed, and verbose option have been moved from `RunnerOptionsBuilder` to `LoggerOptionsBuilder`
Enhancements: