Changelog
November 7, 2025
- Web: 1.3.4
- CLI: 3.5.4
- Cloud: 2.9.5
Fixes
- Fixes an issue where added/deleted nested components inside added/deleted standard or packaged composite components would be incorrectly omitted from deployments
- Fixes incorrect/inconsistent diff counts in deployment review and results
October 13, 2025
- CLI: 3.5.3
- Cloud: 2.9.4
October 10, 2025
- Web: 1.3.1
- Cloud: 2.9.3
Improvements
- Web: Adds ability to manage repository contributors for managed repos
- Web: Adds links to open Salesforce code in an online IDE for supported repositories
- Web: Improves device code flow user interface
September 30, 2025
- Web: 1.3.0
- CLI: 3.5.2
- Cloud: 2.9.2
New features
- This release delivers on our #1 requested feature: selective deployment! You now have the option to deploy only a selected subset of detected changes, while leaving the rest for later.
- We also completely overhauled the deployment review experience in this release, so that you can now tell new changes from prior, get a clearer and more detailed summary of changes, better understand standard/package metadata and clobber — and much more.
September 2, 2025
- Web: 1.2.1
- Cloud: 2.8.1
August 24, 2025
- Web: 1.2.0
- Cloud: 2.8.0
New features
- This release adds managed repositories to OrgFlow! 🎉 Don't want to bother with setting up a Git repository for your Salesforce metadata? Let OrgFlow create and manage a GitHub repository for you. If you want, we'll add you as a contributor.
Improvements
- Web: A new onboarding experience makes it easier than ever to get up and running with OrgFlow.
August 13, 2025
- CLI: 3.4.2
- Cloud: 2.7.4
Fixes
- Fixes an issue where processes might incorrectly fail when acquiring exclusive leases on environments.
- Web: Fixes an issue where users with an access level lower than Administrator were not permitted to delete the Git branch or Salesforce sandbox along with the OrgFlow environment itself, even when they were the environment owner.
- Web: Fixes an issue where any flow jobs in a stack would appear to be stuck if one or more environments in the stack were still being created (uninitialized) because stack baseline API version determination would fail and retry indefinitely. Baseline API version is now determined only based on fully initialized environments.
August 7, 2025
- CLI: 3.4.1
- Cloud: 2.7.3
Improvements
We discovered a bug in the Salesforce metadata API where the API name of a component that failed to delete was sometimes reported as destructiveChanges.xml instead of the name of the component. This prevented us from tracking the failure state of that component, which in turn caused OrgFlow to repeatedly retry the deployment until the max number of attempts was reached. This release introduces a workaround that identifies the incorrect responses from the metadata API and transforms them to the correct values early in the process.
August 2, 2025
- Web: 1.1.2
- CLI: 3.4.0
- Cloud: 2.7.2
Improvements
- Environment state storage model has been reworked to prepare for upcoming features
- Web: An environment's undeployed components now show the type of change (added/modified/removed), and a clearer reason why the component is undeployed
July 12, 2025
- Web: 1.1.1
- CLI: 3.3.1
- Cloud: 2.7.1
Fixes
Fixes an issue where outbound flows using history diff might miss components to be deployed if include specs had changed.
July 9, 2025
- Web: 1.1.0
- CLI: 3.3.0
- Cloud: 2.7.0
New features
Maximum number of deployment attempts
The maximum number of deployments that OrgFlow will attempt before failing can now be specified for flow out and flow merge jobs.
Previously this was hard-coded to 5 attempts, which remains the default.
For OrgFlow Web, a new input field has been added to the flow out and flow merge dialogs; for OrgFlow CLI the new --maxDeployAttempts option has been added to the env:flowout and env:flowmerge commmands.
Purge on delete
The purge on delete deployment option can now be specified for flow out and flow merge jobs. Purge on delete bypasses Salesforce's recycle bin and makes deleted metadata components immediately eligible for deletion in the org.
Previously this was hard-coded to Auto which means to purge on delete only when deploying to a sandbox. The new configurable option defaults to Never which instead optimizes for safety and does not purge on delete regardless of target org type.
For OrgFlow Web, new radio buttons have been added to the flow out and flow merge dialogs; for OrgFlow CLI the new --purgeOnDelete option has been added to the env:flowout and env:flowmerge commmands.
Improvements
Fixes
- Fixes an issue with inbound flow where excluded composite components could be incorrectly deleted in some circumstances
- Fixes an issue where a stack's baseline API version would only be kept up to date if the effective version selection mode for at least one environment in the stack was baseline
- Web: Fixes an issue where current billing period would be visualized incorrectly on the billing and usage page
June 21, 2025
- Web: 1.0.1
- CLI: 3.2.4
- Cloud: 2.6.17
Improvements
- Updates links throughout the product to align with updated website and docs URL scheme
- CLI: Improves the output of the
orgflow --helpcommand
June 19, 2025
- Web: 1.0.0
- Cloud: 2.6.16
June 7, 2025
- CLI: 3.2.2
Fixes
- Fixes an issue where Salesforce authentication could sometimes fail with
INSUFFICIENT_ACCESS: Inactive Organizationfor a recently refreshed sandbox
May 30, 2025
- CLI: 3.2.1