Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-13 | 2.0 kB | |
v0.0.28 Fix lifespan and cpu source code.tar.gz | 2024-07-13 | 5.8 MB | |
v0.0.28 Fix lifespan and cpu source code.zip | 2024-07-13 | 5.9 MB | |
Totals: 3 Items | 11.7 MB | 0 |
Added idle_relaxation_time
option see https://github.com/cirospaciari/socketify.py/issues/152
Fix on_start/on_shutdown now lifestar works with socketify
Fix redirect delay
What's Changed
- docs: adds RHEL/OEL based Linux install + markdown linting by @cofin in https://github.com/cirospaciari/socketify.py/pull/138
- Update WS Documentation by @wrieg123 in https://github.com/cirospaciari/socketify.py/pull/145
- Fix Response.send_chunk() and helpers.sendfile() by @mikesway in https://github.com/cirospaciari/socketify.py/pull/150
- Remove unused import in example by @domoritz in https://github.com/cirospaciari/socketify.py/pull/157
- Fix typo in routes docs by @domoritz in https://github.com/cirospaciari/socketify.py/pull/165
- Update getting-started.md by @leunga1000 in https://github.com/cirospaciari/socketify.py/pull/175
- Adding traceback info to the default error log by @leunga1000 in https://github.com/cirospaciari/socketify.py/pull/176
- Fix variable naming issue inside listen method by @iiPythonx in https://github.com/cirospaciari/socketify.py/pull/180
- fix on_start and on_stop by @cirospaciari in https://github.com/cirospaciari/socketify.py/pull/191
- new relaxing mode by @cirospaciari in https://github.com/cirospaciari/socketify.py/pull/192
New Contributors
- @cofin made their first contribution in https://github.com/cirospaciari/socketify.py/pull/138
- @wrieg123 made their first contribution in https://github.com/cirospaciari/socketify.py/pull/145
- @mikesway made their first contribution in https://github.com/cirospaciari/socketify.py/pull/150
- @domoritz made their first contribution in https://github.com/cirospaciari/socketify.py/pull/157
- @leunga1000 made their first contribution in https://github.com/cirospaciari/socketify.py/pull/175
- @iiPythonx made their first contribution in https://github.com/cirospaciari/socketify.py/pull/180
Full Changelog: https://github.com/cirospaciari/socketify.py/compare/v0.0.27...v0.0.28