Skip to content

chore(release): v0.14.0#167

Merged
chris-colinsky merged 2 commits into
mainfrom
chore/release-v0.14.0
Jun 18, 2026
Merged

chore(release): v0.14.0#167
chris-colinsky merged 2 commits into
mainfrom
chore/release-v0.14.0

Conversation

@chris-colinsky

@chris-colinsky chris-colinsky commented Jun 18, 2026

Copy link
Copy Markdown
Member

Summary

Real-release bump for v0.14.0 (retry & reliability; pinned spec v0.53.0 -> v0.60.0). Follows the verified v0.14.0-rc1.

  • Package version 0.14.0rc1 -> 0.14.0 (pyproject.toml, __version__, tests/test_smoke.py, uv.lock).
  • Regenerated src/openarmature/AGENTS.md version stamp.
  • CHANGELOG [0.14.0] section already dated 2026-06-17 (no drift).
  • Folds in a one-line example fix (examples/fan-out-with-retry): the degrade degraded_update keyed its extra-output by the parent name (topics) instead of the subgraph field (topic), so post-0066 MODE=degrade hit a null slot and tripped BatchState.topics: list[str] validation. Example-only (not in the wheel); caught running the rc against the degrade path. The doc walkthrough already documented topic.

Per RELEASING.md: merging this and tagging v0.14.0 publishes to PyPI and creates a GitHub Release.

rc verification (v0.14.0-rc1 on TestPyPI): fresh-venv install resolved 0.14.0rc1; import openarmature reports the rc version + spec 0.60.0; [otel] / [langfuse] extras install and import; hello-world ran against a live LLM; mkdocs build --strict clean. The folded example fix is example-only, so the rc's wheel verification still holds (no new rc needed).

Testing

  • uv run pytest tests/: 1320 passed, 376 skipped.
  • MODE=degrade fan-out-with-retry now completes (was the bug above).
  • ruff / pyright clean; pyproject version matches the v0.14.0 tag.

Real release of v0.14.0 (retry & reliability; pinned spec v0.53.0 ->
v0.60.0). Bump the package version from 0.14.0rc1 to 0.14.0 across
pyproject, __version__, test_smoke, and the lockfile; regenerate the
bundled AGENTS.md version stamp. The CHANGELOG [0.14.0] section is
already dated 2026-06-17 (no drift). Tagging v0.14.0 publishes to PyPI
and creates the GitHub Release.

rc1 verified on TestPyPI (install, version, [otel] import, hello-world
against a live LLM).
Copilot AI review requested due to automatic review settings June 18, 2026 00:24

Copilot AI 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.

Pull request overview

Release bump from 0.14.0rc1 to final 0.14.0, keeping the implementation’s runtime version, packaging metadata, lockfile, smoke tests, and bundled agent docs in sync for the v0.14.0 publish/tag.

Changes:

  • Updated package version to 0.14.0 in pyproject.toml and src/openarmature/__init__.py.
  • Updated smoke test assertion to the new version.
  • Updated generated/bundled docs stamp and uv.lock editable package version entry.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
uv.lock Updates the editable openarmature package version to 0.14.0.
tests/test_smoke.py Updates the asserted runtime package version to 0.14.0.
src/openarmature/AGENTS.md Updates the bundled agent guide version stamp to 0.14.0.
src/openarmature/init.py Updates __version__ to 0.14.0.
pyproject.toml Updates [project].version to 0.14.0 (spec pin remains 0.60.0).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

The fan-out-with-retry degrade mode supplied its extra_outputs value
under the parent field name (`topics`) in degraded_update, but
proposal 0066 reads degraded_update in the subgraph's field-name space.
The subgraph field is `topic` (extra_outputs={topics: topic}), so the
parent-keyed entry was ignored, leaving the slot null (0069) and
tripping BatchState.topics: list[str] validation in degrade mode.

Key the degraded value by the subgraph field `topic` (the doc
walkthrough already documents `topic: other`). Caught running
MODE=degrade against the v0.14.0rc1 artifact; the example smoke test
only exercises fail_fast, so it slipped through #161.
@chris-colinsky chris-colinsky merged commit 9342e3a into main Jun 18, 2026
6 checks passed
@chris-colinsky chris-colinsky deleted the chore/release-v0.14.0 branch June 18, 2026 00:40
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.

2 participants