Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: v13 changelog summary #5441

Merged
merged 3 commits into from
Aug 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/guides/references/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ title: Changelog

_Released 08/29/2023_

**Summary:**

Test data for debugging in Cypress Cloud using [Test Replay](/guides/cloud/debugging/test-replay) is enabled by default, with an opt-out available in Cloud [project settings](/guides/cloud/debugging/test-replay#Opt-out-of-Test-Replay).

Test Replay now serves as the primary replacement for debugging via video. Video capture and `videoCompression` of captured video are now set to `false` by default and `videoUploadOnPasses` is removed.

Additionally in this release, updates were made to the retry-ability of `cy.readFile()`. Version support for Node and Typrscript are updated and some corrections were made to the Cypress Module API properties.
jaffrepaul marked this conversation as resolved.
Show resolved Hide resolved

Read more about v13.0.0 in
[our blog post](https://on.cypress.io/cypress-13-release).

**Breaking Changes:**

- The [`cy.readFile()`](/api/commands/readfile) command is now retry-able as a [query command](/guides/core-concepts/retry-ability). This should not affect any tests using it; the functionality is unchanged. However, it can no longer be overwritten using [`Cypress.Commands.overwrite()`](/api/cypress-api/custom-commands#Overwrite-Existing-Commands). Addressed in [#25595](https://github.com/cypress-io/cypress/pull/25595).
Expand Down