You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/app/references/changelog.mdx
+13
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@ sidebar_label: Changelog
8
8
9
9
# Changelog
10
10
11
+
## 14.0.3
12
+
13
+
_Released 2/11/2025_
14
+
15
+
**Bugfixes:**
16
+
17
+
- Fixed an issue in Cypress [`14.0.2`](#14-0-2) where privileged commands did not run correctly when a spec file or support file contained certain encoded characters. Fixes [#31034](https://github.com/cypress-io/cypress/issues/31034) and [#31060](https://github.com/cypress-io/cypress/issues/31060).
18
+
19
+
**Dependency Updates:**
20
+
21
+
- Upgraded `@cypress/request` from `3.0.6` to `3.0.7`. Addressed in [#31063](https://github.com/cypress-io/cypress/pull/31063).
22
+
- Upgraded `compression` from `1.7.4` to `1.7.5`. Addressed in [#31004](https://github.com/cypress-io/cypress/pull/31004).
0 commit comments