Skip to content

Commit

Permalink
v1.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraub committed Nov 30, 2022
1 parent f6150cc commit 40e3945
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

[1.43.1]

- support legacy OpenAPI file upload format
- fix cookie caching issues
- honour documentation_only flag for cookies
- change `StructLoggingConfing.processor` type hint to `List`
- remove `SessionAuth` import

[1.43.0]

- add security module and JWT auth contrib
Expand Down
37 changes: 34 additions & 3 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.43.0"
version = "1.43.1"
description = "Performant, light and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 40e3945

Please sign in to comment.