From 5503dd6078cf11f40ef3f57f8b08628448c44df0 Mon Sep 17 00:00:00 2001 From: Cacie Prins Date: Tue, 12 Mar 2024 17:13:22 -0400 Subject: [PATCH] chore: release 13.7.0 (#29123) * chore: release 13.7.0 * fix incorrect regression note in changelog * Update cli/CHANGELOG.md Co-authored-by: Matt Schile * changelog entries for #28986 --------- Co-authored-by: Jennifer Shehane Co-authored-by: Matt Schile --- cli/CHANGELOG.md | 6 ++++-- package.json | 2 +- packages/example/package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 422b2ae6ec95..fe53940f7975 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,16 +1,18 @@ ## 13.7.0 -_Released 3/12/2024 (PENDING)_ +_Released 3/13/2024_ **Features:** - Added shadow DOM snapshot support within Test Replay in order to highlight elements correctly within the Cypress reporter. Addressed in [#28823](https://github.com/cypress-io/cypress/pull/28823). - Added TypeScript support for [Vue 2.7+](https://github.com/vuejs/vue/blob/main/CHANGELOG.md#270-2022-07-01). Addresses [#28591](https://github.com/cypress-io/cypress/issues/28591). +- Adds additional context to error messages displayed when Test Replay artifacts fail to upload. Addressed in [#28986](https://github.com/cypress-io/cypress/pull/28986) **Performance:** -- Fixed a performance regression from [`13.6.4`](https://docs.cypress.io/guides/references/changelog#13-6-4) where unhandled service worker requests may not correlate correctly. Fixes [#28868](https://github.com/cypress-io/cypress/issues/28868). +- Fixed a performance regression from [`13.6.3`](https://docs.cypress.io/guides/references/changelog#13-6-3) where unhandled service worker requests may not correlate correctly. Fixes [#28868](https://github.com/cypress-io/cypress/issues/28868). +- Reduces the number of attempts to retry failed Test Replay artifact uploads from 8 to 3, to reduce time spent on artifact upload attempts that will not succeed. Addressed in [#28986](https://github.com/cypress-io/cypress/pull/28986) **Bugfixes:** diff --git a/package.json b/package.json index b4f7daeeb117..4c90226d8a35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.6.6", + "version": "13.7.0", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": { diff --git a/packages/example/package.json b/packages/example/package.json index 0ea48b42ebd7..02ca5237a128 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "cross-env": "6.0.3", - "cypress-example-kitchensink": "2.0.2", + "cypress-example-kitchensink": "2.0.3", "gh-pages": "5.0.0", "gulp": "4.0.2", "gulp-clean": "0.4.0",