Skip to main content
For major release announcements and summaries, see Checkly’s product changelog, filtered by Checkly Agent. Learn more about:

Full release history

  • Added agent-dev image including build tools to support building native npm packages. Going forward, the dev variant is published as a separate image rather than a tag on the main agent image
  • Improved secret scrubbing speed
  • Improved error logging for hanging or long running Playwright Check Suite jobs
Ensured devDependencies are not installed in the agent image
  • Added support for a dev image including build tools to support building native npm packages
  • Improved internal logging and metrics for Playwright Check Suites
  • Browser and Multistep checks using runtime 2025.04 now automatically scrub the Authorization header from requests
Added Checkly environment variables and configuration to Playwright Check Suites. See the docs on Playwright Check Suites environment variables:
  • Adds support for CHECKLY to all checkly triggered runs: scheduled checks and test sessions triggered through either npx checkly test, npx checkly trigger or npx checkly pw-test
  • Includes the environment variable CI as true only for test session triggered runs
Added Playwright test metrics to the check overview page, including Test performance and Test statuses graphs
Minor patches on reporting
Improved and centralized secret scrubbing for more reliable removal of sensitive data
Added support for CHECKLY_SECRET_* environment variables. Secrets containing special characters (e.g. @, %, !, +) are now reliably scrubbed from traces, including when they appear in encoded form in URLs or request payloads. Learn more in our documentation on Dynamic Secret Scrubbing
Fixed an issue where checks could fail behind proxies during dependency installation because proxy-related environment variables were not consistently available
  • Added runtime secret detection for Browser and Multistep checks (enabled for selected accounts)
  • See the product changelog for details on changes from version 6.0.1 to 6.1.0
Internal improvements and fixes related to networking and request handling