-
Fix broken link in docs about OAuth 2.0 with scopes. PR #275 by @dmontagu.
-
Refactor param extraction using Pydantic
Field
:- Large refactor, improvement, and simplification of param extraction from path operations.
- Fix/add support for list query parameters with list defaults. New documentation: Query parameter list / multiple values with defaults.
- Add support for enumerations in path operation parameters. New documentation: Path Parameters: Predefined values.
- Add support for type annotations using
Optional
as inparam: Optional[str] = None
. New documentation: Optional type declarations. - PR #278.