Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Jul 4, 2022
1 parent 75a35de commit 72b4d47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,9 @@
- fix order of exception handlers
- fix OpenAPI array items being double nested
- make `requests` and optional dependency @Bobronium

[1.5.1]

- add gzip middleware support
- raise exception on routes with duplicate path parameters @danesolberg
- fix dependency validation failure returning 400 (instead of 500)
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.5.0"
version = "1.5.1"
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 72b4d47

Please sign in to comment.