Release notes:
- Improve fuzzers description to be more comprehensible
- Make logging less verbose out of the box
- Change
--checkHeadersto-Ain order to use-Hfor headers across all commands and sub-commands - Add possibility to supply headers using
-H(similar to curl) - Add possibility to supply headers using
-Hto override headers when usingcats replay - Add possibility to supply wildcard paths in
--pathsand--skipPaths - Fix failure when request didn't have body, but cats was trying to match post and delete
- Fix info reporting when
--skipReportingForIgnoredis enabled. Now tests are marked as ignored - Remove SpecialFuzzers from the default run
- Add Custom User Dictionary Fuzzer for headers:
UserDictionartyFieldsFuzzerandUserDictionaryHeadersFuzzer. They are enabled when using--words:cats -contract=<CONTRACT> --server=<SERVER> --words=<CUSTOM_DICTIONARY>