]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes with UploadFile
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 3 Mar 2019 17:05:58 +0000 (21:05 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 3 Mar 2019 17:05:58 +0000 (21:05 +0400)
docs/release-notes.md

index d140ce527850c20d01b5cd1eb156f9b139defe59..8218eb370bae3db265c266dd00f272a4c683435b 100644 (file)
@@ -1,5 +1,11 @@
 ## Next
 
+* Add support for `UploadFile` in `File` parameter annotations.
+    * This includes a file-like interface.
+    * Here's the updated documentation for declaring <a href="https://fastapi.tiangolo.com/tutorial/request-files/#file-parameters-with-uploadfile" target="_blank"> `File` parameters with `UploadFile`</a>.
+    * And here's the updated documentation for using <a href="https://fastapi.tiangolo.com/tutorial/request-forms-and-files/" target="_blank">`Form` parameters mixed with `File` parameters, supporting `bytes` and `UploadFile`</a> at the same time.
+    * PR <a href="https://github.com/tiangolo/fastapi/pull/63" target="_blank">#63</a>.
+
 ## 0.6.4
 
 * Add <a href="https://fastapi.tiangolo.com/async/#very-technical-details" target="_blank">technical details about `async def` handling to docs</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/61" target="_blank">#61</a>.