Skip to content

Releases: platformatic/job-queue

v0.5.0

26 Mar 08:58

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

24 Mar 13:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Mar 14:59

Choose a tag to compare

What's Changed

  • feat: Clean up job IDs from dedup cache when resultTTL expires by @mcollina in #37

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 Feb 10:59

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Feb 11:00

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Feb 09:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/platformatic/job-queue/commits/v0.1.0

v0.1.0-alpha.3

18 Feb 09:16

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

What's Changed

  • Add reliable queue library design document by @mcollina in #1
  • Phase 1: Project setup by @mcollina in #2
  • Phase 2: MemoryStorage implementation by @mcollina in #3
  • Fix MemoryStorage to use single EventEmitter by @mcollina in #4
  • Phase 3: Queue core implementation by @mcollina in #5
  • Phase 4: Request/Response Pattern Tests by @mcollina in #6
  • Phase 5: Reaper for stalled job recovery by @mcollina in #7
  • Phase 6: RedisStorage implementation by @mcollina in #8
  • Phase 9: Deduplication tests by @mcollina in #9
  • Phase 7: FileStorage implementation by @mcollina in #10
  • Phase 8: Integration tests by @mcollina in #11
  • Phase 10: Documentation & Polish by @mcollina in #12
  • Replace timer-based tests with event-driven patterns by @mcollina in #16
  • Review fixes: events, error serialization, and optimizations by @mcollina in #17
  • Fix race condition in FileStorage dequeue by @mcollina in #19
  • Add leader election for Reaper high availability by @mcollina in #18

New Contributors

Full Changelog: https://github.com/platformatic/job-queue/commits/v0.1.0-alpha.3