Skip to content

Commit ac1d304

Browse files
authored
chore: add cypress 15.2.0 docs (#6271)
1 parent c07b40d commit ac1d304

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/app/references/changelog.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ sidebar_label: Changelog
88

99
# Changelog
1010

11+
## 15.2.0
12+
13+
_Released 9/9/2025_
14+
15+
**Features:**
16+
17+
- Added support for using [@cypress/grep](https://www.npmjs.com/package/@cypress/grep) with Cypress Studio. Addresses [#32292](https://github.com/cypress-io/cypress/issues/32292).
18+
19+
**Bugfixes:**
20+
21+
- We now properly partition the `host` with `port` when caching family DNS lookups. This resolves issues where some `localhost` URLs were not resolving in `cy.visit()` in Cypress when they should have. Fixes [#25397](https://github.com/cypress-io/cypress/issues/25397). Addressed in [#32403](https://github.com/cypress-io/cypress/pull/32403).
22+
23+
**Dependency Updates:**
24+
25+
- Updated [`better-sqlite3`](https://www.npmjs.com/package/better-sqlite3) from `11.9.1` to `11.10.0`. Addressed in [#32404](https://github.com/cypress-io/cypress/pull/32404).
26+
1127
## 15.1.0
1228

1329
_Released 09/02/2025_

0 commit comments

Comments
 (0)