This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Releases: pyropy/fastapi-socketio
Releases · pyropy/fastapi-socketio
0.0.10
What's Changed
- Add **kwargs to SocketManager by @adamlwgriffiths in #30
- small typo fix by @SavvasMohito in #36
New Contributors
- @adamlwgriffiths made their first contribution in #30
- @SavvasMohito made their first contribution in #36
Full Changelog: 0.0.9...0.0.10
0.0.9
Add async mode argument
- Add new argument for customising transport argument (
async_mode
), which defaults to valueasgi
.
Add enter and leave room
- Add enter and leave room functions
- Update CONTRIBUTORS.md
Fix package version
- Fix package version in setup.py file
Update package dependencies
- Update package dependencies and add them to setup.py ( #9 )
CORS support
- Added support for CORS
0.0.3a
Fix release issues
Finally resolve issues with releasing new versions. Update setup.py with new release tag.
Re-publish
Re-publish package in order to fix pip not serving new release.