Skip to content

Releases: rails/solid_queue

v0.7.1

04 Sep 10:16
Compare
Choose a tag to compare

What's Changed

  • Update Ruby version in github action test by @akhilgkrishnan in #319
  • Implement start and stop lifecycle hooks for the supervisor and workers by @rosa in #317

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

02 Sep 12:23
Compare
Choose a tag to compare

What's Changed

  • Add a bin/jobs binstub to run the supervisor more easily and remove the async mode by @rosa in #308
  • Improve message for ProcessExitError exception by @rosa in #316

Full Changelog: v0.6.1...v0.7.0

v0.6.1

30 Aug 18:41
Compare
Choose a tag to compare

What's Changed

  • Fixed broken rollback migratio in processes' name by @tmimura39 in #293
  • Improve handling of empty configuration by @rosa in #299
  • Bump rexml from 3.3.3 to 3.3.6 by @dependabot in #300
  • Fix issue when pruning a supervisor and its supervisees via callbacks by @rosa in #306
  • Wrap polling within instrumentation by @gjtorikian in #312
  • Move error classes to their own files so they can be loaded by Zeitwerk by @rosa in #314

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Aug 16:04
Compare
Choose a tag to compare

What's Changed

  • Avoid three-state boolean (TRUE / FALSE / NULL) for solid_queue_recurring_tasks static by @ksylvest in #283
  • Bump fugit from 1.11.0 to 1.11.1 by @dependabot in #287
  • Bump rexml from 3.3.1 to 3.3.3 by @dependabot in #288
  • Bump rack from 3.1.4 to 3.1.5 by @dependabot in #289
  • Fail in-progress jobs when the worker running them exits abnormally by @rosa in #277
  • Support recurring jobs that defer enqueuing to after commit always by @rosa in #290

Full Changelog: v0.5.0...v0.6.0

v0.5.0

20 Aug 17:41
Compare
Choose a tag to compare

What's Changed

  • Fixes #224. I believe this is a Postgres only issue by @hms in #231
  • Store canonical recurring tasks in the DB by @rosa in #272

New Contributors

  • @hms made their first contribution in #231

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

v0.4.1

05 Aug 17:51
Compare
Choose a tag to compare

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

v0.4.0

05 Aug 11:15
Compare
Choose a tag to compare

What's Changed

  • Fix pruned attribute on deregister_process event by @rosa in #265
  • Update README.md by @danlo in #270
  • Implement an async execution mode to run Solid Queue workers and dispatchers in the same process by @rosa in #269

New Contributors

Full Changelog: v0.3.4...v0.4.0

v0.3.4

19 Jul 11:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

11 Jun 11:12
Compare
Choose a tag to compare

What's Changed

  • Reset Active Job's execution and exception_executions counters when retrying by @rosa in #239
  • Delete ready_executions by PK instead of job_id when claiming by @rosa in #240

Full Changelog: v0.3.2...v0.3.3

v0.3.2

30 May 20:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2