- Path parameters may now have default values (e.g., None) and are ignored when not supplied, enabling optional path parameters.
- FastAPI apps and routers can set a default response class for all endpoints.
- Support added for string-based type annotations and postponed evaluation via 'from __future__ import annotations'.