Documentation Index

Fetch the complete documentation index at: https://docs.catchpoint.com/llms.txt

Use this file to discover all available pages before exploring further.

2026-06-Miranda-release-notes

Prev Next

Screenshot 2026-06-11 at 7.58.57 AM.png

Welcome to the Miranda release! This release is named after Miranda, one of Uranus's most intriguing moons. Despite its small size, Miranda is home to Verona Rupes, the tallest known cliff in the solar system. While this release may be easier to navigate than Miranda's dramatic landscape, we hope you find its new features just as exciting to explore.

No-Code Transaction Test

No-Code Transaction tests allow you to capture and monitor critical user journeys without writing and maintaining test scripts. We know that building browser transaction tests has traditionally been a technical hurdle, so we've introduced a new browser-based recorder extension that automatically captures user flows as transaction instructions. This helps ensure your most critical workflows are operational from day one, whether you're a non-technical user or an engineer looking to save time.

We've also included a built-in WYSIWYG editor for easy maintenance and the ability to export to Playwright scripts. This provides a balance between simplicity and flexibility, making it easier for you and your team to focus on performance optimization and less on troubleshooting code.

*Note:

This new test type is dependent on the Agent release. Please contact your Account Rep for access

no_code_transaction.png

Streaming Test

The new Playwright-based Streaming Test provides visibility into video playback performance for modern streaming formats, including HLS, DASH, and MP4. Running within a real Chromium browser environment, the test measures the playback experience from the moment a video source is assigned to the player through active playback and buffering events.

Image

The Streaming Test captures key playback metrics that help teams understand startup performance and streaming quality, including:

  • Initial Buffer: Startup delay before playback begins
  • Play Time: Total time the video actively plays
  • Total Buffer Time: Total time spent waiting for media data during playback
  • Buffer Counter: Number of buffering events observed during playback

By measuring playback behavior directly within the browser, the Streaming Test provides insight into startup delays, buffering patterns, and overall viewing experience. These metrics help teams identify streaming performance issues, validate delivery quality, and monitor video playback performance. Streaming tests are available on Enterprise nodes.

*Note:

This new test type is dependent on the Agent release. Please contact your Account Rep for access

Point Allocation

The Point Allocation UI has been redesigned to provide a faster, clearer, and more intuitive way to manage contract point allocations across divisions and products. The new interface introduces a modernized layout with enhanced visibility into allocation health, usage trends, and projected consumption, helping teams make more informed operational decisions with less effort.

Key improvements include:

  • Allocation health indicators that quickly identify accounts that are at risk or have surplus capacity
  • Projected usage metrics that help teams anticipate point consumption over the current billing cycle
  • Simplified allocation management workflows with improved visibility into usage progress and enforcement settings
  • Enhanced operational insight through centralized views of daily usage, total usage, and remaining contract capacity

These updates make it easier for teams to proactively manage allocations, reduce administrative overhead, and maintain better control over contract usage across their organization.

point_allocation.png

WebPageTest Instant Test Credential Script Variables

WebPageTest Instant Tests now support credential variables within WPT scripts, making it easier and more secure to test authenticated user workflows. Users can now configure saved username and password credentials directly within Instant Test authentication settings and automatically substitute those values into supported placeholders.

This enhancement simplifies script maintenance by removing the need to manually hardcode or repeatedly update credentials within test scripts. By securely reusing stored authentication values, teams can more easily validate login flows and authenticated experiences while improving operational efficiency and reducing exposure of sensitive information.

Endpoint Universal Binary

Catchpoint's Endpoint software for macOS has been upgraded from a Rosetta-dependent application to a native Universal Binary, providing native support for both Intel and Apple Silicon (M1, M2, M3, and newer) processors. This enhancement eliminates the need for Rosetta translation on Apple Silicon devices, resulting in improved performance, reduced resource consumption, faster startup times, and a more seamless user experience. By running natively on modern Mac hardware, the Endpoint software delivers greater efficiency, compatibility, and long-term support.

Endpoint Node ARM Support* (Preview)

Catchpoint's Enterprise Node now includes ARM support, giving teams more flexibility to run Catchpoint containers across modern infrastructure. With support for both traditional x86 and ARM-based environments, deployments can better align with cloud, edge, and developer platform choices. See Catchpoint's docker hub (catchpoint/enterprise-base - Docker Image ) for more details about which monitor types are supported for ARM.

*Note

This capability is dependent on the Agent release

REST API Updates

v2/v3 Behavior Changes

