Releases: litestar-org/litestar-saq
Releases · litestar-org/litestar-saq
Release list
v0.8.0
What's Changed
- refactor(web): migrate controllers to explicit FromPath markers by @cofin in #107
- fix: build SAQ workers inside child processes (Python 3.14 forkserver) by @hasansezertasan in #106
- feat: align with latest SAQ features and clean up dead code by @cofin in #108
New Contributors
- @hasansezertasan made their first contribution in #106
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- fix: TypeError on None values of shutdown_grace_period by @vikigenius in #94
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- fix: Reworked max shutdown calculation to include cancellation hard deadline by @vikigenius in #87
- feat: improve heartbeat implementation by @cofin in #88
- fix: resolve TypeError when using web_guards with build_controller by @cofin in #89
Full Changelog: v0.6.4...v0.7.0
v0.6.4
What's Changed
- feat: Allow passing of broker instance options by @vikigenius in #82
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
What's Changed
- fix: Reconfigure structlog stdlib logging in worker by @vikigenius in #72
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- fix: Create new event loop if it doesn't exist by @vikigenius in #69
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- chore(deps): bump amannn/action-semantic-pull-request from 5 to 6 by @dependabot[bot] in #51
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #50
- feat: Enabled new SAQ parameters for cancellation and cleanup by @vikigenius in #60
- feat: add missing upstream features by @cofin in #61
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #59
- chore(deps): bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #55
- chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #58
- chore: fix quickstart example by @Harshal6927 in #57
- feat: add
structlogcontext configuration for workers by @cofin in #62 - feat: implement lifecycle hooks for SAQ workers by @cofin in #63
- feat:
monitored_jobdecorator for automatic heartbeat by @cofin in #64 - fix: redis port 6397 -> 6379 by @HairlessVillager in #53
- feat: implement graceful shutdown for worker processes by @cofin in #65
- chore(release): bump to
v0.6.0by @cofin in #66 - feat: Add OpenTelemetry instrumentation support by @cofin in #67
New Contributors
- @vikigenius made their first contribution in #60
- @HairlessVillager made their first contribution in #53
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
New Contributors
- @dependabot made their first contribution in #48
Full Changelog: v0.5.2...v0.5.3