Changelog
Follow up on the latest improvements and updates.
RSS
Imports on large SCOM management groups are now significantly faster and more resilient.
The Health data stream can now also return the detail behind maintenance mode — the comment, who set it, the reason, and the start and scheduled end time — so you can surface why an object is in maintenance directly on a tile.
Metric tiles showing a single value per series (Last, Average, Minimum, Maximum) are now lighter to load too.

Accidentally dragged a tile across the page? Deleted the wrong one? You can now undo and redo changes while editing a dashboard. Use the undo (and redo) buttons in the toolbar to rewind any action.

Scheduled dashboards can now arrive as a PDF. When you set up a schedule with an email destination, choose whether to attach a PDF of the dashboard and whether it renders in portrait or landscape. This is useful for monthly and quarterly reporting, or anywhere a dashboard PDF needs to be kept on file.

If a tool has an API, you can now build a SquaredUp integration for it with AI. Our new
/build-plugin
skill runs in Claude Code and takes you from API documentation to a working, deployed plugin with live dashboards, object indexing and much more.Guided end to end
Run
/build-plugin
and Claude explores the target API, agrees a plan with you before writing anything, scaffolds the plugin, deploys it to your organization, and tests it against real authenticated data. It won't hand you a plugin it hasn't been able to test.Dashboards built from your own data
As well as data streams, the skill sets up object imports and out-of-the-box dashboards using live data from your organization — so your new integration arrives with content ready to use, not an empty canvas.
SquaredUp CLI 1.0
The CLI that deploys your plugin is now at version 1.0, with browser-based sign-in —
squaredup login
opens your browser, so there are no keys to copy around.
The Web API data source can now run a JavaScript pre-request script before every data stream request, so you can connect to APIs with authentication flows that don't fit standard Basic, Digest, OAuth 2.0 or JWT Bearer options.
Enable scripting on the data source
Turn on "Pre-request script" in the Web API data source configuration to show the Secrets and script fields. The script runs once before each request, so a single configuration covers every data stream that uses the data source.
Store credentials securely
Define key-value pairs under Secrets and access them in your script via the secrets object. Click the padlock next to a value to encrypt it when stored — recommended for API keys, client secrets and authentication tokens.
Handle token exchange and signed requests
Your script can read and modify the request url, headers and body before it's sent. A writable state object lets you cache values such as access tokens between requests, stored encrypted, so you can fetch a token once and refresh it only when it expires. That makes it possible to support flows like exchanging a signed token for a short-lived access token, or calculating a request signature per call.

