
Andrew Hanna

Andrew Hanna

TL;DR: The current live release, Summer '26 (API version 67.0), reshaped Salesforce deployments: DevOps Center is now native with no managed package, a new Metadata Deployment beta resolves component dependencies automatically, and Apex now defaults to user mode. Winter '27 reaches production between September 4 and October 9, 2026, and retires the OAuth username-password flow, so audit your integration auth before then.
If your pipeline still runs on habits from two releases ago, the last few months moved the ground under you. Here is what actually changed, what is arriving next, and what a release manager should do about it this week.
Summer '26 is the release currently running in production, having rolled out to instances between May 15 and June 13, 2026, on API version 67.0. Winter '27 is next: its release notes publish on August 19, 2026, sandbox preview opens August 28, and production upgrades run in three waves on September 4, October 2, and October 9. In other words, the release you deploy against today is not the one you will deploy against next month.
The headline for teams is that DevOps Center is now native. There is no managed package to install and version anymore, which removes a whole class of upgrade friction from the tool that tracks your changes and promotes them through stages tied to sandboxes.
Two more changes matter for anyone who deploys metadata:
These are genuine improvements, but native and beta are not the same as battle-tested at scale. Teams running dozens of parallel branches, environment-specific config, and profile-heavy releases still need governance, conflict resolution, and audit trails that a first-party tool at beta maturity does not fully cover yet. That gap is exactly why dedicated platforms like Copado, Gearset, and Serpent exist, and if you are weighing native tooling against a purpose-built pipeline, our Copado comparison lays out where each fits.
API version 67.0 shipped defaults that can change runtime behavior, so they belong in your regression tests, not a footnote:
Database methods run in user mode instead of system
mode, enforcing object permissions and field-level security automatically.
with sharing rather than without sharing. Existing classes
keep their behavior until your pipeline bumps their API version.
WITH SECURITY_ENFORCED no
longer compiles at API 67.0. Any deployment still carrying it fails the build, so
replace it with WITH USER_MODE before you bump the version.
On the tooling side, the Salesforce CLI now redacts access tokens and passwords from
command output by default, and a Metadata API MCP server entered beta. Looking further
out, the SOAP login() call for username and password authentication is
scheduled to retire in Summer '27, which is a deadline worth putting on the roadmap
now rather than discovering in a failed deploy.
The most disruptive Winter '27 change is not a feature, it is a retirement. The OAuth 2.0 username-password flow is going away, and connected apps that still authenticate with a username, password, and security token will stop receiving access tokens on your upgrade date. The failure is silent, so integrations degrade without an obvious error.
A release you did not test is a release you are deploying blind. Sandbox preview is the cheapest place to find out what breaks.
A tight pre-upgrade checklist:
None of this is optional busywork. Getting ahead of it is the difference between a quiet upgrade weekend and an incident. For the broader picture of where the platform is heading, see our takes on what changed in Summer '26 and the DevOps trends every release manager should watch in 2026. If a release like this is the moment you outgrow change sets and native tooling, a guided migration to a real pipeline is the next step.
What is the latest Salesforce release right now?
Summer '26 is the release in production today, on API version 67.0. Winter '27 upgrades production in waves on September 4, October 2, and October 9, 2026.
Is DevOps Center still a managed package?
No. As of Summer '26, DevOps Center is native to the platform with no managed package to install or upgrade.
What is the biggest breaking change for DevOps teams?
Winter '27 retires the OAuth 2.0 username-password flow. Integrations using a username, password, and security token stop receiving tokens after the upgrade, and they fail silently.
Why did my Apex behavior change after Summer '26?
API version 67.0 defaults SOQL, DML, and unspecified-sharing classes to user mode and with sharing, so object and field-level permissions are now enforced where they may not have been before.
When is the Winter '27 sandbox preview?
Sandbox preview opens August 28, 2026. To land on a preview instance, refresh or create the sandbox before 5 p.m. PT on August 27.
Commitment free!