Skip to content

Commit 6ee2583

Browse files
fix(release): correct SDK version to v7.1.0 (was incorrectly v7.7.0) [skip-runtime-e2e] (#164)
Companion to axonflow-sdk-{go,python,typescript} fix PRs (#156, #183, #215). Previous release PR #163 bumped Java SDK from v7.0.0 directly to v7.7.0 to platform-align with V1 SaaS Plugin Pro launch — incorrect semver. Only one substantive feature since v7.0.0 (X-Axonflow-Client header injection in #161), so natural bump is v7.1.0. Updates: - pom.xml <version> 7.7.0 → 7.1.0 - CHANGELOG header [7.7.0] → [7.1.0], 2026-05-06 stamp preserved - Sister SDK refs (Go / Python / TypeScript) updated to v7.1.0 - Platform v7.7.0 refs in same entry kept (those are correctly the platform version) [skip-runtime-e2e] — version-correction only; no behavior change since the header injection runtime contract was already validated when #161 landed and re-confirmed when #163 merged. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
1 parent 705b1f7 commit 6ee2583

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the AxonFlow Java SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [7.7.0] - 2026-05-06 — X-Axonflow-Client header + scope-aware license validation
8+
## [7.1.0] - 2026-05-06 — X-Axonflow-Client header + scope-aware license validation
99

1010
**Companion release to platform v7.7.0.** The Java SDK now sends an
1111
`X-Axonflow-Client` identification header on every governed request, which
@@ -24,8 +24,8 @@ license token's audience claim per the ADR-050 license matrix.
2424
### Compatibility
2525

2626
- **No public API changes.** Existing v7.0.x callers update
27-
`<version>7.7.0</version>` on the `axonflow-sdk` dependency and
28-
rebuild against v7.7.0 with no source changes.
27+
`<version>7.1.0</version>` on the `axonflow-sdk` dependency and
28+
rebuild against v7.1.0 with no source changes.
2929
- **Backward-compatible against pre-v7.7.0 agents.** The header is
3030
silently dropped by older agents; the SDK behaves identically against
3131
v7.0.x / v7.1.x / v7.6.x agents as before.
@@ -38,8 +38,8 @@ license token's audience claim per the ADR-050 license matrix.
3838
- **Platform v7.7.0** — V1 SaaS Plugin Pro launch, license matrix,
3939
per-tenant tier resolution, GDPR right-to-erasure
4040
([CHANGELOG](https://github.com/getaxonflow/axonflow/blob/main/CHANGELOG.md))
41-
- **Go SDK v7.7.0** / **Python SDK v7.7.0** /
42-
**TypeScript SDK v7.7.0** — same `X-Axonflow-Client` injection
41+
- **Go SDK v7.1.0** / **Python SDK v7.1.0** /
42+
**TypeScript SDK v7.1.0** — same `X-Axonflow-Client` injection
4343
- **Plugins** — Claude Code / Cursor / Codex v1.2.0; OpenClaw v2.2.0
4444
with Pro license token paste activating Pro features
4545

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.getaxonflow</groupId>
88
<artifactId>axonflow-sdk</artifactId>
9-
<version>7.7.0</version>
9+
<version>7.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>AxonFlow Java SDK</name>

0 commit comments

Comments
 (0)