From 71cfa84330f0d6a03a831c9a2c4e3609674bc9b4 Mon Sep 17 00:00:00 2001 From: Cacie Prins Date: Tue, 12 Mar 2024 15:42:10 -0400 Subject: [PATCH 1/4] chore: release 13.7.0 --- cli/CHANGELOG.md | 2 +- package.json | 2 +- packages/example/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 422b2ae6ec9..0cd8fa53c53 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 13.7.0 -_Released 3/12/2024 (PENDING)_ +_Released 3/13/2024_ **Features:** diff --git a/package.json b/package.json index b4f7daeeb11..4c90226d8a3 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 0ea48b42ebd..02ca5237a12 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", From 25b5ea70bd81fdae8db298e1f550aa88ab276c58 Mon Sep 17 00:00:00 2001 From: Cacie Prins Date: Tue, 12 Mar 2024 16:09:49 -0400 Subject: [PATCH 2/4] fix incorrect regression note in changelog --- cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 0cd8fa53c53..f8b146e6abe 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -10,7 +10,7 @@ _Released 3/13/2024_ **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-4) where unhandled service worker requests may not correlate correctly. Fixes [#28868](https://github.com/cypress-io/cypress/issues/28868). **Bugfixes:** From 156450fb7a3f26cb3f9462dc09bd61f25ecc4d40 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Tue, 12 Mar 2024 16:12:06 -0400 Subject: [PATCH 3/4] Update cli/CHANGELOG.md Co-authored-by: Matt Schile --- cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index f8b146e6abe..cd9256c24ef 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -10,7 +10,7 @@ _Released 3/13/2024_ **Performance:** -- Fixed a performance regression from [`13.6.3`](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). **Bugfixes:** From 856b3044ca06c971f7847467638f7c9ce4043904 Mon Sep 17 00:00:00 2001 From: Cacie Prins Date: Tue, 12 Mar 2024 16:23:54 -0400 Subject: [PATCH 4/4] changelog entries for #28986 --- cli/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index cd9256c24ef..fe53940f797 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -7,10 +7,12 @@ _Released 3/13/2024_ - 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.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:**