Skip to content

v5.11.0

Compare
Choose a tag to compare
@stoplight-bot stoplight-bot released this 19 Jul 14:49
9aceeb6

5.11.0 (2024-07-19)

Features

  • 1813 start using 415 code for invalid content-types instead constantly inferring it (df475fc)
  • adds more standard compliant request body handling (#2260) (3b56cb7)
  • Allow JSON Schema Faker configuration in specification (b72dd03)
  • better validation for optional auth (#2401) (e2d9f0f)
  • deps: bump node from 16 to 18.20 (#2520) (4b175a6)
  • deps: bump xcode version (#2522) (939f749)
  • http: added support to Deprecation header for deprecated operations #1563 (1415319)
  • http: detect complex schema error, improve error message (#2327) (07af511)
  • proxy: add a flag to skip request validation (71d04c8)
  • STOP-243 - create prism instance with full spec (#2501) (ed41dca)
  • support circular refs (#1835) (d287dd7)

Bug Fixes