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
fix: adapt to updated core crate APIs across query, graph, and storage
Bump nodedb-* workspace dependencies to 0.4 and follow through on their
API changes: switch `PlanVisitor` methods to struct-style `*VisitArgs`,
adopt `BfsParams`/`ShortestPathParams` for graph traversal, support
computed GROUP BY keys via `GroupKeySpec` and MERGE source-expression
values via `UpdateValue::Expr`, handle new `MetaOp` transaction-overlay
and Calvin variants as unsupported on the single-node engine, propagate
the new fallible HNSW checkpoint encoding, and update wire-version and
formatting fallout in the affected tests.
0 commit comments