File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Next release
2
2
3
+ * Add support for WebSockets with dependencies and parameters.
4
+ * Support included for:
5
+ * ` Depends `
6
+ * ` Security `
7
+ * ` Cookie `
8
+ * ` Header `
9
+ * ` Path `
10
+ * ` Query `
11
+ * ...as these are compatible with the WebSockets protocol (e.g. ` Body ` is not).
12
+ * [ Updated documentation for WebSockets] ( https://fastapi.tiangolo.com/tutorial/websockets/ ) .
13
+ * PR [ #178 ] ( https://github.com/tiangolo/fastapi/pull/178 ) by [ @jekirl ] ( https://github.com/jekirl ) .
14
+
3
15
* Upgrade the compatible version of Pydantic to ` 0.26.0 ` .
4
16
* This includes JSON Schema support for IP address and network objects, bug fixes, and other features.
5
17
* PR [ #247 ] ( https://github.com/tiangolo/fastapi/pull/247 ) by [ @euri10 ] ( https://github.com/euri10 ) .
You can’t perform that action at this time.
0 commit comments