fix(release): correct SDK version v7.7.0 → v7.1.0 [skip-runtime-e2e]#183
Merged
saurabhjain1592 merged 1 commit intomainfrom May 6, 2026
Merged
fix(release): correct SDK version v7.7.0 → v7.1.0 [skip-runtime-e2e]#183saurabhjain1592 merged 1 commit intomainfrom
saurabhjain1592 merged 1 commit intomainfrom
Conversation
…[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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.py7.7.0 → 7.1.0[7.7.0]→[7.1.0](2026-05-06 preserved)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.