Next Release: changelog and version packages#393
Open
github-actions[bot] wants to merge 2 commits intomainfrom
Open
Next Release: changelog and version packages#393github-actions[bot] wants to merge 2 commits intomainfrom
github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
425e9e8 to
ed67462
Compare
3dc45d4 to
6217ab8
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@1.9.0
Minor Changes
#399
6be308a- SupportassetQueryas a first-class config field. Set it indw.json(per-instance), inpackage.jsonunderb2c, or viaSFCC_ASSET_QUERYto control which JSON dot-paths are extracted as assets during content library parsing. The VS Code Content Libraries tree andb2c content exportboth honor it automatically; the--asset-queryflag still wins when provided, and the fallback remains["image.path"]. (Thanks @clavery!)#328
31e136b- ODS CLI:b2c sandbox createadds--emailsfor notification addresses;b2c sandbox updateadds--start-scheduler,--stop-scheduler,--clear-start-scheduler, and--clear-stop-scheduler;b2c realm updateadds--emails,--start-scheduler,--stop-scheduler,--clear-start-scheduler, and--clear-stop-scheduler. (Thanks @charithaT07!)Sandbox API:
b2c sandbox operations listandb2c sandbox operations get(inspect lifecycle operations);b2c sandbox alias get(get one alias by ID, same endpoint asalias list --alias-id).User guide updated for scheduling flags, sandbox operations, and
b2c sandbox alias get.Patch Changes
3cefda3-b2c debug --helpnow deep-links to the Debug command reference page on the docs site. (Thanks @clavery!)Updated dependencies [
6be308a,51aed02]:@salesforce/b2c-tooling-sdk@1.9.0
Minor Changes
6be308a- SupportassetQueryas a first-class config field. Set it indw.json(per-instance), inpackage.jsonunderb2c, or viaSFCC_ASSET_QUERYto control which JSON dot-paths are extracted as assets during content library parsing. The VS Code Content Libraries tree andb2c content exportboth honor it automatically; the--asset-queryflag still wins when provided, and the fallback remains["image.path"]. (Thanks @clavery!)Patch Changes
51aed02- Fixactive: trueonconfigs[]instances being ignored unless the root object also hasactive: false(Thanks @clavery!)b2c-vs-extension@0.6.0
Minor Changes
#399
6be308a- SupportassetQueryas a first-class config field. Set it indw.json(per-instance), inpackage.jsonunderb2c, or viaSFCC_ASSET_QUERYto control which JSON dot-paths are extracted as assets during content library parsing. The VS Code Content Libraries tree andb2c content exportboth honor it automatically; the--asset-queryflag still wins when provided, and the fallback remains["image.path"]. (Thanks @clavery!)#399
6be308a- Enforce Safety Mode in the VS Code extension. Destructive operations initiated from the extension (sandbox delete/stop/restart, WebDAV writes, jobs, etc.) now honorSFCC_SAFETY_LEVEL,SFCC_SAFETY_CONFIRM,SFCC_SAFETY_CONFIG, and the per-instancesafetyblock indw.json, consistent with the CLI. Every extension command is also evaluated against command rules (e.g.{ "command": "b2c-dx.sandbox.delete", "action": "block" }), and confirmation-mode policies surface a native VS Code modal before the command runs. (Thanks @clavery!)Patch Changes
#399
6be308a- Fix Content Libraries tree not updating when switching instances. The tree previously kept libraries from the old instance; it now re-seeds from the newly active instance's configuredcontentLibraryon switch. (Thanks @clavery!)Updated dependencies [
6be308a,51aed02]:@salesforce/b2c-dx-mcp@1.0.15
Patch Changes
6be308a,51aed02]:@salesforce/mrt-utilities@0.1.7
Patch Changes
18471af- Keep ACH header in request (Thanks @kieran-sf!)@salesforce/b2c-dx-docs@0.2.23
Patch Changes
3cefda3- Documentation audit pass: corrected mismatched flags and missing commands across the CLI reference. Highlights: (Thanks @clavery!)b2c sandbox ips,b2c mrt env var push, andb2c debug(previously omitted).mrt project get/update/deleteexamples to use the required positional slug; correctedmrt project member add/update --roleto integer values; replacedmrt env invalidate --pathwith the actual--patternflag; correctedmrt env redirect create/delete/cloneflag names; rewrotemrt user api-keyandmrt user email-prefsagainst the real flags.ecdn zones create,ecdn cache purge,ecdn security update,ecdn speed update, andecdn logpush jobs createflag tables to match source.--display-name, etc.) fromam users update.>=22.16.0across all installation guides.account-managerguide no longer recommends the unsupportedclient_secret_post; theauthenticationwarning was reframed as guidance towardclient_secret_basic.bm-roles,setup,ecdn,replications,scapi-schemas,cap,logs).#389
23205eb- Updated plugin install examples to default to user scope (Thanks @amit-kumar8-sf!)#328
31e136b- ODS CLI:b2c sandbox createadds--emailsfor notification addresses;b2c sandbox updateadds--start-scheduler,--stop-scheduler,--clear-start-scheduler, and--clear-stop-scheduler;b2c realm updateadds--emails,--start-scheduler,--stop-scheduler,--clear-start-scheduler, and--clear-stop-scheduler. (Thanks @charithaT07!)Sandbox API:
b2c sandbox operations listandb2c sandbox operations get(inspect lifecycle operations);b2c sandbox alias get(get one alias by ID, same endpoint asalias list --alias-id).User guide updated for scheduling flags, sandbox operations, and
b2c sandbox alias get.@salesforce/b2c-agent-plugins@1.2.1
Patch Changes
5ae3691- Improve skill trigger accuracy: rewrite b2c-scapi-admin and b2c-site-import-export descriptions, merge b2c-users-roles into b2c-am, fix weak eval prompts for b2c-job (Thanks @clavery!)