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