Skip to content

cats-12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 16:58
· 3 commits to 8ad857dc7ced8d6de0d6bc702e4f4cd7946a34a5 since this release
2eb75bd
  • feat: Display current path/total paths in command line
  • feat: Add possibility to specify run order of paths
  • fix: Cache additionalProperties in order to avoid cyclic calls
  • fix: Decrease size for OverflowMapSizeFuzzer as it lead to outofmemory
  • fix: Fix issue with cyclic dependencies on additionalProperties
  • feat: After CATS runs, print number of errors by error reason
  • fix: Fix issue in swagger-parser with array query params with inline schemas
  • fix: Fix parsing JSON issues for keys like filters[]
  • fix: Query parameters that have cross path references to inline array schemas are now properly solved
  • feat: Add additional data to be displayed in the summary report: number of paths and average execution time
  • feat: Properly parse strings which are actually escaped JSONs
  • fix: Prevent stackoverflow issue when schema was referring itself
  • feat: Reorganize summary page to include tests execution chart and additional details
  • fix: Fix issues with cross-path param reference and empty title inline schemas
  • fix: Improve cross-path reference solving for ApiResponses
  • feat: Introduce support for cross-path components references like #/paths/~1v2~11-clicks/get/responses/200/headers/ratelimit-limit