What's Changed * Adds `examples/` and `examples/tests`. by peterschutt in https://github.com/starlite-api/starlite/pull/392 * Removes import from pydantic-openapi-schema `v3_0_3` subpackage. by peterschutt in https://github.com/starlite-api/starlite/pull/429
What's Changed * remove empty aliases by samuelcolvin in https://github.com/starlite-api/starlite/pull/402 * Ref docs by peterschutt in https://github.com/starlite-api/starlite/pull/405 * Issue 396: updated upload file schema by Goldziher in https://github.com/starlite-api/starlite/pull/403 * Issue 395 add name kwarg to route handlers and reverse function by Goldziher in https://github.com/starlite-api/starlite/pull/407 * Issue 400: Add support for OpenAPI Security Scheme by Goldziher in https://github.com/starlite-api/starlite/pull/410 * Adds Example Applications section to README and index.md by peterschutt in https://github.com/starlite-api/starlite/pull/413
New Contributors * samuelcolvin made their first contribution in https://github.com/starlite-api/starlite/pull/402
What's Changed * Refactor: Simplified and improved brotli compression middleware typing. by cofin in https://github.com/starlite-api/starlite/pull/388 * update: Extended `PluginProtocol` with an `on_app_init` method (Issue 398) by Goldziher in https://github.com/starlite-api/starlite/pull/399
What's Changed * Export starlite cookie to header and use it in CSRF middleware and OpenAPI response by seladb in https://github.com/starlite-api/starlite/pull/382 * Fix for duplicated detail in http exception str by peterschutt in https://github.com/starlite-api/starlite/pull/383 * Adds `skip_validation` flag to `Dependency` function. by peterschutt in https://github.com/starlite-api/starlite/pull/381 * Issue 289- eager eval of is async by Goldziher in https://github.com/starlite-api/starlite/pull/384 * Issue 385 cache is not thread safe by Goldziher in https://github.com/starlite-api/starlite/pull/386 * Fixes missing dependency exception under minimal install for brotli by peterschutt in https://github.com/starlite-api/starlite/pull/391
New Contributors * chicken-teriyaki-cup-rice made their first contribution in https://github.com/starlite-api/starlite/pull/387