Skip to content

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 02 Jun 02:12
d4557f7

0.2.7 (2026-06-02)

Added

  • cli,mcp: connector sync / MCP の --debug opt-in 経路 (デフォルト型名のみ維持、T3 of #317) (#330) (f3ef9cd)
  • cli: root callback で --verbose / --quiet / --debug / --log-format / --log-file を提供 (T2 of #317) (#331) (2191dba)
  • cli: show determinate progress for embeddings and projections rebuild (#325) (f3b21a6)
  • cli: show progress indicator during connector sync (#323) (ec48b06)
  • connectors/slack,cli: add opshub connector slack channels listing command (#361) (780206a)
  • connectors/slack: add conversations.list discovery helper (#344) (44fcfb0)
  • core: redaction processor + log settings resolver + debug traceback helper (ADR-0027, T1 of #317) (#329) (9323b7a)
  • db: migration 0028 — fts5 tokenizer trigram (Phase 15 S2) (#363) (1a62fa5)
  • services/search: short-query LIKE fallback + japanese e2e (Phase 15 S3) (#364) (8350161)

Fixed

  • connectors/slack,services: treat whitespace-only summary as missing (#340) (82e3a25)
  • connectors/slack: advance cursor monotonically across paginated history (PR 1 of #339) (#345) (756410b)
  • connectors/slack: handle empty-text messages in inbox enqueue (#336) (329d3ba)
  • connectors/slack: track max ts per channel + advance cursor on partial sync (#362) (2e2b1f9), closes #339
  • connectors/teams: normalise empty summary to None for symmetry (#335) (1b7a5bd)
  • connectors/teams: treat whitespace-only summary as missing (#342) (e6c09a0)
  • connectors: apply normalise_optional_text to url field for whitespace SSOT symmetry (#357) (b1f8c44)
  • core,cli,docs: -vv で OPSHUB_DEBUG export + connector sync stderr 訂正 + フラグ衝突 test (epic #317 audit followup) (#334) (4431789)
  • tests/cli: isolate test_connector_auth.py from sibling monkeypatch pollution (#348) (#351) (b00c158)

Documentation

  • ADR-0028 (FTS5 Japanese tokenizer trigram) + phase-15-plan + index 追加 (#346) (bf88898)
  • adr,core,troubleshooting: close audit gaps from #332/#337/#343 (whitespace normalisation contract) (#356) (5ea9469)
  • architecture,adr: close epic #316 post-merge audit doc gaps (§2.1 / structlog decision / OPSHUB_PROGRESS values / AGENTS / CLAUDE) (#327) (379d0e8)
  • document CLI progress reporting (ADR-0026) (#326) (92d8d72)
  • fix pre-existing MD033 inline HTML in architecture.md (#353) (1b0c162)
  • phase-15: closeout — troubleshooting / AGENTS / search --help (Phase 15 S4) (#365) (843cc0a)
  • post-merge audit followup for #344/#345/#346 (architecture / channels docstring / phase-15-plan / decisions-log) (#350) (cb38429)
  • troubleshooting docs + SECURITY closeout (ADR-0027, T4 of #317) (#333) (465e949)