From 1e71d154c177d08a132d3d28b61424639c7f2e34 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Tue, 9 Sep 2025 17:15:12 -0400 Subject: [PATCH] chore: add cypress 15.2.0 docs --- docs/app/references/changelog.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx index 5a6ab74b2a..43b7d2c710 100644 --- a/docs/app/references/changelog.mdx +++ b/docs/app/references/changelog.mdx @@ -8,6 +8,22 @@ sidebar_label: Changelog # Changelog +## 15.2.0 + +_Released 9/9/2025_ + +**Features:** + +- 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). + +**Bugfixes:** + +- 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). + +**Dependency Updates:** + +- 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). + ## 15.1.0 _Released 09/02/2025_