Skip to content

Commit

Permalink
v1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Feb 4, 2023
1 parent df0bfe5 commit 118ea80
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

1.51.0
-------

- fix optional sequence query param
- fix emory 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
- add exception logging in debug mode

1.50.2
------

Expand Down
23 changes: 8 additions & 15 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.50.2"
version = "1.51.0"
description = "Performant, light and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 118ea80

Please sign in to comment.