Changelog

Every change, dated.

Connector changes, pricing changes, platform updates — published here, generated from the repo's release history.

v0.3.0 — Nightly refresh + agent status

2026-09-25

  • Key-gated POST /admin/refresh: nightly R2 cache refresh — ticker maps always refresh, every other entry past its TTL is re-fetched from EDGAR stalest-first; bounded by object count (1000) and wall-clock (4 min); one bad company never fails the run.
  • Public GET /.well-known/conduit/status.json — keyless, machine-readable service status for agents.
  • Nightly 03:00 MDT scheduled refresh via GitHub Actions; the job fails loudly unless the refresh reports ok: true.
  • 13 new offline tests (48 total); read how the freshness stack works.

v0.2.0 — Full toolset

2026-09-25

  • 19 new tools (24 total): company profile, ticker search, XBRL concept series, quarterly trend, annual growth, financial statements, segment data, debt breakdown, shares outstanding, dividends, peer comparison, company comparison, filing documents and text, 10-Q facts, insider filings, filing counts, amendments, 8-K summaries.
  • R2 cache with stale-while-revalidate; 7-day ticker maps, 24-hour facts and filings; _meta.freshness on every tool result.
  • Public /.well-known/mcp/server-card.json for registry and discovery.
  • Two real bugs caught in live simulation and fixed before release: SEC host allowlist enforcement, byte-cap overshoot.

v0.1.0 — Hello connector

2026-09-25

  • First live connector: five Filings & Fundamentals MCP tools on Cloudflare Workers — company lookup, company facts, filing lists, financial ratios, filing search.
  • Key-gated Streamable-HTTP MCP endpoint with structured JSON logging; zero runtime dependencies.
  • Live Apple EDGAR lookup verified within the hour of deployment.