Private Preview Features
These features are currently in Private Preview. Please reach out to your Coalesce account manager to sign up.
Onboarding Wizard
The Onboarding Wizard is back—and better aligned with your needs. This step-by-step setup guides you through authentication and storage configuration so you can spend less time on setup and more time building pipelines.
Your Feedback in Action
Storage & Mapping Optional on Duplication: When you duplicate a Workspace, you can now skip Storage Location configuration and Storage Mapping entirely—no need to fill them in unless you want to change them.
Existing Commits: If you’re branching off an existing Workspace with mappings already in your repo, the Onboarding Wizard will automatically pull in those Storage Locations and Storage Mappings for you.
Auto-Populate Existing Settings: If your original Workspace already had Storage Locations or Storage Mappings, we’ll carry those over automatically so you don’t have to reconfigure.
Why You’ll Love It
These tweaks remove unnecessary clicks when duplicating a Workspace and ensure your existing settings stick—giving you a seamless transition every time.
Deploy Wizard Improvements
We’ve refined the Deploy Wizard to give you clearer visibility into errors and warnings during the Review Plan step. Now, issues are organized into separate Errors and Warnings tabs—so you can quickly zero in on what needs fixing before you deploy.

Updates
We've improved the display of Projects and Environments with long names on the Deploy Page to make it easier to filter:
Selected environments in the filter now show their full names instead of project-name combinations.
Hover tooltips now appear in both the dropdown list and selection textbox to show full names when they're cut off.
The “×” remove button is now consistently visible on all selected filter tags, even when their labels are truncated. This ensures users can always remove applied filters without needing to hover or expand the text.
Syntax highlighting was added to the Parameter pages, making it easier to spot errors and understand the code structure at a glance.
A
next
parameter has been added to the List Runs endpoint response, making it easier to track your position while paginating through results.Improved support for
systemColumns
in Node endpoints:The Get Workspace Node endpoint now includes all
systemColumns
attributes in its response.The Set Workspace Node endpoint has been updated to preserve existing
systemColumns
attributes when updating a Node.System columns were added to the
metadata.column
.
Bug Fixes
Fixed incorrect error message when making change tracking configuration required in UDNs. The message now correctly states "Please select a change tracking column."
Previously, users were incorrectly prompted to upgrade already-upgraded repositories. Coalesce now properly verifies Git commits and provides clear error messages when Git account testing is needed.
Environments no longer get stuck in a "Refreshing" state when no jobs are actively running.
Long Azure DevOps PR descriptions now properly truncate before being included in commit messages, preventing SQL compilation errors during deployment.