Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Jun 30, 2022
1 parent befe208 commit da5b4cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,12 @@

- fix `status_code` missing from exception OpenAPI documentation @timwedde
- fix exceptioin `extra` being mistyped in OpenAPI documentation

[1.5.0]

- add layered middleware support
- update exception handlers to work in layers
- fix CORS headers and middlewares not processing exceptions
- fix order of exception handlers
- fix OpenAPI array items being double nested
- make `requests` and optional dependency @Bobronium
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlite"
version = "1.4.2"
version = "1.5.0"
description = "Light-weight and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = ["Na'aman Hirschfeld <[email protected]>", "Peter Schutt <[email protected]>"]
Expand Down

0 comments on commit da5b4cd

Please sign in to comment.