Subscribe to our RSS feed or by email to receive automatic notifications when new releases are published.
Get notified when we ship new features and improvements.
Platform Cloud June 2026 is a maintenance release featuring critical security updates and bug fixes to improve Platform stability and reliability.
Enhancements (1)
| Component | Feature | Description |
|---|---|---|
| Configuration Manager Essentials | Compliance plan view toggle (ENG-24014) | Adjusted the method of swapping between the default and classic view of compliance plans. You can access the toggle on the Configuration Manager dashboard. |
Bug fixes (30)
| Component | Feature | Description |
|---|---|---|
| Admin Essentials | Service startup with colon in server ID (ENG-22854) | Fixed an issue where colons in server IDs could silently prevent services from detecting each other after startup; server IDs containing colons are now rejected with a descriptive error. |
| Configuration Manager Essentials | GradeComplianceReports device scope (ENG-22461) | GradeComplianceReports only grades devices in the plan. |
| Configuration Manager Essentials | Golden config treeId on import (ENG-21919) | Preserve golden config treeId upon import. |
| Core | Licensing timeout error (ENG-23266) | Fixed licensing timeout error. |
| Core | Redis command timeout on startup (ENG-24065) | Updated default for redis_command_timeout configuration to fix timeout issue on startup. |
| Inventory Manager | Itential Gateway 4 and Itential Gateway 5 device origin detection (ENG-23885) | Fixed device origin detection between Itential Gateway 4 and 5. |
| JSON Forms | Schema combination dropdown clear button (ENG-24062) | Removed the clear button in the schema combination dropdown so that users cannot set a schema combination to empty, which is invalid. |
| Operations Manager | Scheduled trigger error logging (ENG-23176) | Fixed object readability in error logging for scheduled triggers. |
| Operations Manager | Sidebar selection highlight (ENG-7784) | Fixed an issue in Operations Manager where the left navigation sidebar did not update the selection highlight when switching between job filter views (All Jobs, Active Jobs, Canceled Jobs, Errored Jobs, Watched Jobs). The table content updated correctly, but the sidebar highlight remained on the previously selected filter until a full page refresh. Now it correctly highlights the active filter as you navigate between views. |
| Operations Manager | Task details panel canvas reset (ENG-23772) | Fixed an issue in Operations Manager where resizing the task details panel would reset the canvas zoom and pan position. |
| Operations Manager | Task details panel hidden by sidenav (ENG-23688) | Expanding the side navigation when task details panel is fully expanded no longer hides the panel. |
| Operations Manager | View Data text selection (ENG-23774) | Fixed an issue in the View Data manual task that prevented individual lines of text from being selected. |
| Projects | Project asset import for users outside account collection (ENG-23778) | Fixed an error that prevented importing some project assets when the user was not in the account collection. |
| Projects | Project builder name sort with prefix (ENG-16128) | Fixed an issue in Project Builder where name sorting incorrectly included the project prefix. |
| Projects | Child job task corruption on task reference delete (ENG-24148) | The child job task is no longer corrupted in the workflow document when deleting a task reference and the workflow engine was updated so that you can start a job for workflows in this state for backwards compatibility. |
| Templates | Analytic template rename error message (ENG-10314) | Fixed an issue where renaming a MOP analytic template to an already-taken name while the project builder table is open surfaces Operation canceled by the user instead of the expected duplicate-name error. |
| Templates | Command template checkbox persistence (ENG-24271) | Fixed Treat info and warning as pass checkbox in the command template UI, so that it persists on save of the template. |
| Templates | Template disappears from folder tree on rename (ENG-24249) | Fixed a bug where renaming a Command Template or Analytic Template on a fresh page load would inconsistently cause it to disappear from the folder tree. |
| Templates | Template import schema validation (ENG-19450) | Fixed template import returning a cryptic error when the submitted template is missing required fields or contains non-string values for fields that expect strings. |
| Transformations | Unsaved changes check overrides delete confirmation (ENG-7303) | Fixed an issue when deleting a document with unsaved changes in Studio where users were hit with two confirmation dialogs back-to-back. |
| Workflow Engine (WFE) | Task worker error object logging (ENG-23166) | Logged error objects now appear correctly when logged from within a task worker instead of error=[ { } ]. |
| Workflows | Debug mode keyboard shortcut propagation (ENG-16946) | Fixed an issue in Studio where browser keyboard shortcuts (e.g. Cmd+Opt+I, Cmd+R) were silently consumed when the workflow canvas was in debug mode. Shortcuts now propagate to the browser as expected. |
| Workflows | Debug mode scenario input save (ENG-16945) | Resolved an issue in Debug Mode where pasting JSON into a scenario input field and immediately pressing Cmd+S caused the pasted value to revert to null after save. |
| Workflows | Deprecated task icons on canvas reload (ENG-10247) | Fixed issue where deprecated task icons and warnings disappear from the workflow canvas after a page reload. |
| Workflows | Import dialog behavior on partial import success (ENG-11415) | Fixed an issue in the Studio import dialog where a partial import success (some workflow files succeed, some fail) left the dialog open and the page unrefreshed. The dialog now closes and the sidebar updates to reflect successfully imported items even when other files in the batch fail. |
| Workflows | Job variable null value on canvas start (ENG-18492) | Fixed an issue where users could not assign a null value to a job variable when starting a workflow from the canvas. |
| Workflows | Save workflow API unknown _id handling (ENG-23356) | Fixed an issue in the Save Workflow API (POST /workflow_builder/workflows/save) where supplying an _id that does not exist in the database would silently succeed — the request returned no error but the workflow was never persisted. The API now returns a clear error message identifying the unknown _id. |
| Workflows | Unsaved changes dialog on tab close (ENG-6727) | Fixed a stale-closure bug that caused the Unsaved Changes navigation dialog to appear when closing a tab that had no unsaved edits. |
| Workflows | Workflow import with invalid debug mode scenario input (ENG-24105) | Fixed workflow import failures caused by invalid Debug Mode scenario input and added validation to prevent users from setting invalid values to scenario input. |
| Workflows | Workflow name truncation with dash character (ENG-7276) | Workflow names containing a dash character no longer get truncated incorrectly in the Studio tab label. |
Security fixes (13)
This release includes important security updates that address vulnerabilities in third-party packages and platform components.
| Component | Feature | Description |
|---|---|---|
| Core | Improper index validation in UUID (Core) (ENG-23787) | Updated the UUID dependency to resolve a security vulnerability (SNYK-JS-UUID-16133035). |
| Core | Sensitive information exposure in follow-redirects (Core) (ENG-23371) | Updated the follow-redirects dependency to resolve a security vulnerability (SNYK-JS-FOLLOWREDIRECTS-16032162). |
| Core | Use of uninitialized resource in ws (Core) (ENG-24042) | Updated the ws subdependency to resolve a security vulnerability (SNYK-JS-WS-16722635). |
| Inventory Manager | fast-uri security vulnerability (Inventory Manager) (ENG-24190) | Fixed fast-uri security vulnerability (SNYK-JS-FASTURI-16642394). |
| itential-utils | Directory traversal in fast-uri (itential-utils) (ENG-23883) | Updated the fast-uri dependency to resolve a Directory Traversal security vulnerability (SNYK-JS-FASTURI-16642399). |
| itential-utils | Directory traversal in fast-uri (itential-utils crossfunctional) (ENG-23815) | Updated the fast-uri dependency to resolve a Directory Traversal security vulnerability (SNYK-JS-FASTURI-16642399). |
| itential-utils | Sensitive information exposure in follow-redirects (itential-utils) (ENG-23374) | Updated the follow-redirects dependency to resolve a security vulnerability (SNYK-JS-FOLLOWREDIRECTS-16032162). |
| NSO Service Manager | Cross-site scripting in Quill (NSO Manager) (ENG-22488) | Resolved a cross-site scripting (XSS) vulnerability (CVE-2025-15056) by updating Quill to a secure version in app-nso_manager (SNYK-JS-QUILL-14927397). |
| NSO Service Manager | Directory traversal in fast-uri (Service Management) (ENG-24069) | Resolved a Directory Traversal vulnerability (CVE-2026-6321) by updating fast-uri to a secure version (SNYK-JS-FASTURI-16642394). |
| NSO Service Manager | HTTP cleartext transmission (NSO Adapter) (ENG-18110) | Improved HTTP request handling in adapter-nso to align with secure communication best practices. |
| NSO Service Manager | Improper index validation in UUID (NSO Adapter) (ENG-23791) | Resolved a security vulnerability (CVE-2026-41907) by updating UUID to a secure version in adapter-nso (SNYK-JS-UUID-16133035). |
| NSO Service Manager | Improper index validation in UUID (Service Management) (ENG-23792) | Resolved a security vulnerability (CVE-2026-41907) related to improper input offset validation by updating UUID to a secure version in app-service_management (SNYK-JS-UUID-16133035). |