API changelog
Integrator-relevant releases for the Neuroon HTTP backend (api.neuroon.ai).
Versioning policy
- No URL versioning (no
/v1/). Additive changes (new optional fields, new headers, error improvements) require no integrator action. - Breaking changes are announced here with at least 30 days of notice and tagged with the BREAKING marker, except for critical security fixes.
- Each release publishes an OpenAPI snapshot (
api/openapi-snapshot.json) used as the baseline for theoasdiffCI gate: any subsequent PR with a breaking change must carry thebreaking:prefix in its title and an assigned reviewer.
Releases
No releases yet for this component.
How to track changes
- Unified RSS feed:
https://docs.neuroon.ai/resources/changelog/rss.xml. - GitHub Releases (Watch button → Custom → Releases in the API repository).
- For breaking changes we contact active integrators directly by email.
Further reading
- API conventions — errors, headers, pagination.
- API overview — stable endpoints and authentication.