0.17.0a1
Pre-release
Pre-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
toValidationContext
#472 - Fix PATH_PARAMETER_PATTERN for DRF default value pattern. #468
- Fix falcon response data none #471
Backward incompatibilities
request
parameter forvalidate_request
shortcut function moved to first positionrequest
andresponse
parameters forvalidate_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 toSecurityNotFound