Skip to content

Release v6.1.0#444

Merged
joeluong-sfcc merged 3 commits intomainfrom
release/20260223
Feb 25, 2026
Merged

Release v6.1.0#444
joeluong-sfcc merged 3 commits intomainfrom
release/20260223

Conversation

@joeluong-sfcc
Copy link
Collaborator

@joeluong-sfcc joeluong-sfcc commented Feb 23, 2026

This PR updates the APIs in alignment with ECOM v26.3, and prepares the release for March 3rd, when we will create a github release and release to NPM.

Some things to note is the following APIs have been renamed:

  • cdn-api-process-apis → zones
  • cors-preferences → cors
  • shopper-login → auth
  • slas-admin → auth-admin

Some generation scripts have been updated to account for this change, but no class names have been changed

How to test

Easiest way I've found to test is to check the diff between the generated SDKs:

  1. git checkout main && git pull
  2. npm install --legacy-peer-deps && npm run build
  3. git checkout release/20260223
  4. Navigate to the .gitignore and remove renderedTemplates
  5. git add . && git commit -m ""
  6. npm run build
  7. Observe the diff

@joeluong-sfcc joeluong-sfcc requested a review from a team as a code owner February 23, 2026 22:46
| shopper-login | 1.46.0 |
| campaigns | 1.0.40 |
| catalogs | 1.0.46 |
| cors-preferences | 1.1.0 |
Copy link
Contributor

@alexvuong alexvuong Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be cors-preferences-oas-v1=1.0.9 instead? We probably can add some context here to know where this package comes from since it is not existing in previous version. E.g
Cors-preferences-oas is now renamed to cors-oas, but the isomorphic still works with old namespace

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it should just be the API name, the commerce SDK has also been updated to work with the old names so I think we're okay on that front

@joeluong-sfcc joeluong-sfcc merged commit 25914c2 into main Feb 25, 2026
7 checks passed
@joeluong-sfcc joeluong-sfcc deleted the release/20260223 branch February 25, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants