]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 24 May 2019 16:46:36 +0000 (20:46 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 24 May 2019 16:46:36 +0000 (20:46 +0400)
docs/release-notes.md

index 3b134fb98a8c0b933100e4be805feba29ab64bab..e69d19d24f8eaacfbdc092a4570e857fae1a80f8 100644 (file)
@@ -1,5 +1,17 @@
 ## Next release
 
+* Add support for WebSockets with dependencies and parameters.
+    * Support included for:
+        * `Depends`
+        * `Security`
+        * `Cookie`
+        * `Header`
+        * `Path`
+        * `Query`
+        * ...as these are compatible with the WebSockets protocol (e.g. `Body` is not).
+    * [Updated documentation for WebSockets](https://fastapi.tiangolo.com/tutorial/websockets/).
+    * PR [#178](https://github.com/tiangolo/fastapi/pull/178) by [@jekirl](https://github.com/jekirl).
+
 * Upgrade the compatible version of Pydantic to `0.26.0`.
     * This includes JSON Schema support for IP address and network objects, bug fixes, and other features.
     * PR [#247](https://github.com/tiangolo/fastapi/pull/247) by [@euri10](https://github.com/euri10).