Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.19.0 #1439

Merged
merged 19 commits into from Mar 9, 2022
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,14 @@
## 0.19.0

January, 28, 2022
Kludex marked this conversation as resolved.
Show resolved Hide resolved

#### Added

* Add `headers` parameter to `HTTPException` [#1435](https://github.com/encode/starlette/pull/1435).
Kludex marked this conversation as resolved.
Show resolved Hide resolved
* Internal responses with `405` status code insert an `Allow` header, as described by [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.5) [#1436](https://github.com/encode/starlette/pull/1436).
* The `content` argument in `JSONResponse` is now required [#1431](https://github.com/encode/starlette/pull/1431).
* Add custom URL convertor register [#1437](https://github.com/encode/starlette/pull/1437).
Kludex marked this conversation as resolved.
Show resolved Hide resolved

## 0.18.0

January 23, 2022
Expand Down