Apex Aide apexaide

What Caught My Eye in the Salesforce Winter ’26 Release – 10 Key Takeaways

By Andy Fawcett· Andy in the Cloud· ·Advanced ·Developer ·6 min read
Summary

The Salesforce Winter ’26 release introduces several enhancements focused on developer and architect efficiency, including improved integration with External Services supporting binary data, and the return of Lightning Out v2.0 for using Lightning Web Components outside Salesforce. It also offers better developer experience features like local LWC development with Apex access, unified test results for Apex and Flow, and official Apex documentation annotations. Additionally, automatic dependency discovery in packaging simplifies managing dependencies, and new Flow automation around external systems is possible with a Mulesoft license. Overall, these updates help Salesforce teams build more efficient integrations, streamline development workflows, and adopt modern web development practices.

Takeaways
  • Integrate external APIs with enhanced External Services supporting binary content natively.
  • Use Lightning Out v2.0 and elevate third-party scripts to trusted status in LWCs.
  • Develop LWCs locally with access to deployed Apex and org data to speed iteration.
  • Leverage unified Apex and Flow test result views for better testing insight.
  • Simplify packaging with automatic dependency discovery for managed packages.

In my new role, I am enjoying getting back into a favorite pastime of trawling through the release notes and Metadata API for the latest new features and changes . That’s right – I really do compare the Metadata API as it often uncovers smaller changes or draws attention to something I might have missed in clicking through the documentation. This blog is not exhaustive – it’s simply a quick list of things that caught my eye (thus far) from a more developer, architect, and general architecture perspective . Rest assured, a number of these have gone on the future blogs list for a deeper dive! Integration Features and API Updates External Services continues to impress me with how easy it makes integrating well-documented (aka via OpenAPI schema) external APIs into Apex and Flow. It’s no longer just robotically generating stubs but adding actual platform integration value as well. With async APIs, it does a great job at integrating with platform callbacks.

ApexFlowForce.comInvocable MethodsLightningMetadata APIPackagingSalesforce APIUncategorizedWeb Services