Unclaimed project
Are you a maintainer of solid_queue? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
solid_queue
Database-backed Active Job backend
Back to changelogNew
v1.2.2
What's Changed
- Fix
SOLID_QUEUE_SKIP_RECURRING env variable not doing anything by @danieldiekmeier in https://github.com/rails/solid_queue/pull/608
- Remove Rakefile from gemspec files list by @smasato in https://github.com/rails/solid_queue/pull/610
- Supress sqlite fork warnings for rails 7.1 & 7.2 by @p-schlickmann in https://github.com/rails/solid_queue/pull/611
- Add missing verb to README by @rewritten in https://github.com/rails/solid_queue/pull/616
- Fix typos and improve formatting in README.md by @sasharevzin in https://github.com/rails/solid_queue/pull/614
- fix: Change MySQL port to 33066 by @ivnhk in https://github.com/rails/solid_queue/pull/626
- Adding 100ms minimum delay for recurring tasks by @p-schlickmann in https://github.com/rails/solid_queue/pull/615
- Set
scheduled_at in enqueue_all by @toydestroyer in https://github.com/rails/solid_queue/pull/637
- Add support for new Puma 7 hook names by @toydestroyer in https://github.com/rails/solid_queue/pull/635
- SolidQueue::ClaimedExecution.fail_all_with return early when the record is empty by @yokonao in https://github.com/rails/solid_queue/pull/643
v1.2.2 - solid_queue Release Notes | AnnounceHQReplace use of ActiveRecord::Base.connection with with_connection by @rosa in https://github.com/rails/solid_queue/pull/652Wrap Supervisor#start and stop with the app executor by @flavorjones in https://github.com/rails/solid_queue/pull/655Relax fugit dependency version constraint by @tagliala in https://github.com/rails/solid_queue/pull/649Second attempt reduce flakiness of processes_lifecycle_test.rb by @p-schlickmann in https://github.com/rails/solid_queue/pull/654New Contributors
- @danieldiekmeier made their first contribution in https://github.com/rails/solid_queue/pull/608
- @smasato made their first contribution in https://github.com/rails/solid_queue/pull/610
- @rewritten made their first contribution in https://github.com/rails/solid_queue/pull/616
- @sasharevzin made their first contribution in https://github.com/rails/solid_queue/pull/614
- @ivnhk made their first contribution in https://github.com/rails/solid_queue/pull/626
- @yokonao made their first contribution in https://github.com/rails/solid_queue/pull/643
- @flavorjones made their first contribution in https://github.com/rails/solid_queue/pull/655
- @tagliala made their first contribution in https://github.com/rails/solid_queue/pull/649
Full Changelog: https://github.com/rails/solid_queue/compare/v1.2.1...v1.2.2