Changelog for Oban Web v2.9
All notable changes to Oban.Web
are documented here.
encrypted-structured-and-recorded-support
Encrypted, Structured, and Recorded Support
Jobs that use Oban.Pro.Worker
features like encryption, recording, and
enforced structure now display an indicator on the details page. What's more,
recorded jobs display the job's return value directly in the details page.
v2-9-1-2022-03-03
v2.9.1 — 2022-03-03
bug-fixes
Bug Fixes
- [Jobs Page] Display correct global count in the sidebar. Now, global queues will show a single global value rather than global * nodes.
v2-9-0-2022-02-13
v2.9.0 — 2022-02-13
enhancements
Enhancements
[Jobs Page] Switch to a more intuitive default sort mode for all states. Now, only
available
,scheduled
, andretryable
jobs are sorted in ascending order by default.[Job Details] The errors list in job details provides an absolute timestamp on hover, along with the relative timestamp that's always shown. The errors list got some additional formatting love to improve readability.
bug-fixes-1
Bug Fixes
- [Job Details] Restore missing color to the timeline component for
retryable
orscheduled
states
For changes prior to 2.9
see the Oban 2.10 docs.