Skip to content

Releases: vgarvardt/gue

v3.2.0

11 Oct 16:06
32b91d7
Compare
Choose a tag to compare
  • Worker PollSrategy option to improve DB performance for cases when Job priority is not used (#40 by @Del-sama)

v3.1.0

09 Sep 18:01
959444b
Compare
Choose a tag to compare

v3.0.0

26 Aug 20:13
e726647
Compare
Choose a tag to compare
  • WorkFunc accepts context.Context as the first parameter (#37, @karan-balu)
  • libpq.Tx is not exposed any more as it has builder
  • all deps bumped to the current latest stable versions

v2.2.1

04 Jun 18:38
f4c7a84
Compare
Choose a tag to compare
  • Fix tests and json support for pg/v10 adapter (#35, @tie)

v2.2.0

04 Jun 12:49
6a911bb
Compare
Choose a tag to compare
  • Added github.com/go-pg/pg/v10 adapter (#34, @tie)

v2.1.0

04 Jun 08:29
fda6949
Compare
Choose a tag to compare
  • Added Run method and deprecated Start (#32, @tie)
  • Bumped base dependencies to the latest stable versions

Updated pgx deps to the latest stable versions

02 Nov 16:34
362db6c
Compare
Choose a tag to compare
Merge pull request #27 from vgarvardt/hotfix/pgx4-version

Updated pgx deps to the latest stable versions

Builder function for libpq adapter.Tx

02 Nov 14:34
22646ad
Compare
Choose a tag to compare

To have an interface similar to other adapters (#25), thx to @zapo

Fixed EnqueueTx method name

27 Jun 21:03
2486f70
Compare
Choose a tag to compare

Hopefully no one installed v2.0.0 in the last half of an hour =(

Transaction-level locks and a lot of internal changes

27 Jun 20:31
6142800
Compare
Choose a tag to compare
Merge pull request #21 from vgarvardt/major/transactional-lock

Implementation with transactional-based locks