Skip to content

fix(release): correct SDK version v7.7.0 → v7.1.0 [skip-runtime-e2e]#183

Merged
saurabhjain1592 merged 1 commit intomainfrom
fix/v7.1.0-correct-version-bump
May 6, 2026
Merged

fix(release): correct SDK version v7.7.0 → v7.1.0 [skip-runtime-e2e]#183
saurabhjain1592 merged 1 commit intomainfrom
fix/v7.1.0-correct-version-bump

Conversation

@saurabhjain1592
Copy link
Copy Markdown
Member

Companion to axonflow-sdk-go fix #156. Previous release PR #182 bumped Python SDK 7.0.0 → 7.7.0 (platform-align). Wrong semver — only one substantive feature since v7.0.0 (X-Axonflow-Client header injection #180), so natural bump is v7.1.0.

Changes

  • pyproject.toml + axonflow/_version.py 7.7.0 → 7.1.0
  • CHANGELOG header [7.7.0][7.1.0] (2026-05-06 preserved)
  • Sister SDK refs (Go / TypeScript / Java) updated to v7.1.0
  • Platform v7.7.0 refs kept (those are correctly the platform version)

Skip-runtime-e2e justification

Version-correction only — no code behavior change. The X-Axonflow-Client header runtime contract was validated when #180 landed and re-confirmed when #182 merged. This PR only fixes the version string from the incorrect v7.7.0 to the semver-correct v7.1.0.

…[skip-runtime-e2e]

Companion to axonflow-sdk-go fix PR #156. The previous release PR (#182)
bumped the Python SDK from v7.0.0 directly to v7.7.0 to platform-align
with the V1 SaaS Plugin Pro launch. That was incorrect semver — the only
substantive change since v7.0.0 is the X-Axonflow-Client header injection
(one minor feature) so the natural bump is v7.1.0, not v7.7.0.

Updates:
- pyproject.toml + axonflow/_version.py 7.7.0 → 7.1.0
- CHANGELOG header [7.7.0] → [7.1.0], 2026-05-06 stamp preserved
- Sister SDK cross-references (Go / TypeScript / Java) updated to v7.1.0
- Existing v7.0.x callers rebuild against v7.1.0

Platform v7.7.0 references in the same CHANGELOG entry are kept — those
are correctly the platform version, not the SDK version.

[skip-runtime-e2e] — version-correction only; no behavior change since
the header injection runtime contract was already validated when #180
landed and re-confirmed when #182 merged.

Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
@saurabhjain1592 saurabhjain1592 merged commit 1aa4a44 into main May 6, 2026
21 checks passed
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.

1 participant