v0.2.0
What's Changed
- Connect to default app:server if only one is defined by @excid3 in #49
- Add quotes around connect_to docs to match usage by @excid3 in #45
- Fix typo and example in readme by @morgoth in #40
- Require irb by @chiraggshah in #59
- Remove unused mailer files by @morgoth in #39
- Remove
$debug
variable by @garyhtou in #64 - Add
internal_query_count_limit
configuration by @garyhtou in #63 - Bump mono_logger for to get a fix for Ruby 3.3.0 by @rosa in #67
- Set :async adapter if there's no adapter configured by @rosa in #68
- Move tbody tag to the correct place in the jobs page by @JuanVqz in #72
- Avoid forcing applications to have a root ApplicationJob defined by @alxckn in #70
- Find most recent job by active_job_id in Solid Queue RelationAdapter (Fixes #78) by @andbar in #85
- Add Discard action to scheduled jobs by @JuanVqz in #73
- All-in-one upgrade / platform / bundler by @dorianmariecom in #82
- Support dispatching blocked jobs directly from the UI by @lexcao in #74
- Add config.mission_control.jobs.irb_help that defaults to true by @dorianmariecom in #84
- Add
scheduled_job_delay_threshold
configuration by @garyhtou in #65 - Add pagination for the workers controller by @pmareke in #62
- Remove unused platforms by @dorianmariecom in #91
- Expose recurring jobs by @rosa in #88
- Fix workers pagination issue where the whole relation was being loaded by @rosa in #94
New Contributors
- @excid3 made their first contribution in #49
- @morgoth made their first contribution in #40
- @chiraggshah made their first contribution in #59
- @garyhtou made their first contribution in #64
- @JuanVqz made their first contribution in #72
- @alxckn made their first contribution in #70
- @andbar made their first contribution in #85
- @dorianmariecom made their first contribution in #82
- @lexcao made their first contribution in #74
- @pmareke made their first contribution in #62
Full Changelog: v0.1.1...v0.2.0