You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background queries and scheduled jobs run long and recurring adhoc queries beyond the limits of a synchronous request:
Background queries survive request and page timeouts, report status throughout, and cancel on demand.
Results stream to any supported destination (Kafka, Kinesis, SNS, HTTP, Cypher, files), or to none for effect-only runs.
Scheduled jobs fire on a fixed interval or wall-clock time (hourly, daily, weekly, monthly) in any IANA time zone, survive restarts, and re-fire interrupted runs.
Graph feeds now have an API endpoint and are supported in recipes.
Result table columns are drag-resizable; long values, arrays, and objects stay on one line with the full value on hover.
The dashboard's data-flow diagram drops its scope bar for full page width.
Security:
Multiple transient dependencies were updated to address CVEs.
Bugfixes:
A standing query whose pattern spans a relationship now emits matches as each relationship resolves, instead of waiting for all of them.
toLower and toUpper are locale-independent, returning the same result on any host.
A saved Exploration session will now successfully load what it can even if part of the loaded state is invalidated by a software update.
A failed query inspection reports the error on its card with a reconnect action.
A misspelled recipe field fails with a clear error naming it.
File ingest distinguishes a policy denial from an unresolvable path, so a missing file or unmounted volume reports as such.
Dashboard tooltips can be hovered and scrolled, and long ingest or standing query names wrap instead of overflowing.
Exploration UI refinements: "Standing Query" spelled out in full, closed-hand cursor on panel drag, the topmost standing query name fits the data-flow diagram, and the graph feed editor shows only guidance for the selected tap point.
Updates:
AWS SDK to 2.54.7
Amazon Kinesis client to 3.5.1
Cypher editor (Monaco) to 0.56.0
Interactive API documentation viewer (Stoplight Elements) to 9.0.25