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
fix(dns-cache): prevent local family cache collisions (#32403)
* bump node types
* add network tests to terminals
* dont use the web-config, just use regular TS so that it compiles much faster and line numbers work
* fix missing promise
* cache families to include host + port; fix types
* fix incorrect cacheKey
* fix skipped tests and updated error messages likely due to node upgrade
* cleanup a ton of test context
* Add changelog entry
* close servers after each test
* Update packages/network/lib/agent.ts
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
* update tests to pass inside + outside of docker
* try this in docker
* try to enable ipv6 in circleci docker config
* escape
* dont run this test in CI
* revert
* skip the other test
* maybe this works
* try this
* Update .circleci/workflows.yml
* oops
* i do not think we need sudo
* test
* test
* try machine
* refactor
* that was weird
* that was weird
* mess with daemon and sudo
* escape <
* modify /etc/hosts
* Update .circleci/workflows.yml
* Update .circleci/workflows.yml
* Update .circleci/workflows.yml
* remove dead code
* Update branch condition in CircleCI workflow
* Update .circleci/workflows.yml
* clean up
* clean up
* fix cy in cy tests
* fix cy in cy
* Update packages/server/lib/server-base.ts
---------
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
2
2
## 15.1.1
3
3
4
-
_Released 09/16/2025 (PENDING)_
4
+
_Released 9/9/2025 (PENDING)_
5
+
6
+
**Bugfixes:**
7
+
8
+
- 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).
0 commit comments