Skip to content

Commit 5c2828b

Browse files
committed
📝 Update release notes
1 parent b087246 commit 5c2828b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Next release
22

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+
315
* Upgrade the compatible version of Pydantic to `0.26.0`.
416
* This includes JSON Schema support for IP address and network objects, bug fixes, and other features.
517
* PR [#247](https://github.com/tiangolo/fastapi/pull/247) by [@euri10](https://github.com/euri10).

0 commit comments

Comments
 (0)