chore(release): Bump version to 0.10.1#60
Conversation
Release version for the #58 fix (A2A request body cap). Updates the build.mill publish-version fallback and README install/version refs, and adds 0.10.1 release notes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Review: chore(release) Bump version to 0.10.1Clean, well-scoped release-prep PR. I verified the changes against the repo state and everything is consistent. Nothing blocking. 🟢 Version consistency — All 0.10.0 / 0.11.0-SNAPSHOT references are now 0.10.1. Confirmed there are no stragglers:
The shipped fix is actually on the base — commit c9a516b "fix(a2a): wire maxRequestBodyBytes into zio-http; raise default to 64 MiB (#59)" is present on the merge base, so the PR body claim ("the actual fix is already on main") holds. The release notes accurately describe the change:
Minor observations (non-blocking)
Verdict Low-risk, mechanical version bump backed by an already-landed, tested fix. The PR body verification claims (publishVersion to 0.10.1, 326/326 tests) are consistent with what I can see. LGTM. 🚀 |
Prep PR for the 0.10.1 patch release.
Contains the version bump only; the actual fix (#58 / #59) is already on
main. After this merges, an annotatedv0.10.1tag on the squash-merged commit triggers the Maven Central release workflow.Changes
build.mill— publish-version fallback0.11.0-SNAPSHOT→0.10.1README.md— install/version refs0.10.0→0.10.1, plus a### 0.10.1 NotessectionWhat 0.10.1 ships
Exactly one change beyond 0.10.0: the A2A request-body-cap fix (#59) — the JVM server now applies the configured
maxRequestBodyBytes(was silently capped at zio-http's 100 KiB default → 413 on inline file uploads), and the default is raised 1 MiB → 64 MiB.Verification
./mill show agent.publishVersion→0.10.1./mill agent.test→ 326/326 pass (both platforms)🤖 Generated with Claude Code