chore(server): bump REST API version - #3159
Open
imbajin wants to merge 2 commits into
Open
Conversation
- identify the default-role REST contract as API 0.72 - preserve 1.7 releases at API 0.71 for client compatibility - document when the manifest version must change
imbajin
force-pushed
the
cx/bump-server-api-version
branch
from
August 16, 2026 19:41
67ff2e0 to
52035da
Compare
9 tasks
- install reactor outputs before assembling Server images - isolate and lock Maven caches by source revision - verify packaged API versions against source in CI - run Docker CI for every reactor source change
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #3159 +/- ##
============================================
- Coverage 41.06% 1.53% -39.53%
+ Complexity 519 21 -498
============================================
Files 771 749 -22
Lines 65962 63447 -2515
Branches 8766 8318 -448
============================================
- Hits 27088 975 -26113
- Misses 36008 62388 +26380
+ Partials 2866 84 -2782 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Before → after
HugeGraph 1.7 and current master both reported REST API
0.71, even thoughmaster added the default-role APIs used by Hubble permission presets.
Master now exposes a consistent
0.72contract from source through the finalDocker image:
version.properties:ApiVersion=0.72Implementation-Version: 0.72.0.0ApiVersionchange log: GraphSpace default-role management APIsClients can distinguish released 1.7 from master through
/versions, withoutprobing privileged endpoints or branching on the core version.
Verification
/versions.api = 0.72.0.0.0.72.0.0.ApiVersion=0.72.actionlintandgit diff --checkpassed.high or medium finding.