-
Notifications
You must be signed in to change notification settings - Fork 3.4k
chore: release 13.7.0 #29123
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
chore: release 13.7.0 #29123
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. --> | ||
## 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). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mschile regarding #29123 (comment), i'm confused, wasn't the performance regression reintroduced in 13.6.4 (and introduced the first time in 13.6.1)? From what I've tested, 13.6.1 super slow, then 13.6.3 works fine and from 13.6.4 on it doubles the time for network responses in my tests (slow again). 13.6.0 ✅ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @gabrielbahniuk, not that we are aware of. Can you try the pre-release binary (or wait until 13.7.0 is released) to see if it resolves your performance issue:
If your performance issue is not resolved, could you please open a new issue with a reproducible example so we can investigate. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mschile sure, will do and reply here, but it's weird bc I tested multiple times and everything points to a fix in 13.6.3 (that's the version I'm using right now, as 13.6.4 also didn't work). |
||
- 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:** | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
}, | ||
"devDependencies": { | ||
"cross-env": "6.0.3", | ||
"cypress-example-kitchensink": "2.0.2", | ||
"cypress-example-kitchensink": "2.0.3", | ||
This comment was marked as resolved.
Sorry, something went wrong. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
"gh-pages": "5.0.0", | ||
"gulp": "4.0.2", | ||
"gulp-clean": "0.4.0", | ||
|
Uh oh!
There was an error while loading. Please reload this page.