Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Jun 21, 2022
1 parent 9804e42 commit 7211dee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,14 @@
- selective deduplication of openapi parameters @peterschutt
- raise improper configuration when user-defined generic type resolved as openapi parameter @peterschutt
- dependency function @peterschutt

[1.4.1]

- lots of housekeeping
- temporarily pin `mkdocs` to improve dark theme appearance
- `Provide` properly detects async `@classmethod` as async callables
- examples for using `pydantic-factories` for generating mock data. Thanks @vrslev
- `None` return value from handler with `204` has empty response content
- added example to docs for modifying the response using `MiddlewareProtocol`
- exception handlers configurable at each layer of the application
- better detection of async callables
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.4.0"
version = "1.4.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 7211dee

Please sign in to comment.