Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Aug 13, 2022
1 parent 00b757b commit 15b7e52
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 32 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,10 @@
[1.10.1]

- fix: regression in StaticFiles of resolution of index.html in `html_mode=True`

[1.11.0]

- update: OpenAPIController to use render methods and configurable `root` class var @mobiusxs
- fix: `UploadFile` OpenAPI schema exception
- fix: `Stream` handling of generators
- refactor: http and path param parsing
62 changes: 31 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.1"
version = "1.11.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]>", "Cody Fincher <[email protected]>"]
Expand Down

0 comments on commit 15b7e52

Please sign in to comment.