Skip to content

0.17.0a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@p1c2u p1c2u released this 23 Jan 11:01
· 676 commits to master since this release

Changelog

  • shortcuts high level public api expose #465
  • ParametersError context property deprecated #462
  • Spec.create deprecated #463
  • Validators refactor #457
  • Webhooks support #470
  • Rename UnmarshalContext to ValidationContext #472
  • Fix PATH_PARAMETER_PATTERN for DRF default value pattern. #468
  • Fix falcon response data none #471

Backward incompatibilities

  • request parameter for validate_request shortcut function moved to first position
  • request and response parameters for validate_response shortcut function moved to first and second position
  • Schema unmarshalling/validation returns Invalid* exception (InvalidData, InvalidParameter, InvalidRequestBody, InvalidHeader). Use __cause__ property to get root cause exception.
  • InvalidSecurity exception renamed to SecurityNotFound