Skip to content

cats-11.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 06:24
· 1 commit to 2d434ac3067bffcec50152f3907b6df047ddaca0 since this release
14f5a23
  • fix: Fix issue with progress not being displayed when request payload contained many fields
  • fix: Fix issue when UUIDs could not be generated in native binaries
  • fix: Fix for #128 for case insensitive regexes
  • feat: Add new linter to check relevant response codes have response bodies
  • fix: Fix for #125 caused by pattern also allowing empty strings
  • feat: Add new generator for state codes
  • feat: Add new generator for sort codes
  • feat: Add new generator for nationality
  • feat: Add new generator for bank account numbers
  • fix: Improve phone number generator to accommodate regexes starting with +
  • fix: Add lineOne as possible field name for line1 generator
  • feat: cats generate ... will output single json instead of array when one type of request possible
  • fix: Fix for #127 when contentType is declared globally
  • feat: Add new linter to detect duplicate operationIds
  • feat: Add new linter to detect empty path elements
  • fix: Mark null responses as matching schema
  • feat: Include additional potential monitoring endpoints to be displayed by cats stats sub-command
  • feat: Add 2 new fields fuzzers that are fuzzing field names and field values with zero length characters
  • fix: Add env. prefix to RELEASE_URL