Changelog
Release notes for the Graphory platform. This page is the canonical record; more granular commit history lives in the public SDK repo on GitHub.
2026-04-16 - Custom source auth + collector fixes
Commits: 8706df0, aa03467, d4acfb9, 112e99a
- Dual-header authentication for custom sources. Updating vault credentials now refreshes correctly on the next sync without requiring a reconnect.
- Custom collection errors now return detailed diagnostics instead of a generic failure message. The collectors package import path was also corrected.
- The agent guide surface was trimmed to reduce prompt-injection exposure.
- Custom collector module restored and wired back into the sync pipeline after a regression.
2026-04-16 - Discovery tools + vault restore
Commit: 92bad49
- Three new discovery tools added to the MCP server:
get_latent_connections,get_stale_entities, andget_weekly_digest. See the Agent Playbook for usage patterns. - New agent behaviors for proactive check-ins and Monday-morning digests.
- The encrypted credentials module used by custom connectors has been restored.
2026-04-16 - Privacy scrub of public docs
Commit: cc1ff6e
- Removed real names, deal identifiers, and locations from all public-facing documentation and benchmark reports.
- Example narrations across the docs now use synthetic placeholders consistently.
2026-04-16 - MCP agent guide, pricing, Claude Code hooks
Commit: 0ef9671
- Full rewrite of the MCP agent guide with clearer tool-selection guidance.
- Pricing page updated to reflect the current tier structure.
- Claude Code hook templates shipped for teams that want Graphory memory available automatically in their coding sessions.
2026-04-16 - FTS5 search + AI query expansion
Commit: 68af6ea
- Added an FTS5 full-text search sidecar alongside the graph so keyword queries against source bodies are now substantially faster.
- AI query expansion layer added: ambiguous search terms are expanded to synonyms and known aliases before hitting the index.
2026-04-16 - Search body content + entity slug + B2 sync
Commit: 3e011f6
- Fixed a bug where search results were missing body content for certain file types.
- Corrected the Graphory entity slug used in internal routing.
- B2 extraction sync restored and verified.
2026-04-15 - Unified MCP URL + rate-limit format
Commit: 758d602
- MCP endpoint consolidated to
api.graphory.io/mcpacross all clients and docs. - Rate-limit 429 responses now return a standard JSON error body with retry metadata.
2026-04-15 - Graph isolation + vault routing
Commit: c4eac3c
- Removed all default graph fallbacks. Every request must resolve to an explicit org graph; there is no shared default.
- Vault routing now keys strictly on
org_id, closing a subtle path that could route credentials to the wrong graph under specific race conditions.
2026-04-15 - describe_schema tool + sync_graph fix
Commit: 2780c5e
- New
describe_schemaMCP tool returns the live ontology and trust configuration your agent sees. See the Ontology page. - Fixed a resource exhaustion bug in
sync_graphthat affected very large orgs.
2026-04-15 - B2-primary raw storage + write-path fixes
Commit: 976715e
- Raw collected files are now stored B2-primary, with the filesystem as a hot cache. Capacity concerns lifted for large orgs.
- Several write-path bugs fixed where edges occasionally landed with missing provenance metadata.
- General MCP tool improvements around error messages and input validation.
2026-04-15 - Pricing tier rename
Commit: 06671eb
- Renamed the middle pricing tier from Growth to Scale across the entire codebase and all customer-facing surfaces.
- Business and Scale tier prices corrected; Enterprise tier remains custom.
About this page
This changelog is the canonical record for platform releases and is updated with each deploy. Entries are grouped by deploy and cross-link to the docs pages affected. For commit-level history, see the public SDK repository on GitHub.