Skip to content

Commit f254b4b

Browse files
chore: add 14.3.1 changelog (#6153)
* chore: add 14.3.1 changelog * Update docs/app/references/changelog.mdx Co-authored-by: Mike McCready <[email protected]> * empty commit to rekick build --------- Co-authored-by: Mike McCready <[email protected]>
1 parent 87acd0a commit f254b4b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/app/references/changelog.mdx

+19
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ sidebar_label: Changelog
88

99
# Changelog
1010

11+
## 14.3.1
12+
13+
_Released 4/17/2025_
14+
15+
**Performance:**
16+
17+
- Reduced the initial timeout for the preflight API request to determine proxy conditions from sixty seconds to five, and made this timeout duration configurable with the `CYPRESS_INITIAL_PREFLIGHT_TIMEOUT` environment variable. Addresses [#28423](https://github.com/cypress-io/cypress/issues/28423). Addressed in [#31283](https://github.com/cypress-io/cypress/pull/31283).
18+
19+
**Bugfixes:**
20+
21+
- The [`cy.press()`](/api/commands/press) command no longer errors when used in specs subsequent to the first spec in run mode. Fixes [#31466](https://github.com/cypress-io/cypress/issues/31466).
22+
- Fixed an issue where certain proxy conditions prevented test runs from being recorded. Fixes [#31485](https://github.com/cypress-io/cypress/issues/31485).
23+
24+
**Misc:**
25+
26+
- Suppress benign warnings that reference OOM score of renderer. Addresses [#29563](https://github.com/cypress-io/cypress/issues/29563). Addressed in [#31521](https://github.com/cypress-io/cypress/pull/31521).
27+
- The UI of the reporter and URL were updated to a darker gray background for better color contrast. Addressed in [#31475](https://github.com/cypress-io/cypress/pull/31475).
28+
- Fixed an issue where the error message output when attempting to install Cypress on an unsupported architecture included an outdated documentation link to Cypress system requirements. Fixes [#31512](https://github.com/cypress-io/cypress/issues/31512).
29+
1130
## 14.3.0
1231

1332
_Released 4/8/2025_

0 commit comments

Comments
 (0)