new
improved
fixed
Monthly Update
Changelog - July Update
Dashboard scheduling
leads this month: set any dashboard to deliver itself to Email, Teams or Slack on a recurring schedule, so your team gets the numbers pushed to them instead of having to remember to go and look. Alongside it, SQL shaping now works on single datasets
, and there are three new and improved plugins: Veeam Backup & Replication
, GitLab self-hosted
and a rebuilt Datadog
plugin. Elsewhere you can filter data in fullscreen by clicking a donut segment or line series, hide whole object types to cut the noise on a map, and sign in to the plugins CLI straight from your browser. This month's plugin sweep covers AWS, CSV, Google Analytics, Microsoft Defender, SCOM, SharePoint, Web API and Zabbix. 🎉---
⭐️ New features
📅 Dashboard scheduling — set up a recurring daily, weekly, monthly or yearly delivery of any dashboard to Email, Teams or Slack.
💾 Veeam Backup & Replication plugin — a new plugin that imports backup servers, repositories and backed-up objects, with data streams for backup jobs and repository storage space.
🦊 GitLab self-hosted/on-prem — the GitLab plugin now supports self-hosted and on-prem instances, not just GitLab cloud.
🐶 Datadog Improvements — a rebuilt Datadog plugin with a cleaner setup experience, new Cost, Monitors and Events Query data streams, and fresh out-of-the-box dashboards.
🧮 New: SQL for single datasets — you can now apply SQL shaping to a single dataset from the Filter | Group | Sort tab, with autocomplete (Ctrl+Space) and SmartAssist ✨ available as you write it. SQL Analytics has been renamed 'Multiple datasets' to make the distinction clear.
✨ Other enhancements
- Access Control— Tenants with a custom domain configured are now automatically redirected to it after logging in via the default SquaredUp URL (SAAS-9022)
- Fullscreen— click a donut segment or line series in the fullscreen view to filter down to the underlying rows behind that value (SAAS-7420).
- Graph/Correlation, Low Code Plugins (LCP)— Correlation rules can now be defined using source type and basic operators (SAAS-7776)
- Map— Adds a toolbar option to hide every object of a given type, and keep new ones of that type off the map as you expand it (SAAS-9676)
- Security— Adds per-user access control to the plugin and import routes reachable from the CLI (SAAS-9621)
🐞 Bug fixes
- Dashboards— Fixes tile parsing batches crashing when a dashboard contains an empty tile (SAAS-9684)
- Data Sources— Fixes Azure imports reporting success while silently dropping objects when the resources stage was rate-limited (SAAS-9572)
- Data Streams— Fixes LCP imports paging forever when an API returns an explicitnextCursor: nullon its final page (SAAS-9610)
- Data Streams— Fixes column metadata from later pages being discarded in multi-page plugin responses, which could drop columns entirely (SAAS-9613)
- Data Streams— Fixes multi-table SQL tiles dropping columns that resolve via a graph property lookup (SAAS-9678)
- Drilldown— Fixes the data stream header overlapping other content when scrolling a drilldown page on small screens (SAAS-9713)
- Explore / Data— Fixes the Explore preview rendering faded and non-interactive when a data stream has no parameters to configure (SAAS-9616)
- Graph/Correlation, Low Code Plugins (LCP), Map— Fixes correlation rules not being re-evaluated when a graph object's properties change, leaving stale edges behind (SAAS-4781)
- Metadata— Fixes Web API based LCPs losing their column ordering (SAAS-9475)
- Map— Fixes the object toolbar disappearing as you move the mouse towards it (SAAS-9675)
- Map— Fixes the map's zoom and control buttons rendering unstyled on the workspace overview and map pages (SAAS-9665)
- Relay— Fixes SCOM imports sitting idle for hours before failing with a timeout error (SAAS-9638)
- Tile Editor— Fixes drilldown and drillout links opening in the same tab, which lost unsaved tile editor changes (SAAS-9590)
- Tile Editor / Columns— Fixes cloned column order not matching the order shown in the visualisation options panel (SAAS-6960)
- Visualisations / Table— Fixes columns with ajsonshape breaking the tile when rendered as a table (SAAS-9674)
🔌 Plugin improvements
- AWS— Fixes the CloudWatch Logs data stream truncating the message field so the full log entry is returned (PLUG-2349)
- CSV— Consolidates the two CSV data streams into a single Text / File data stream (PLUG-4658)
- Datadog— Adds a rewritten low-code Datadog plugin with streamlined data streams for events, metrics, cost and synthetic tests (PLUG-4649)
- GitLab— Adds support for on-prem GitLab instances, not just GitLab cloud (PLUG-3750)
- GitLab— Fixes CI/CD authentication failing with globally scoped personal access tokens by sending the PRIVATE-TOKEN header (PLUG-4584)
- Google Analytics— Removes the deprecated Universal Analytics (V3) plugin, whose upstream API no longer works (PLUG-4642)
- Microsoft Defender— Fixes the data source import failing with a 'response payload too large' error (PLUG-4678)
- OpenWeatherMap— Removes the OpenWeatherMap plugin, which no longer works against the current API (PLUG-4648)
- SCOM— Adds support for SCOM monitors (PLUG-2797)
- SCOM— Replaces choice chips with switch controls across all data streams for a more consistent editing experience (PLUG-4683)
- SharePoint— Adds a Lists data stream so items from any SharePoint list can be displayed in a tile (PLUG-4672)
- Web API— Can now run a pre-request script before each call (SAAS-8337, SAAS-9603)
- WebAPI— Extends the 'ignore certificate errors' option so it applies to authentication calls as well as data calls (PLUG-4677)
- Zabbix— Updates authentication to send the API key as a Bearer header, restoring support for Zabbix 7.2 and later (PLUG-4634)
- Zabbix— Fixes the metric import failing on large instances by paging the request instead of hitting the response size limit (PLUG-4676)
new
improved
fixed
GitLab self-hosted/on-prem
The GitLab plugin now supports self-hosted/on-prem instances alongside GitLab's cloud-hosted offering. This release also includes a number of bug fixes and reliability improvements across pipelines, deployments, environments, releases, issues, and merge requests.

improved
Datadog Improvements
The Datadog plugin has a cleaned-up, more modern experience throughout, plus three new data streams — Cost, Monitors, and Events Query — giving you broader visibility into your Datadog spend, monitor health, and event activity.
This updated version also ships with new out-of-the-box dashboards, including Overview, Monitors, Host, and Synthetic Test views.

Bring your backup estate into SquaredUp. The new Veeam Backup & Replication plugin connects to your VBR server and surfaces repositories and jobs as objects, with live status and capacity in your dashboards.
The plugin ships with data streams for job status and repository status (both all-up and scoped to specific objects), plus ready-made dashboards — an Overview covering failed/warning jobs and repository free space, and per-object Status perspectives for individual jobs and repositories.
We're releasing this as a SquaredUp Labs plugin as we'd love your feedback!

You can now use SQL shaping right in the
Filter | Group | Sort
tab. This makes it easier to perform custom aggregations or filtering on a single dataset. Plus, autocomplete (Ctrl+Space) and SmartAssist ✨ work here too!SQL Analytics
has been renamed to Multiple datasets
to better reflect it's functionality.
Load More
→