Skip to content

Commit

Permalink
v1.51.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Feb 28, 2023
1 parent b24964a commit fbe51fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/release-notes/changelog_1.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
1.x Changelog
=============

1.51.6
------

- Fix optional query parameter openapi schema generation

1.51.5
------

Expand Down Expand Up @@ -30,7 +35,7 @@
-------

- fix optional sequence query param
- fix emory leak in logging middleware
- fix memory leak in logging middleware
- add missing CORS headers on exception responses
- configure logger and force "DEBUG" level in debug mode
- allow on-app-init hooks to modify initial state
Expand Down
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.51.5"
version = "1.51.6"
description = "Performant, light and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit fbe51fb

Please sign in to comment.