Skip to content

docs: release notes for the next release - #1221

Merged
chronoai-shining merged 1 commit into
developfrom
chore/release-notes-20260806
Aug 6, 2026
Merged

docs: release notes for the next release#1221
chronoai-shining merged 1 commit into
developfrom
chore/release-notes-20260806

Conversation

@chronoai-shining

Copy link
Copy Markdown
Collaborator

Closes #1220

Step 0 of the release flow in CLAUDE.md. check-release-notes.yml gates the developmain promotion PR on a dated .github/release-notes-<yyyymmdd>.md existing with all three sections filled in, so this has to land on develop first.

Release contents

One pending changeset (fix-openapi-v1-prefix.md, patch) → v0.16.1. Eight non-merge commits since main, all from #1217:

Issue
#1213 Every URL in /api/v1/openapi.json was wrong — paths missing /v1, servers[0].url hardcoded to localhost, frozen info.version, four phantom admin paths
#1215 ornn-api suite flaked ~1 run in 3
#1218 audit job red on every PR from 8 high advisories

Notes

## Fixed
- OpenAPI spec now lists endpoint URLs that actually work.
- OpenAPI spec no longer documents endpoints that don't exist.
- Few technical bugs fixed.

## New Feature
- Technical enhancement.

## Changed
- OpenAPI spec reports the real server address and version.
- Technical enhancement.

The spec fix gets real bullets because for an agent-facing API that document is the first thing a caller reads. The flake fix and dependency bumps are developer-facing only, so they collapse into the technical buckets per the template's style rules.

Copied from the immutable template; gate simulated locally — all three headings present, no (write here) remaining. Empty changeset since this is docs-only.

Step 0 of the release flow. check-release-notes.yml gates the develop →
main promotion PR on a dated file existing with all three sections and
no `(write here)` placeholder left.

This release carries one pending changeset (patch), so it cuts v0.16.1.
Its user-facing content is the OpenAPI contract fix: the published spec
had the wrong path prefix, a localhost server URL, a frozen version, and
four documented endpoints that did not exist. For an agent-facing API
that document is the first thing a caller reads, so all three Fixed /
Changed bullets are about it.

The remaining work in the release — the test-suite flake and the
dependency advisories — is developer-facing only, so it collapses into
the technical-bucket bullets per the template's style rules.

Empty changeset: docs-only, no package change.
@chronoai-shining
chronoai-shining merged commit 044733a into develop Aug 6, 2026
17 checks passed
@chronoai-shining
chronoai-shining deleted the chore/release-notes-20260806 branch August 6, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Release notes for the next release (OpenAPI contract fix)

1 participant