The Salesforce Winter ’26 Release is rolling out beginning September through October 2025. Packed with developer-centric updates, this release touches on Lightning Web Components (LWC), Apex, Agentforce, Data Cloud, platform tooling, and APIs. If you’re responsible for Salesforce development or architecture, there’s plenty to get excited about.
⚙️ LWC Enhancements for Developer Efficiency
- Lightning Out 2.0: You can now embed custom LWCs into external applications using Lightning Web Runtime (LWR) instead of the legacy Lightning Out (Beta). This opens up new options for framed UI integration beyond Salesforce.
- LWC as Local Actions in Screen Flows: LWCs can now run as client-side actions in flows—a capability previously limited to Aura. Developers can build components that don’t show UI but run logic within the flow itself.
- SLDS 2.0 (GA): The latest Salesforce Lightning Design System version is generally available, introducing dark mode for custom themes (in Beta) and updated styling tools.
- GraphQL Module for LWC: A new
lightning/graphqlmodule replaceslightning/uiGraphQLApi, supporting optional fields and dynamic queries—ideal for resilient, reusable components.
🔧 Apex & Tooling Upgrades
- Test Discovery and Test Runner APIs: The framework now covers both Apex and Flow tests from a single unified interface, streamlining continuous integration workflows.
- Binary File Support in External Services: External Services can now handle uploads and downloads of binary files (up to 16 MB) via OpenAPI 3.0. This means flows and Apex can integrate more richly with third-party systems.
- Additional Changes: ApexDoc is now the standard for code documentation. Also, in API version 65.0+,
abstractandoverridemethods must declare visibility modifiers (protected,public, orglobal).
🤖 Agentforce, Data Cloud & Platform Tools
- Agentforce DX Enhancements: One-stop CLI and VS Code extension support for building, debugging, activating, and deactivating agents. You can monitor agent usage, latency, and errors via a new metrics dashboard.
- Data Cloud Innovations: Document AI for extracting schema from unstructured documents, and zero-copy federated connectors for Google BigQuery, Snowflake, and Databricks.
- Platform CLI Updates: New CLI commands for package upgrade workflows (
package push-upgrade schedule | abort | list | report) and source mobility features for local projects. - API Updates:
- Metadata deployments now include two new states:
Finalizing DeployandFinalizing Deploy Failed, improving control of large deployments. - The SOAP
login()call will be retired (effective Summer ’27); organizations should upgrade to modern authentication methods.
📌 What You Should Do Next
- Pick your priority features: Identify which update (e.g., LWC local actions, Agentforce DX) aligns best with your 2026 roadmap.
- Pilot new tooling: Try the latest CLI commands or agent metrics dashboard in a sandbox before full rollout.
- Update documentation & standards: Revise your developer guidelines to include new patterns (e.g., use
lightning/graphql, adopt SLDS 2.0). - Train your teams: Make sure your developers are aware of changes like binary file support in External Services and the upcoming SOAP login() deprecation.
- Prepare the rollout plan: Align release windows, sandbox upgrades, and training calendar with Winter ’26 adoption phases.


Leave a Reply