Releases: cirospaciari/socketify.py
Releases · cirospaciari/socketify.py
v0.0.31
v0.0.30
Fix ASGI regrssion.
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- fix high cpu consumption in idle mode by @CarlosEduR in #198
New Contributors
- @CarlosEduR made their first contribution in #198
Full Changelog: v0.0.28...v0.0.29
v0.0.28 Fix lifespan and cpu
Added idle_relaxation_time
option see #152
Fix on_start/on_shutdown now litestar works with socketify
Fix redirect delay
What's Changed
- docs: adds RHEL/OEL based Linux install + markdown linting by @cofin in #138
- Update WS Documentation by @wrieg123 in #145
- Fix Response.send_chunk() and helpers.sendfile() by @mikesway in #150
- Remove unused import in example by @domoritz in #157
- Fix typo in routes docs by @domoritz in #165
- Update getting-started.md by @leunga1000 in #175
- Adding traceback info to the default error log by @leunga1000 in #176
- Fix variable naming issue inside listen method by @iiPythonx in #180
- fix on_start and on_stop by @cirospaciari in #191
- new relaxing mode by @cirospaciari in #192
New Contributors
- @cofin made their first contribution in #138
- @wrieg123 made their first contribution in #145
- @mikesway made their first contribution in #150
- @domoritz made their first contribution in #157
- @leunga1000 made their first contribution in #175
- @iiPythonx made their first contribution in #180
Full Changelog: v0.0.27...v0.0.28
v0.0.27 Fix Custom Task
actually fix tasks now
v0.0.26 Fix Custom Task
Work in progress for v0.1.0:
Full Changelog: v0.0.25...v0.0.26
v0.0.25 Fix SIGINT
Work in progress for v0.1.0:
Full Changelog: v0.0.23...v0.0.24
v0.0.24 Upgrade to uWS v20.44.0
What is changed in uWebSockets:
- uWS never cared to optimize non-SSL, non-compressed semi-big WebSocket message sending, and so was a bit slower than what denoland/fastwebsockets v0.4.2 presented. This release adds such optimization and is now reliably and significantly faster in all cases.
- A few optimizations to the WebSocketProtocol.h.
- Fixes an edge case where URI querystrings with keys with no value gets interpreted as invalid querystring.
- Fixes an edge case where calling HttpResponse::upgrade inside HttpResponse::cork from inside a callback would crash.
- Properly uncork on large message backpressure
Work in progress for v0.1.0:
Full Changelog: v0.0.23...v0.0.24
v0.0.23 - async wrapper fixes
What is changed in socketify:
Fix async close wrappers
Work in progress for v0.1.0:
Full Changelog: v0.0.22...v0.0.23
v0.0.22 - Python 3.7 goes EOL today
What is changed in socketify:
Drop support for Python 3.7: https://devguide.python.org/versions/
Work in progress for v0.1.0:
Full Changelog: v0.0.21...v0.0.22