From 8283508143889ac9858b01a21d38cdb14edcc215 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Wed, 6 May 2026 13:37:59 +0200 Subject: [PATCH] fix(release): correct SDK version to v7.1.0 (was incorrectly v7.7.0) [skip-runtime-e2e] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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 --- CHANGELOG.md | 10 +++++----- pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d48a2..a4642ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the AxonFlow Java SDK will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [7.7.0] - 2026-05-06 — X-Axonflow-Client header + scope-aware license validation +## [7.1.0] - 2026-05-06 — X-Axonflow-Client header + scope-aware license validation **Companion release to platform v7.7.0.** The Java SDK now sends an `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. ### Compatibility - **No public API changes.** Existing v7.0.x callers update - `7.7.0` on the `axonflow-sdk` dependency and - rebuild against v7.7.0 with no source changes. + `7.1.0` on the `axonflow-sdk` dependency and + rebuild against v7.1.0 with no source changes. - **Backward-compatible against pre-v7.7.0 agents.** The header is silently dropped by older agents; the SDK behaves identically against 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. - **Platform v7.7.0** — V1 SaaS Plugin Pro launch, license matrix, per-tenant tier resolution, GDPR right-to-erasure ([CHANGELOG](https://github.com/getaxonflow/axonflow/blob/main/CHANGELOG.md)) -- **Go SDK v7.7.0** / **Python SDK v7.7.0** / - **TypeScript SDK v7.7.0** — same `X-Axonflow-Client` injection +- **Go SDK v7.1.0** / **Python SDK v7.1.0** / + **TypeScript SDK v7.1.0** — same `X-Axonflow-Client` injection - **Plugins** — Claude Code / Cursor / Codex v1.2.0; OpenClaw v2.2.0 with Pro license token paste activating Pro features diff --git a/pom.xml b/pom.xml index 2d58515..d908787 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.getaxonflow axonflow-sdk - 7.7.0 + 7.1.0 jar AxonFlow Java SDK