Skip to content

docs(changelog): cut 0.1.9 - #119

Open
mattmillerai wants to merge 3 commits into
mainfrom
matt/release-0.1.9
Open

docs(changelog): cut 0.1.9#119
mattmillerai wants to merge 3 commits into
mainfrom
matt/release-0.1.9

Conversation

@mattmillerai

@mattmillerai mattmillerai commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Retitles the [Unreleased] section to [0.1.9] - 2026-09-01 ahead of the v0.1.9 release tag (versioning itself is tag-driven; this is the changelog bookkeeping only).

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Added release notes for version 0.1.9.
    • Documented improvements to request idempotency, error details, routing, validation, retries, API-key handling, and client representation.
    • Updated release comparison links.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mattmillerai
mattmillerai requested review from a team as code owners September 1, 2026 01:28
The Fixed entry above documents the /v1 -> /v2 move; the Changed entry
kept the pre-move literal, which is not the route this release ships.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Team

Run ID: 5a29bc32-fa4c-42d8-8309-c307efb0c7fb

📥 Commits

Reviewing files that changed from the base of the PR and between 94a4677 and 6cdcfcd.

📒 Files selected for processing (1)
  • CHANGELOG.md

Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 1 review per hour.


Important

Approval pending

CodeRabbit has no unresolved comments, but it could not review the latest commit because the review limit was reached. Follow the review guidance in this comment to continue.

📝 Walkthrough

Walkthrough

The changelog now documents release 0.1.9, uses the /v2 model-run Router endpoint, and includes updated version comparison links.

Changes

Release documentation

Layer / File(s) Summary
Document release 0.1.9
CHANGELOG.md
Adds the 0.1.9 release heading, updates the model-run Router endpoint to /v2, and adjusts version comparison links.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 6cdcf

This is a localized changelog-only update with no actionable merge-blocking risk remaining after normal checks and review.

Suggested reviewers: christian-byrne

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the changelog update for the 0.1.9 release, which matches the main change.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch matt/release-0.1.9

Comment @coderabbitai help to get the list of available commands.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Sep 1, 2026
@mattmillerai mattmillerai added the cursor-review Request an automated Cursor review label Sep 1, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Cursor Review — Consolidated panel

Triggered by @mattmillerai.

Found 1 finding(s).

Severity Count
🟢 Low 1

Panel: 6/6 reviewers contributed findings.

Comment thread CHANGELOG.md
…a fix

Cutting the `## [0.1.9]` heading turned two intra-cycle bullets into
release history that contradicted itself: the Fixed entry said the run
path still pointed at `/v1` so every `models.run` returned a bare 404,
while the Changed entry said the route was `/v2`. An operator
allowlisting the route got two answers.

Neither state was ever published — `client.models.run` is new in 0.1.9
(#73), moved to Router in #103, and reached `/v2` in #117, all after the
v0.1.8 tag — so the `/v1` 404 fixed nothing a user could have hit. Drop
that Fixed bullet and fold its surviving fact (the vendored spec pin and
the `check_drift.py` gate) into the Changed entry, which now states the
one live route, names the pre-release shapes as pre-release, and no
longer bills itself as a wire break against a version that never spoke
the old shape. Migration guidance is kept for anyone who tracked `main`.

Documentation only; no code or behaviour changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cursor-review Request an automated Cursor review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant