Next Release: changelog and version packages#61
Merged
Conversation
a8556ff to
d2a24db
Compare
a0792d0 to
f3f26de
Compare
yhsieh1
previously approved these changes
Jan 21, 2026
Collaborator
|
@yhsieh1 You can remove yourself from these. I'll try to figure out a way so that these automated PRs don't have automatic reviewers. |
f2dd81f to
bfd6c21
Compare
bfd6c21 to
22490bf
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@salesforce/b2c-cli@0.2.0
Minor Changes
#62
269de20Thanks @clavery! - Addsetup configcommand to display resolved configuration with source tracking.Shows all configuration values organized by category (Instance, Authentication, SCAPI, MRT) and indicates which source file or environment variable provided each value. Sensitive values are masked by default; use
--unmaskto reveal them.#59
253c1e9Thanks @clavery! - Reorganizes MRT commands by scope: project-level commands undermrt project, environment-level undermrt env, and deployment commands undermrt bundle. Themrt bundle downloadcommand now downloads files by default instead of just printing the URL.#59
253c1e9Thanks @clavery! - Adds complete MRT CLI coverage organized by scope:mrt project(CRUD, members, notifications),mrt env(CRUD, variables, redirects, access-control, cache invalidation, B2C connections),mrt bundle(deploy, list, history, download),mrt org(list, B2C instances), andmrt user(profile, API key, email preferences).#59
253c1e9Thanks @clavery! - Replacesmrt pushwithmrt bundle deploy. The new command supports both pushing local builds and deploying existing bundles by ID.e0d652aThanks @clavery! - Addb2c setup skillscommand for installing agent skills to AI-powered IDEs (Claude Code, Cursor, Windsurf, VS Code/Copilot, Codex, OpenCode)11a6887Thanks @clavery! - Addb2c ecdncommands for managing eCDN zones, certificates, WAF, caching, security settings, and related configurations.Patch Changes
97f4b68Thanks @clavery! - code deploy archive deletion is not a hard error#64
c35f3a7Thanks @clavery! - Fix HTML response bodies appearing in ERROR log lines. When API requests fail with non-JSON responses (like HTML error pages), error messages now show the HTTP status code (e.g., "HTTP 521 Web Server Is Down") instead of serializing the entire response body.Added
getApiErrorMessage(error, response)utility that extracts clean error messages from ODS, OCAPI, and SCAPI error patterns with HTTP status fallback.Updated dependencies [
c35f3a7,253c1e9,e0d652a,11a6887,a14c741]:@salesforce/b2c-tooling-sdk@0.2.0
Minor Changes
#59
253c1e9Thanks @clavery! - Adds complete MRT CLI coverage organized by scope:mrt project(CRUD, members, notifications),mrt env(CRUD, variables, redirects, access-control, cache invalidation, B2C connections),mrt bundle(deploy, list, history, download),mrt org(list, B2C instances), andmrt user(profile, API key, email preferences).e0d652aThanks @clavery! - Addb2c setup skillscommand for installing agent skills to AI-powered IDEs (Claude Code, Cursor, Windsurf, VS Code/Copilot, Codex, OpenCode)11a6887Thanks @clavery! - Addb2c ecdncommands for managing eCDN zones, certificates, WAF, caching, security settings, and related configurations.#66
a14c741Thanks @clavery! - Add User-Agent header to all HTTP requests. Sets bothUser-Agentandsfdc_user_agentheaders with the SDK or CLI version (e.g.,b2c-cli/0.1.0orb2c-tooling-sdk/0.1.0).Patch Changes
#64
c35f3a7Thanks @clavery! - Fix HTML response bodies appearing in ERROR log lines. When API requests fail with non-JSON responses (like HTML error pages), error messages now show the HTTP status code (e.g., "HTTP 521 Web Server Is Down") instead of serializing the entire response body.Added
getApiErrorMessage(error, response)utility that extracts clean error messages from ODS, OCAPI, and SCAPI error patterns with HTTP status fallback.@salesforce/b2c-dx-mcp@0.2.0
Patch Changes
c35f3a7,253c1e9,e0d652a,11a6887,a14c741]: