Skip to content

Releases: rails/solid_queue

v1.1.1

26 Dec 21:25
Compare
Choose a tag to compare

What's Changed

  • Specify source of SolidQueue to ErrorReporter by @tmimura39 in #447
  • Skip warning when replacing missing fork if supervisor has PID 1 by @rosa in #450
  • Error When an Invalid Recurring Task is Configured by @jherdman in #427
  • Add a note about threads by @genya0407 in #452
  • Validate DB connection pool before starting supervisor by @rosa in #457
  • Specialize Dispatcher and Worker looping by @hms in #444
  • Add an option to sleep between deleted batches when clearing jobs by @rosa in #462
  • Add explicit development instructions to the README. by @evdevdev in #390
  • Add last_enqueued_time and previous_time to RecurringTask by @rosa in #463
  • fix typo on README.md by @buncis in #466
  • Fixed README.md sentence by @pedroFP in #465
  • Use Ruby 3.4 for Rubocop and update Nokogiri by @rosa in #467

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Dec 11:41
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated adapter specific deferred enqueueing of jobs by @bakku in #412
  • Bump actionpack from 7.1.3.4 to 7.1.4.1 by @dependabot in #437
  • Bump puma from 6.4.2 to 6.4.3 by @dependabot in #436
  • Upgrade mysql2 gem by @jherdman in #426
  • Add helper method to query the latency on the Queue object by @andersonkrs in #415
  • Delete static recurring tasks before loading them again by @rosa in #433
  • Update debug gem by @jherdman in #438
  • Don't add solid_queue.connects_to configuration more than once by @rosa in #439
  • Reimplement Interruptible by @hms in #417

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

16 Nov 11:31
Compare
Choose a tag to compare

What's Changed

  • Address Ruby warnings by @yahonda in #368
  • Remove redundant run methods in SolidQueue::Processes by @yahonda in #367
  • Return enqueued active job from RecurringTask#enqueue by @rosa in #404
  • Bump .ruby_version to latest Ruby version (3.3.5) by @berkos in #381
  • Report errors to the Rails error reporter by @npezza93 in #373
  • Fix queue order when combining multiple prefixes or prefixes and names by @rosa in #410

New Contributors

Full Changelog: v1.0.0...v1.0.2

v1.0.1

08 Nov 13:40
Compare
Choose a tag to compare

What's Changed

  • Address Ruby warnings by @yahonda in #368
  • Remove redundant run methods in SolidQueue::Processes by @yahonda in #367
  • Return enqueued active job from RecurringTask#enqueue by @rosa in #404

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

05 Oct 16:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v1.0.0

v0.9.0

11 Sep 17:45
Compare
Choose a tag to compare

What's Changed

  • Add instructions to run with a single database by @lethaale in #334
  • Fix typo by @anonychun in #335
  • Revamp recurring tasks configuration and management by @rosa in #338
  • Change default config file from solid_queue.yml to just queue.yml by @rosa in #340
  • Add a commented out template for recurring.yml configuration by @rosa in #341
  • Handle scenarios where registered processes disappear outside regular flow by @rosa in #337

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

06 Sep 18:44
Compare
Choose a tag to compare

Full Changelog: v0.8.1...v0.8.2

v0.8.1

06 Sep 18:44
Compare
Choose a tag to compare

Full Changelog: v0.8.0...v0.8.1

v0.8.0

05 Sep 16:41
Compare
Choose a tag to compare

What's Changed

Important: When upgrading from < 0.6.0, make sure to upgrade to that version first, as you'd need to run all migrations added up to that version because, in version 0.8.0, all migrations are consolidated into a single schema file, so you won't be able to run them. You can continue using your previous database and don't need to do anything with the new schema file as long as your migrations are up to date.

  • Bump workflow to latest Ruby from 3.3.4 to 3.3.5 by @larouxn in #320
  • Slim down installer and have it use a final schema instead of migrations by @dhh in #321

New Contributors

Full Changelog: v0.7.1...v0.8.0

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