Checkly CLI Changelog
Release notes for the Checkly command-line interface. For installation and usage, see the CLI documentation.
Latest version
Check your current version:
checkly --version
Update to the latest version:
npm install checkly@latest
Checkly CLI Releases
Version 6.0.1 (June 26, 2025)
Fixed
- Fix Playwright Test crash when importing date-fns. Disable tree-shaking for ESM bundling
Version 6.0.0 (June 23, 2025)
Runtime support: 2025.04
Added
- Support for runtime 2025.04
Version 5.2.2 (June 11, 2025)
Fixed
- Ensure we exclude
__checks__build directory from the file watcher
Version 5.2.1 (June 5, 2025)
Fixed
- Allow nested projects in monorepos by using a stable Playwright Test cache folder. The cache folder will be placed in
checkly.config.ts’s directory
Version 5.2.0 (May 23, 2025)
Changed
- Extract and handle Playwright Test annotations in runtime 2025.04, allowing
@playwright/testtest runs with.skipand.onlyannotations
Version 5.1.5 (May 14, 2025)
Fixed
- Fix passing env vars into testSessions
Version 5.1.4 (May 8, 2025)
Fixed
- Update axios to fix the “Cannot set headers after they are sent to the client” errors
Version 5.1.3 (May 2, 2025)
Fixed
- Build correct external list for esbuild. Exclude all dependencies, include devDependencies
Version 5.1.2 (April 30, 2025)
Fixed
- Fix external bundling options so Node dependencies can be excluded correctly
Version 5.1.1 (April 11, 2025)
Fixed
- Add missing location details to global result when using test sessions (in the CLI)
Version 5.1.0 (April 4, 2025)
Added
- Add
AlertEscalationPolicy, allowing the configuration of multi-channel alerts
Version 5.0.1 (March 21, 2025)
Fixed
- Fix the usage of the
checklyPropsPathoption for check resources
Version 5.0.0 (March 18, 2025)
Added
- Update the CLI with the improved Pagerduty v2 integration
Version 4.9.1 (February 29, 2025)
Fixed
- Increase server shutdown timer to avoid sudden connection closes while reporting results back
Version 4.9.0 (February 2, 2025)
Added
- Add
runParallel, which replacesrunInParallel
Deprecated
runInParallelis deprecated and will be removed in a future version. Please userunParallelinstead
Version 4.8.0 (January 25, 2025)
Added
- Support
testMatchfor Monitoring as Code projects
Version 4.7.0 (January 11, 2025)
Added
- Support for the
api-onlyproject type in thetestcommand
Version 4.6.0 (December 7, 2024)
Added
- Add
syncOnDeployoption to opt out of syncing Terraform resources
Version 4.5.1 (November 29, 2024)
Fixed
- Export
testSessionIdfrom Checkly
Version 4.5.0 (November 8, 2024)
Added
- Add test session support to group results from a single test run
Version 4.4.0 (October 31, 2024)
Added
- Add support for Multistep check test-only mode
Version 4.3.1 (October 29, 2024)
Fixed
- Fix missing named export from CLI constructs (
defineConfig)
Version 4.3.0 (October 25, 2024)
Breaking Changes
- The
--listflag has been repurposed from listing all checks to listing all resources - Private location slugs now require the prefix
private-to match the API behavior - The
--recordflag now has no effect on Browser or Multistep checks - The constructs are now built using TypeScript v5
Added
- Heartbeat monitoring support
- New Playwright Test runner (
@playwright/test) - Standardized config file with
defineConfig - Support for browser checks created from
@playwright/testfiles - Support for
.only&.skipannotations in check files
Changed
- Support Node 22 when using runtime 2025.04
- The
initcommand is now deprecated in favor of scaffolding
Version 4.2.0 (May 23, 2024)
Added
- Support for external check IDs
Version 4.1.0 (April 10, 2024)
Runtime support: 2024.02
Breaking Changes
- Node.js 16 is no longer supported
Added
- Support for runtime 2024.02
Version 4.0.0 (March 14, 2024)
Added
- Support for
connectTimeoutin API check defaults
Version 3.3.0 (February 22, 2024)
Added
- Add
--tagsfilter tocheckly testcommand
Version 3.2.0 (January 18, 2024)
Added
- Add support for
cookiesprop on API checks
Version 3.1.0 (December 14, 2023)
Added
- Add support for headers in Multistep checks
Version 3.0.2 (November 30, 2023)
Added
- Support for
pathNameandfollowRedirectson API checks
Version 3.0.1 (November 16, 2023)
Added
- Add support for new alerting reminders
- Add support for snapshot testing
Version 3.0.0 (October 12, 2023)
Runtime support: 2023.09
Added
- Support for runtime 2023.09
Version 2.8.0 (September 21, 2023)
Added
- Support for
retryStrategyon checks - Support for
checkRunIdin browser checks
Version 2.7.0 (August 24, 2023)
Runtime support: 2023.02
Breaking Changes
- The
checkly testcommand now runs location-based scheduling by default - Default runtime changed to 2023.02
Added
- Support for runtime 2023.02
- Support for missing response and request properties on API checks
Note: For historical information about versions prior to 2.7.0, please refer to the GitHub releases page.
Migration guides
Before upgrading major versions:
- Review breaking changes in release notes
- Test in a non-production environment
- Update configuration files as needed
- Run
checkly testto verify compatibility
Additional resources
- All releases: View complete history on GitHub releases
- Major updates: See summarized releases in the product changelog
Getting help
- Join the developer community for discussions
- Contact support for assistance
Last updated on July 21, 2025. You can contribute to this documentation by editing this page on Github