Lots of small improvements and fixes from a bunch of new contributors in this one.
What's Changed
- Filtering Job Arguments by @intrip in #277
- Fix datetime shift in job filter for non-UTC timezones by @otariidae in #278
- add first and last page nav by @lsproule in #280
- Tweak wording in README's basic setup by @ghiculescu in #291
- Fix authentication link formatting in README.md by @kovyrin in #292
- Ignore surrounding white spaces when filtering by job class name or queue by @diegous in #297
- Parenthesize splat arguments to avoid ambiguity warnings by @augustocbx in #319
- Fix #duration when #scheduled_at is
nilby @ric2b in #289 - Fix config.active_job.default_page_size not being applied by @Saidbek in #296
- Redirect to queues index when showing a queue that no longer exists by @dbackeus in #331
- Show the raw error when a failed execution's error can't be parsed by @augustocbx in #320
- Avoid N+1 count queries when listing Solid Queue queues by @pierry01 in #321
- fix: unescaped html in block job expiration text by @elasticspoon in #274
- Add option to customize "Back to main app" path by @andyklimczak in #306
- Display job reexecutions and job id by @dgmora in #225
- use default_url_options from base_controller_class by @georf in #302
- Route host app helpers used inside the engine through main_app by @rosa in #332
- make turbo prefetch configurable by @lxxxvi in #322
- Use turbo_frame to update job backtrace view by @diegous in #305
New Contributors
- @intrip made their first contribution in #277
- @otariidae made their first contribution in #278
- @lsproule made their first contribution in #280
- @ghiculescu made their first contribution in #291
- @kovyrin made their first contribution in #292
- @diegous made their first contribution in #297
- @augustocbx made their first contribution in #319
- @ric2b made their first contribution in #289
- @Saidbek made their first contribution in #296
- @dbackeus made their first contribution in #331
- @pierry01 made their first contribution in #321
- @elasticspoon made their first contribution in #274
- @andyklimczak made their first contribution in #306
- @dgmora made their first contribution in #225
- @georf made their first contribution in #302
- @lxxxvi made their first contribution in #322
Full Changelog: v1.1.0...v1.2.0