Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions content/manuals/desktop/features/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ params:

{{< summary-bar feature_name="Wasm workloads" >}}

> [!IMPORTANT]
>
> Wasm workloads will be deprecated and removed in a future Docker Desktop release. It is no longer actively maintained.
WebAssembly (Wasm) is a fast, light alternative to Linux and
Windows containers. With Docker Desktop, you can now run Wasm workloads side by side with traditional containers.

Expand Down
23 changes: 23 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,29 @@ Docker Desktop versions older than 6 months from the latest release are not avai

For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md).

## 4.55.0

{{< release-date date="2025-12-16" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.55.0" build_path="/213807/" >}}

### Updates

- [Docker Engine v29.1.3](https://docs.docker.com/engine/release-notes/29/#2913)
- [cagent v1.15.1](https://github.com/docker/cagent/releases/tag/v1.15.1)

### Bug fixes and enhancements

#### For all platforms

- Fixed an issue that caused Docker Desktop to get stuck during startup.
- Improved the error message when the `daemon.json` is invalid.
- Fixed performance issues on every keystroke within a long Ask Gordon session.

> [!IMPORTANT]
>
> Wasm workloads will be deprecated and removed in a future Docker Desktop release.

## 4.54.0

{{< release-date date="2025-12-04" >}}
Expand Down