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