Releases: permitio/fastapi_websocket_rpc
Releases · permitio/fastapi_websocket_rpc
0.1.29
What's Changed
- workflow to release package to pypi by @EliMoshkovich in #53
- Add
requirements.txt
to the source distribution and remove the unused parameter fromsetup.cfg
by @mberdyshev in #55 - Allow tenacity>=9 by @jbornschein in #54
- [Snyk] Security upgrade fastapi from 0.103.2 to 0.109.1 by @asafc in #34
New Contributors
- @EliMoshkovich made their first contribution in #53
- @jbornschein made their first contribution in #54
Full Changelog: 0.1.28...0.1.29
0.1.28
What's Changed
- Move uvicorn to the tests dependencies by @mberdyshev in #50
- Refactor websockets dependencies: move the optional dependency to extras and unite imports by @mberdyshev in #51
- Up version for release by @orweis in #52
New Contributors
- @mberdyshev made their first contribution in #50
Full Changelog: 0.1.27...0.1.28
v0.1.27
v0.1.26
What's Changed
- Added websocket client handler, and websocket-client module by @antoinetran in #32
- Allow more recent websockets version by @Graeme22 in #35
- Remove WebsocketRPCEndpoint.on_connect by @5p4k in #40
New Contributors
- @antoinetran made their first contribution in #32
- @Graeme22 made their first contribution in #35
- @5p4k made their first contribution in #40
Full Changelog: 0.1.25...0.1.26