🚀 Added
- Support arrays for headers & path parameters during the coverage phase.
🔧 Changed
- Make the
ignored_auth
stricter by always checking for the 401 status exactly instead of any non-200.
🐛 Fixed
- Missed generating booleans in some cases during the coverage phase.
- Populate
meta.parameter
in more cases during the coverage phase. - Incorrect quantifiers merging for some regex patterns.