From c0a43bca7a34bb71d23214060a0c5ed190739e18 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:30:22 -0700 Subject: [PATCH] Update release notes for version 2.143.6 Updated release notes for version 2.143.6 and added new features and fixes. --- releasenotes/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/releasenotes/README.md b/releasenotes/README.md index d109f2074..ce9683853 100644 --- a/releasenotes/README.md +++ b/releasenotes/README.md @@ -25,12 +25,16 @@ Additional documentation: * [Salesforce CLI Plugin Developer Guide](https://github.com/salesforcecli/cli/wiki/Quick-Introduction-to-Developing-sf-Plugins) * [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm) -## 2.142.6 (July 8, 2026) [stable-rc] +## 2.143.6 (July 15, 2026) [stable-rc] These changes are in the Salesforce CLI release candidate. We plan to include these changes in next week's official release. This list isn't final and is subject to change. ------------ +* FIX: Salesforce DX projects now support the UiWidgetBundle [metadata type](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json). + +## 2.142.6 (July 8, 2026) [stable] + * NEW: (Agentforce DX) Manage MCP server registrations in the API Catalog with these new `agent mcp` commands: * `agent mcp asset list` : List the assets (tools, prompts, and resources) for an MCP server in the catalog. @@ -76,7 +80,7 @@ These changes are in the Salesforce CLI release candidate. We plan to include th * FIX: Salesforce DX projects now support the IdpConfiguration [metadata type](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json). -## 2.141.6 (July 1, 2026) [stable] +## 2.141.6 (July 1, 2026) * FIX: [String replacement](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_string_replace.htm) on big metadata files now works correctly. (GitHub Issue [#3461](https://github.com/forcedotcom/cli/issues/3461), source-deploy-retrieve PR [#1699](https://github.com/forcedotcom/source-deploy-retrieve/pull/1699))