Skip to content

v0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 22:15
· 57 commits to main since this release

Changelog

BREAKING CHANGES

  • 23098bc break: Move queue name into Handler

Bug fixes

  • bf2e07c fix: Accumulation of cancel() funcs enqueueing on pg backend
  • 5f01b4e fix: Fix naked return in memory backend StartCron

Features

  • 69f57ca feat: Disallow adding items to the unnamed queue
  • d66905f feat: ensure memory backend exits gracefully during Shutdown()

Maintenance

  • f2ccb00 maint: Remove dead code from pg backend
  • 84c2aaa maint: Update README to point at Getting Started wiki