What's Changed
- Add
MessagePack
support and serialization withmsgspec
by @provinzkraut in #891 - Fix logger propagation causing duplicate messages in logging middleware by @Goldziher in #923
- Fix mounted starlette apps require paths ending with slashes by @Goldziher in #925
- Fix OpenAPI spec generation for dynamic route handlers by @Goldziher in #917
- Fix OpenAPI support for custom responses with generic types by @Goldziher in #918
- Fix rate-limiting middleware handling of mount paths by @Goldziher in #922
- Fix TestClient handling of escaped ampersands in query params by @Goldziher in #919
Full Changelog: v1.44.0...v1.45.0