What's Changed
Bugfixes
- Make SessionAuth openapi_schema use backend_config.key by @asomethings in #934
- Support utf-8 encoded strings in form data by @NiclasHaderer in #946
- Fix 964: Jinja Template response ignores MediaType settings by @provinzkraut in #970
Changes
- Move
JinjaTemplateEngine
andMakoTemplateEngine
to contrib by @Goldziher in #949 - Update template config by @Goldziher in #955
New features
- Support for controlling Pydantic models' alias in OpenAPI Schema by @Goldziher in #959
- Support
Cookie
instances inResponse.set_cookie
by @provinzkraut in #969 - CLI by @provinzkraut in #936
Docs
- Add: Autorun examples by @provinzkraut in #943
- Add: Documentation for
TestClient.portal()
by @smithk86 in #932 - Change: Updated documentation for Guards by @cofin in #942
- Change: Restructure "The Starlite app" and "Custom responses" sections by @provinzkraut in #972
- Change: Minor Readme update by @provinzkraut in #950
- Change: Update migration guide, add framework feature comparison by @provinzkraut in #963
- Fix: Fix note block spacing in cache usage by @garburator in #94
- Fix: Fix missing colons in framework feature comparison by @asomethings in #968
New Contributors
- @asomethings made their first contribution in #934
- @garburator made their first contribution in #944
- @NiclasHaderer made their first contribution in #946
Full Changelog: v1.45.1...v1.46.0