Skip to content

Releases: rails/solid_queue

v1.1.3

28 Jan 12:30
Compare
Choose a tag to compare

What's Changed

  • Bump rails-html-sanitizer from 1.6.0 to 1.6.1 by @dependabot in #471
  • Bump actionpack from 7.1.4.1 to 7.1.5.1 by @dependabot in #472
  • Simplify upgrade instructions in post_install_message by @mjankowski in #469
  • Fix case where a recurring task key is empty in the config by @rosa in #475
  • chore: Updates README to include small addition of plus for development multi db by @aquaflamingo in #477
  • Update Pool from Future to Concurrent::Promises by @hms in #459
  • Require Ruby v3.1+ by @allard in #498
  • Add lifecycle hooks to Dispatcher and Scheduler by @hms in #486
  • Fix issue 482 by @hms in #496
  • Some minor fixes and simplifications by @rosa in #499

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

27 Dec 18:42
Compare
Choose a tag to compare

What's Changed

  • Don't fail when recurring tasks are defined for another environment by @rosa in #470

Full Changelog: v1.1.1...v1.1.2

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