Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/app/references/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _Released 10/7/2025_

**Bugfixes:**

- Fixed a regression introduced in [15.0.0](#15-0-0) where `dbus` connection error messages appear in docker containers when launching Cypress. Fixes [#32290](https://github.com/cypress-io/cypress/issues/32290).
- Fixed a regression introduced in [15.0.0](#15-0-0) where `dbus` connection error messages appear in Docker containers when launching Cypress. Fixes [#32290](https://github.com/cypress-io/cypress/issues/32290).
- Fixed code frames in [`cy.origin()`](/api/commands/origin) so that failed commands will show the correct line/column within the corresponding spec file. Addressed in [#32597](https://github.com/cypress-io/cypress/pull/32597).
- Fixed Cypress Cloud requests so that they properly verify SSL certificates. Addressed in [#32629](https://github.com/cypress-io/cypress/pull/32629).

Expand Down Expand Up @@ -4022,7 +4022,7 @@ _Released 4/11/2022_
- Updates were made to silence Electron warnings related to being unable to
connect to dbus. These errors are normal and expected, and do not result in
test failures. Because they are always present when running Electron inside
docker containers, it has incorrectly led people to believe it is the
Docker containers, it has incorrectly led people to believe it is the
root-cause of an error within their test run. By silencing these errors, it
will improve the debug experience to allow users to focus on meaningful
warning and error messages. Fixed
Expand Down Expand Up @@ -9838,7 +9838,7 @@ _Released 3/15/2019_
read in a way that is likely not its intended use. Addresses
[#3318](https://github.com/cypress-io/cypress/issues/3318) and
[#2298](https://github.com/cypress-io/cypress/issues/2298).
- The number of logs printed when installing Cypress in docker has been reduced.
- The number of logs printed when installing Cypress in Docker has been reduced.
Partially addresses
[#1243](https://github.com/cypress-io/cypress/issues/1243).
- The seeded Kitchen Sink examples have some new examples showing how to add a
Expand Down Expand Up @@ -10368,7 +10368,7 @@ _Released 8/13/2018_
machine** you add. However, attempting to run in parallel on a single machine
requires server grade hardware with dozens (or even hundreds) of CPU's and GB
of RAM to run efficiently. A much better and simpler approach is to use a
cluster of docker containers that are all isolated from each other. Any
cluster of Docker containers that are all isolated from each other. Any
standard CI service (CircleCI, TravisCI, etc) comes with the ability to do
this. We automatically tap into their environment variables to make
parallelization possible without you having to configure anything.
Expand Down Expand Up @@ -11475,7 +11475,7 @@ _Released 12/6/2017_
**Bugfixes:**

- Fixed an issue causing `Chrome` to timeout when attempted to be run through
our docker containers. Fixes
our Docker containers. Fixes
[#1031](https://github.com/cypress-io/cypress/issues/1031).
- Several TypeScript typings were added, updated and fixed. Fixes
[#1006](https://github.com/cypress-io/cypress/issues/1006).
Expand Down Expand Up @@ -12052,7 +12052,7 @@ _Released 09/10/2017_
detached process by default. Instead `cypress open` now accepts a new flag
`--detached`, which replicates this behavior. Fixes
[#531](https://github.com/cypress-io/cypress/issues/531).
- We have all new [docker examples](/app/continuous-integration/overview#Cypress-Docker-Images) you can check out.
- We have all new [Docker examples](/app/continuous-integration/overview#Cypress-Docker-Images) you can check out.
- The [`cypress` npm package](https://www.npmjs.com/package/cypress) now checks
the currently installed version on `install` and
[run](/app/references/command-line#cypress-run) and does not re-install Cypress
Expand Down Expand Up @@ -12151,7 +12151,7 @@ _Released 09/10/2017_
- Fixed issue with [.clear()](/api/commands/clear) and `type="number"` inputs.
Fixes [#490](https://github.com/cypress-io/cypress/issues/490).
- Fixed issue where [`cy.exec()`](/api/commands/exec) was failing when running
Cypress in docker. Fixes
Cypress in Docker. Fixes
[#517](https://github.com/cypress-io/cypress/issues/517).
- Cypress CLI no longer requires `git` to install. Fixes
[#124](https://github.com/cypress-io/cypress/issues/124)
Expand Down