Skip to content

Releases: gocardless/que

v0.15.1

19 Nov 15:24
229dd13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.3...v0.15.1

v0.15.0

18 Nov 11:43
2487508
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.2...v0.15.0

v0.14.2

31 Oct 12:18
b6bab65
Compare
Choose a tag to compare

What's Changed

  • [PR-470] Remove dead connections from the pool on connection errors. by @benk-gc in #111

Full Changelog: v0.14.1...v0.14.2

v0.14.1

05 Sep 08:12
5b3d374
Compare
Choose a tag to compare

Updated ActiveRecordWithLock adapter to lock the rows while finding a job

v0.14.0

14 Aug 12:27
851b629
Compare
Choose a tag to compare

Feature: New adapter to support que with the database that does not support advisory locking.

Add a new tag v0.13.0

09 Aug 10:07
8519451
Compare
Choose a tag to compare

v0.13.0

Features:

  • Added Materialized view to scrape que metrics
  • Retry on Connection timeout
  • Allow workers to be better utilised by picking up work from other queues if idle.

v0.12.0

08 Nov 08:49
8724f17
Compare
Choose a tag to compare
  • BUGFIX (breaking): fix migration template for install generator by specifying current Rails version (eg, ActiveRecord::Migration[5.2]. This breaks backwards compatibility with Rails < 5.

v0.11.8

12 Jul 09:34
Compare
Choose a tag to compare

Serialise and deserialise job args when running in sync mode.

v0.11.7

01 Jun 18:28
Compare
Choose a tag to compare

Fix a vulnerability where untrusted input as job arguments could cause remote code execution.