Releases: gocardless/que
Releases · gocardless/que
v0.15.1
What's Changed
- Revert "Switch from WEBrick to Puma" by @tschafer-gc in #113
Full Changelog: v0.14.3...v0.15.1
v0.15.0
What's Changed
- Switch from WEBrick to Puma by @tschafer-gc in #112
New Contributors
- @tschafer-gc made their first contribution in #112
Full Changelog: v0.14.2...v0.15.0
v0.14.2
v0.14.1
v0.14.0
Add a new tag v0.13.0
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
- 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.