What's Changed
* Add `csrf_token` template callable, `csrf_input` context value and allow registering template callables by Goldziher in https://github.com/starlite-api/starlite/pull/598
* Add official trio support by provinzkraut in https://github.com/starlite-api/starlite/pull/586
* Add support for ConstrainedDate in OpenAPI schema generation by Goldziher in https://github.com/starlite-api/starlite/pull/589
* Add tox scripts for common commands by seladb in https://github.com/starlite-api/starlite/pull/579
* Fix `NoReturn` as allowed return typing for `delete` decorators by Goldziher in https://github.com/starlite-api/starlite/pull/588
* Fix documentation warnings by seladb in https://github.com/starlite-api/starlite/pull/580
* Fix signature model for dependency with `skip_validaiton` and `default`` by peterschutt in https://github.com/starlite-api/starlite/pull/595
* Update QueueListenerHandler to log to stderr by default by peterschutt in https://github.com/starlite-api/starlite/pull/594
New Contributors
* provinzkraut made their first contribution in https://github.com/starlite-api/starlite/pull/586
**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.27.0...v1.28.0