File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.0] - 2026-01-16
4+
5+ ### Added
6+
7+ - Pause/Resume queue functionality for incident response
8+ - Pause button to stop processing jobs on specific queues
9+ - Resume button to restart processing on paused queues
10+ - Visual status indicator showing Active/Paused state
11+ - Confirmation dialog before pausing to prevent accidents
12+ - Paused queues highlighted with amber background
13+ - New ` QueuePauseService ` for handling pause/resume business logic
14+
15+ ### Improved
16+
17+ - Replaced controller specs with request specs for better integration testing
18+ - Enhanced flash message handling for better compatibility across environments
19+ - Improved route loading to prevent duplicate route errors in test environments
20+
21+ ### Changed
22+
23+ - Updated CI workflow to test on Ruby 3.2 and 3.3 (Rails 8 requires Ruby >= 3.2)
24+ - Reorganized test support files for better maintainability
25+
326## [ 0.4.0] - 2026-01-09
427
528### Added
1538 - Informative tooltip on hover explaining the feature
1639- User preference persistence via localStorage (survives page reloads)
1740- Responsive design for auto-refresh controls on mobile devices
18- - Pause/Resume queue functionality for incident response
19- - Pause button to stop processing jobs on specific queues
20- - Resume button to restart processing on paused queues
21- - Visual status indicator showing Active/Paused state
22- - Confirmation dialog before pausing to prevent accidents
23- - Paused queues highlighted with amber background
2441
2542## [ 0.3.2] - 2025-06-12
2643
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- solid_queue_monitor (0.4 .0 )
4+ solid_queue_monitor (0.5 .0 )
55 rails (>= 7.0 )
66 solid_queue (>= 0.1.0 )
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SolidQueueMonitor
4- VERSION = '0.4 .0'
4+ VERSION = '0.5 .0'
55end
You can’t perform that action at this time.
0 commit comments