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
UnmarshalContexttoValidationContext#472 - Fix PATH_PARAMETER_PATTERN for DRF default value pattern. #468
- Fix falcon response data none #471
Backward incompatibilities
requestparameter forvalidate_requestshortcut function moved to first positionrequestandresponseparameters forvalidate_responseshortcut 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. InvalidSecurityexception renamed toSecurityNotFound