mirror of https://github.com/tiangolo/fastapi.git
📝 Update relase notes
This commit is contained in:
parent
c7db2ff858
commit
b3bb29afa8
|
|
@ -1,5 +1,7 @@
|
|||
## Latest changes
|
||||
|
||||
* Fix path and query parameters receiving `dict` as a valid type. It should be mapped to a body payload. PR [#287](https://github.com/tiangolo/fastapi/pull/287). Updated docs at: [Query parameter list / multiple values with defaults: Using `list`](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#using-list).
|
||||
|
||||
## 0.27.1
|
||||
|
||||
* Fix `auto_error=False` handling in `HTTPBearer` security scheme. Do not `raise` when there's an incorrect `Authorization` header if `auto_error=False`. PR [#282](https://github.com/tiangolo/fastapi/pull/282).
|
||||
|
|
|
|||
Loading…
Reference in New Issue