Commit 705b1f7
authored
chore(release): v7.7.0 — X-Axonflow-Client header + scope-aware license validation [skip-runtime-e2e] (#163)
Companion release to platform v7.7.0. The Java SDK now sends
X-Axonflow-Client: sdk-java/<version> on every governed request, which
the agent (v7.7.0+) uses to derive SDK request scope and validate
against any license token's audience claim per the ADR-050 license
matrix.
Single substantive change since v7.0.0 (#161 — header injection).
Supporting commits since v7.0.0 (DCO sign-off docs, definition-of-done
CI gate, v7.0.0 changelog typo correction) are infrastructure and not
user-facing.
No public API changes. Existing v7.0.x callers update
<version>7.7.0</version> and rebuild against v7.7.0 with no source
changes.
Backward-compatible against pre-v7.7.0 agents (header silently dropped).
[skip-runtime-e2e] — version + CHANGELOG bump only; the underlying
header behavior shipped + was runtime-tested when #161 landed.
Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>1 parent 350b73e commit 705b1f7
2 files changed
Lines changed: 42 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
8 | 49 | | |
9 | 50 | | |
10 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments