Release v6.4.0 for ECOM v26.7 (@W-23232606@) - #452
Merged
Merged
Conversation
ECOM v26.7. Bumps all APIs to the v26.7 pinned versions per the api-manager release/26.7 pom. zones-oas-v1 is held at 1.2.0 in this release; the v1.3.0 spec introduces a Turnstile tag that triggers a class-name collision in the OAS generator (CDNZones exported from both DefaultApi and TurnstileApi). Follow-up to fix the generator template will land separately.
vcua-mobify
reviewed
Jun 29, 2026
vcua-mobify
left a comment
Contributor
There was a problem hiding this comment.
zones-oas-v1 verified to be at v 1.2.0
+1
vcua-mobify
approved these changes
Jun 29, 2026
4 tasks
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.
Summary
release/26.7POM.API version diff vs v6.3.0
CDN Zones API held at 1.2.0
zones-oas-v1(cdn-api-process-apis) is held at 1.2.0 in this release rather than bumping to 1.3.0. The v1.3.0 spec adds a Turnstile tag, and the OAS generator template atsrc/generate-oas.ts:78returnsCDNZonesas the class name for every operation of the Zones spec regardless of tag — so v1.3.0 produces two files exporting the sameCDNZonesclass (DefaultApi.tsandTurnstileApi.ts) and the TypeScript build fails withTS2308. A follow-up will fix the generator to tag-scope the class name; once that lands, a patch can bump CDN Zones to 1.3.0.Test plan
npm run updateApisregenerates all API specs cleanly with no[error]diff entries that change v6.4.0 semantics.npm run build(tsc) compiles green.npm run docregenerates the version table and HTML docs; v6.3.0 entries are untouched.Ticket
W-23232606