Skip to content

v4.0.0

Choose a tag to compare

@MJWNA MJWNA released this 29 Apr 23:29
· 9 commits to main since this release
8b48198
  • Aligned live GraphQL mutations with Linear's current schema by replacing the
    stale project teardown mutation with projectDelete.
  • Added issueBatchCreate for efficient graph bootstrap while preserving
    idempotent lookup/update behavior and per-issue read-back verification.
  • Upgraded live project read-back and project-scan reconciliation to follow
    cursor pagination across all project issues at 250 issues per page.
  • Expanded direct graph support for related and duplicate issue relations,
    richer attachment metadata, and attachment read-back drift detection.
  • Added header-aware rate-limit budget tracking on top of the existing
    RATELIMITED / HTTP 429 exponential backoff path.
  • Re-pinned the frozen CLI evaluator for the v4 API contract and refreshed
    documentation for the direct API mode.