Bug Fixes
- Safely assign state from params when re-mounting to prevent a missing key error.
Expose documented, but unfortunately hidden, socket_path
option.
The socket path is no longer hard coded as /live
. It is now possible to
configure an alternate path when mounting the dashboard.
nil
global limit when calculating sidebar stats. id:
qualifier for id and multiple id based searching.
Job search has a new advanced syntax that lets you limit searches to particular
fields, use negated queries, look for exact matches, and navigate into
structured fields like args
and meta
.
Here are a few examples to show what’s possible:
alpha in:worker
— only look within worker
for “alpha” alpha -omega in:tags,meta
— look for “alpha” and not “omega” within tags
or meta
fields business in:args.account.plan
— dig into the account and plan maps within
args
to look for “business” a1b2c3d4e5 in:meta.workflow_id
— look for an exact workflow id See the new searching guide for more examples.
Navigation, filtering, and search now use push-state for navigation. This makes it possible to deep-link into job details, save searches for later, or to share filter combinations with co-workers.