Skip to content

v1.2.0

Latest

Choose a tag to compare

@rosa rosa released this 29 Aug 09:41
· 15 commits to main since this release

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 nil by @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

Full Changelog: v1.1.0...v1.2.0