- **Breaking:** Require Flask 1.0 or newer (213)
- **Breaking:** Convert all Werkzeug `HTTPException` instances to JSON error responses, not just instances of the built-in exception types (213)
- **Feature:** Support setting `RESTY_TRAP_API_ERRORS` on app configuration to trap API errors for debugging (213)
- **Bugfix:** Include default error code and details when raising an `ApiError` with only a status code (213, 14)