Added
- Added external documentation pointing to the official Problem details RFC in the Problem OpenAPI Schema
Changed
- `exc_type` simplified property returned in problem responses for unhandled errors (was `<class 'path.to.module.YourError'>`, now `path.to.module.YourError`)
- `null`/`None` values are now omitted from Problem response. Problem JSON Schema has been updated to reflect that
Fixed
- Constraints on Problem status code (`100 <= status code < 600`) is now properly displayed in the Problem JSON Schema