Changelog
Version history for the GoOmni API. The current version is published in the OpenAPI document under info.version.
v1.0.0 (current)
The first stable release of the unified GoOmni API, served from a single OpenAPI 3.0 specification spanning delivery, QA, tickets, knowledge, voice, and product analytics.
- Plan & ship work: stories, estimation, sprints, risks, documentation, and PM-tool push.
- Quality & testing: ISTQB test generation, real-browser execution, BDD, defects, traceability, CI/CD.
- Ticket intelligence: sync, generation, triage, multi-channel intake, dev workflow, MCP.
- Knowledge & documents: knowledge bases, search, crawling, accessibility, PII, validation.
- Business & communication: RFP/proposals, opportunity scanning, voice agents, SMS campaigns.
- Product analytics: tracker ingestion (
/api/collect,/api/record), PostHog survey proxy, heatmaps, session replay, experiments, surveys, guided flows, and the Umami-style console API under/api/analytics/*.
Versioning
We follow semantic versioning. Backwards-compatible additions (new endpoints, optional fields) ship within the current major version. Any breaking change will bump the major version and be announced here with a migration note. The authoritative version always lives in the OpenAPI spec (info.version).
Building against the API? Pin to the OpenAPI
info.version and watch this page for major bumps. Additive changes are safe to adopt automatically.