Updates

  • V2 Node Annotations: V2 Node Types now declare supported annotations directly in their spec, with an Annotations tab in the editor for easy discovery and copyable snippets.

  • Desktop App: A preview version of the Coalesce Desktop application is now available, which supports automatic background updates and customizable update preferences.

  • Local Project Association: coa init associates projects with cloud workspaces by default and adds project validation in coa doctor.

  • Column Metadata: Column descriptions, default values, and nullability constraints now hydrate directly into column definitions.

  • Job Schedules: Paused schedule indicators are now displayed directly within job details.

  • New Login Experience: New login experience is being rolled out in phases starting with this release.

Bug Fixes

  • Deploy Dashboard Polling: Schedule polling on the Deploy dashboard pauses when the browser tab is hidden and refreshes at a lower frequency to prevent unnecessary server load.

  • V2 SELECT DISTINCT Mapping: Correctly records SELECT DISTINCT clauses on V2 node source mappings during SQL parsing.

  • Subgraph Selection Freezes: Selecting nodes on large subgraph canvases executes in a single dispatch pass, removing multi-second UI freezes.

  • Monaco Editor Command Palette: Restored Command Palette (F1 / context menu) and line navigation across all Monaco SQL editors.

  • Subgraph Performance: Resolved performance bottlenecks and rendering lag across large subgraphs.

  • Editor Command Menu: Restored the context command menu in the SQL editor.

  • Graph Error Handling: Fixed an issue where unhandled error objects caused crashes in graph and grid views.

  • Login Redirects: Resolved navigation issues when accessing the login page directly.

  • Plan Summary: Fixed mislabeled summary metrics during plan generation.