The following updates were made to REST API v2 and v3 to reduce the size of default response payloads, making API responses more predictable and efficient.

Affected endpoints and parameter changes

  • GET /account/activity
    • includeContractActivity: true → false
    • includeTestInformation: true → false
    • includeTracingInformation: true → false
  • GET /folders
    • includeAdvanceSettings: true → false
    • includeRequest: true → false
    • includeInsight: true → false
    • includeTargeting: true → false
    • includeAlerts: true → false
  • GET /products
    • includeAdvanceSettings: true → false
    • includeRequest: true → false
    • includeInsight: true → false
    • includeTargeting: true → false
    • includeAlerts: true → false
  • GET /tests
    • includeAdvanceSettings: true → false
    • includeRequest: true → false
    • includeInsight: true → false
    • includeTargeting: true → false
    • includeAlerts: true → false

REST API Versioning Policy

We support the latest stable version of our REST API and the previous version for twelve months after a new version becomes stable. As of July 11, 2024, REST API v3 is the current stable version. REST API v4 is available in preview and may include breaking changes as it evolves.

To stay supported and take advantage of the latest improvements, we recommend keeping your integration up to date with the latest stable version.

REST API Bug Fixes

  • Resolved an issue that caused the GET Assertions endpoint to return intermittent server errors, improving reliability when retrieving assertion data.
  • Corrected behavior where Node Group API requests using a client-level API key could create groups at the incorrect scope, ensuring node groups are now created within the intended division.
  • Updated Command Control API documentation and configuration references to include the latest scheduler IP address, helping customers maintain uninterrupted integrations.

Additional Features

  • Test Level Proxy now supports proxy auto-configuration (PAC) files within proxy library configuration
  • Average across nodes are now available for alerts on LCP, TBT, FCP and CLS metrics when triggering on trailing value
  • DNS Instant Test now support for Nameserver Hostname lookup Mechanism and DNSSEC
  • Both Internal and External IPs on Enterprise Node based tests are now displayed on Records page

Other Bug Fixes

  • Improved DNS test reliability by addressing an issue that could cause intermittent failures during complex DNS resolution scenarios.
  • Resolved an issue that could cause scheduled Playwright tests to miss executions across multiple Cloud Nodes.
  • Updated alert evaluation logic to prevent performance alerts from remaining active after test results had recovered.
  • Corrected an issue that could prevent alerts from triggering even when configured alert conditions were satisfied.
  • Improved WebPageTest request handling to ensure HTTP methods are executed consistently in scripted transactions.
  • Updated template synchronization so tests automatically receive template script updates without requiring manual saves.
  • Added missing node details to Node Alert webhook payloads, providing more complete context for downstream integrations.
  • Resolved a Playwright installation issue that could prevent test execution due to file permission errors on Enterprise Nodes.
  • Improved consistency between Playwright and Selenium monitoring when using DNS overrides, resulting in more accurate timing comparisons.
  • Corrected an intermittent issue where WebPageTest Instant Tests could fail to return results and display a "Test not found" message.
  • Fixed label management behavior to ensure updates and creation actions work correctly regardless of character casing.
  • Corrected point estimation calculations for multi-step Puppeteer transactions, improving usage forecasting and planning accuracy.
  • Improved location reporting in RUM by resolving cases where valid traffic could appear under unknown regions.
  • Added support for Test-Level Proxy functionality within Harmony-enabled environments.
  • Restored Playwright script autocomplete suggestions, improving scripting efficiency and authoring experience.
  • Corrected Explorer navigation behavior so filtered city and ISP selections open the expected records and data views.
  • Removed orphaned Insight associations after test deletion to ensure configuration data remains accurate and up to date.
  • Updated permissions handling so users with observer access can correctly view configured alert recipients.
  • Improved Smartboard performance by resolving an issue that could cause the portal to become unresponsive during source searches.

Agent Release

Some of the features in the release (where noted) require the latest version of the Catchpoint Agent to be running on the selected Node. The Catchpoint Agent rollout involves two dimensions:

  • Public Nodes managed by Catchpoint: Agent rollout on public nodes takes place in stages following each release. Agent release announcements are posted here: https://nodestatus.catchpoint.com.
  • Private Enterprise Nodes managed by customers: Customers can upgrade Enterprise Nodes at any time at their convenience. We advise customers to upgrade Enterprise Nodes promptly after each release to benefit from the new feature functionality.
  • Instructions for upgrading Enterprise nodes can be found in the help documentation.