Skip to content

Releases: litestar-org/litestar-saq

v0.8.0

Choose a tag to compare

@cofin cofin released this 03 Jun 21:07
bb9d443

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

Full Changelog: v0.7.1...v0.8.0

v0.7.1

Choose a tag to compare

@cofin cofin released this 03 Mar 02:25
ae058a3

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

Choose a tag to compare

@cofin cofin released this 03 Feb 18:35
9f9ac11

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

Choose a tag to compare

@cofin cofin released this 21 Jan 05:56
506b42d

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

Choose a tag to compare

@cofin cofin released this 21 Dec 01:12
0a8409a

What's Changed

  • fix: Replace catch-all route pattern with explicit SPA routes by @cofin in #79
  • fix: Resolve GitHub issues #76, #75, and #74 by @cofin in #80

Full Changelog: v0.6.2...v0.6.3

v0.6.2

Choose a tag to compare

@cofin cofin released this 03 Dec 21:00
2846bb2

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

Choose a tag to compare

@cofin cofin released this 03 Dec 18:34
8e24f30

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

Choose a tag to compare

@cofin cofin released this 02 Dec 23:39
cdf862a

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 structlog context configuration for workers by @cofin in #62
  • feat: implement lifecycle hooks for SAQ workers by @cofin in #63
  • feat: monitored_job decorator 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.0 by @cofin in #66
  • feat: Add OpenTelemetry instrumentation support by @cofin in #67

New Contributors

Full Changelog: v0.5.3...v0.6.0

v0.5.3

Choose a tag to compare

@cofin cofin released this 05 May 14:53

What's Changed

  • feat: bump minimum saq version to v0.24.4 by @cofin in #49

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@cofin cofin released this 13 Apr 02:06

What's Changed

Full Changelog: v0.5.1...v0.5.2