Skip to content

Releases: acaloiaro/neoq

v0.71.0

27 Jan 16:20
Compare
Choose a tag to compare

Changelog

Features

  • 08ccf0f feat: make pendings job processing resilient to connection loss

v0.70.3

26 Jan 00:49
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 17c86fa fix: execessive connection usage when monitoring pending jobs

v0.70.2

25 Jan 21:01
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 3b3a7fe fix(postgres): jobs may never get processed if no workers hear the initial announcement

Others

  • 245711b chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0

v0.70.1

22 Dec 15:28
a002d3f
Compare
Choose a tag to compare

Changelog

Bug fixes

  • ef93e68 fix: don't force serial job execution on single-CPU systems

Others

  • a002d3f chore: fix svu install in github action
  • 0ef3446 chore: use svu for versioning

v0.70.0

15 Aug 17:06
dbe8589
Compare
Choose a tag to compare

Changelog

Features

v0.69.0

25 Jul 15:44
Compare
Choose a tag to compare

Changelog

Others

  • 54f3364 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0

v0.68.0

13 Jun 15:54
Compare
Choose a tag to compare

Changelog

Features

  • 9e3e803 feat: log job_id regardless of error

v0.67.0

07 Jun 14:22
Compare
Choose a tag to compare

Changelog

Features

  • a6f7fbc feat: Add public jobs.WithJobContext()

v0.66.0

23 Apr 14:41
Compare
Choose a tag to compare

Changelog

Features

  • 37b6732 feat: Automatically reconnect when the PG listener connection fails

v0.65.0

16 Apr 19:53
Compare
Choose a tag to compare

Changelog

Features

  • 0105403 feat: add support for recovery callbacks