Skip to content

Releases: acaloiaro/neoq

v0.34.0

28 Sep 00:13
Compare
Choose a tag to compare

Changelog

Bug fixes

  • fab0736 fix(ci): Fixed github actions tests on PRs

Others

  • 52e118e chore(test): Adding a test for multiple consumers with the pg backend.

v0.33.0

26 Sep 14:38
Compare
Choose a tag to compare

Changelog

Bug fixes

  • a17ea73 fix: Bare 'make' fails due to go vet

v0.32.0

24 Sep 19:57
43c2bf0
Compare
Choose a tag to compare

Changelog

Others

v0.31.0

24 Sep 19:30
Compare
Choose a tag to compare

Changelog

Others

v0.30.0

22 Sep 13:41
Compare
Choose a tag to compare

Changelog

Users on v0.23.0 to v0.29.0 and using the postgres backend are encouraged to upgrade to this Release to fix a bug which could allow multiple workers to pick up the same job. The conditions for multiple workers to pick up the same job are when neoq is shutdown and restarted with a non-empty Postgres queue.

Features

  • 040c0de fix: Revert "feat: Hold connections and transactions for less time"

Others

  • 6a368e0 Make multiple queue test less finicky

v0.29.0

18 Sep 23:35
dbda88a
Compare
Choose a tag to compare

Changelog

Others

v0.28.0

18 Sep 23:34
30c9da5
Compare
Choose a tag to compare

Changelog

Others

v0.27.0

16 Sep 22:15
Compare
Choose a tag to compare

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

v0.26.0

09 Sep 15:14
18b811f
Compare
Choose a tag to compare

Changelog

Others

v0.25.0

09 Sep 09:44
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 41b39d5 fix: Use neoq-specific schema migrations able