Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Jun 23, 2022
1 parent 50b2fa2 commit a5cbbb4
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 109 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,12 @@

[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
- fix `Provide` properly detects async `@classmethod` as async callables
- fix `None` return value from handler with `204` has empty response content
- update exception handlers to be configurable at each layer of the application
- add better detection of async callables

[1.4.2]

- fix `status_code` missing from exception OpenAPI documentation @timwedde
- fix exceptioin `extra` being mistyped in OpenAPI documentation
Loading

0 comments on commit a5cbbb4

Please sign in to comment.