Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 23:05
5042b85

0.5.0 (2026-06-07)

⚠ BREAKING CHANGES

  • enforce sources.body NOT NULL and drop body=NULL fallback paths (#486)
  • drop per-phase event union aliases (Phase[2-9]Event → AllEvent only) (#482)
  • drop expand_graph param + make LinkService required (#485)
  • drop inline exclude_globs in box_drive / onedrive_drive (#484)
  • drop inline exclude_globs in box_drive / onedrive_drive (ADR-0020 §(b) cleanup) (#483)

Added

  • browser: add Playwright browser core module + [browser] config + extras + CI chromium (#511) (5d7d17a)
  • connectors: add web connector + opshub web sync CLI (Phase 21-C) (#513) (2f92027)
  • mcp: add browser.fetch write-category tool + revise ADR-0022 (#512) (1a2035a)
  • slack: connector_cursors cursor_value compound schema (Phase 20-B) (#473) (8dbf6f5)
  • slack: ingest thread replies via conversations.replies (Phase 20-A) (#474) (5e1931f)
  • slack: late-reply polling phase + activity window pruning (Phase 20-C) (#476) (eca602b)

Fixed

Changed

  • db: make sqlite busy timeout explicit and document concurrency assumptions (#502) (761778a)
  • drop expand_graph param + make LinkService required (#485) (45a46ae)
  • drop inline exclude_globs in box_drive / onedrive_drive (#484) (88b8700)
  • drop inline exclude_globs in box_drive / onedrive_drive (ADR-0020 §(b) cleanup) (#483) (dbe9a55)
  • drop per-phase event union aliases (Phase[2-9]Event → AllEvent only) (#482) (b45e724)
  • enforce sources.body NOT NULL and drop body=NULL fallback paths (#486) (b98bed4)

Documentation

  • adr: add ADR-0037 browser read layer + revise ADR-0010 web connector (#510) (1f878e0)
  • reflect Phase 21 browser read layer + closeout (epic #504) (#514) (8d37cb3)
  • slack: ADR-0030 revise + landed + Phase 20 thread reply docs sync (Phase 20-D) (#477) (21952ca)