Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Release Notes and Document History for Amazon DCV Web Client SDK
This page provides the release notes and document history for Amazon DCV Web Client SDK.
Amazon DCV Web Client SDK Release Notes
This section provides release notes for the Amazon DCV Web Client SDK by release date.
Topics
1.10.1 — October 22, 2025
1.9.100 — July 2, 2025
1.8.7 — October 31, 2024
1.8.4 — October 1, 2024
1.5.10 — December 19, 2023
1.5.6 — November 9, 2023
1.4.4 — June 29, 2023
1.4.0 — March 28, 2023
1.3.1 — December 9, 2022
1.3.0 — November 11, 2022
1.2.1 — July 21, 2022
1.2.0 — June 29, 2022
1.1.3 — May 23, 2022
1.1.2 — May 19, 2022
1.1.1 — March 23, 2022
1.1.0 — February 23, 2022
1.0.4 — December 20, 2021
1.0.3 — September 01, 2021
1.0.2 — July 30, 2021
1.0.1 — May 31, 2021
1.0.0 — March 24, 2021
1.10.1 — October 22, 2025
| Build numbers |
New features |
Changes and bug fixes |
-
Semantic version: 1.10.1
-
Build: 1011
|
The following features were added:
-
Added mobile browser support (Chrome on Android, Chrome and Safari on iOS)
-
Added gestureEvent connection config callback function
-
New API setTrackpadMode to Enable/disable touch as trackpad mode
-
New API probe to probe endpoints
-
Added gamepad support
|
-
Microphone is now grabbed and processed only when there is a remote application using it (needs 2025.0 sever)
-
Fixed a bug with Alt key and Firefox
-
Improved wheel scroll experience
-
Enabled webcam support in Firefox
-
Added audio stats in logs at info level
-
Fixed cursor resize when size not supported
|
1.9.100 — July 2, 2025
| Build numbers |
New features |
|
|
-
Added httpExtraSearchParamsCallback connection config callback function to customize the URL when establishing a WebSocket connection to the Amazon DCV server (eg adding SigV4).
-
Added httpExtraHeadersCallback connection config callback function to add custom headers to the HTTP request (eg SigV4).
|
1.8.7 — October 31, 2024
| Build numbers |
Changes and bug fixes |
-
Semantic version: 1.8.7
-
Build: 858
|
|
1.8.4 — October 1, 2024
| Build numbers |
New features |
Changes and bug fixes |
-
Semantic version: 1.8.4
-
Build: 840
|
The following features were added:
-
Renamed to “Amazon DCV Web Client SDK”
-
Added new API enableHighPixelDensity for high dpi displays
-
Added an experimental API setMicrophone to select the microphone in compatible browsers
-
Added new Connection Errors GATEWAY_BUSY, UNSUPPORTED_CREDENTIAL, and TRANSPORT_ERROR
-
Added new Closing Reasons EXTERNAL_PROTOCOL_CONNECTION_EVICTED, and DISCONNECTION_REQUESTED
|
-
Improved Webcam handling
-
Improved audio playback handling
-
Improved WebCodecs handling
-
Improved plug and unplug of microphone and webcam
-
Improved remote window dragging when multimonitor
-
File storage upload and download permissions are now correctly propagated
-
Minor fixes on rendering
|
1.5.10 — December 19, 2023
| Version |
Release notes |
-
Semantic version: 1.5.10
-
Build: 684
|
Changes and bug fixes
|
1.5.6 — November 9, 2023
| Version |
Release notes |
-
Semantic version: 1.5.6
-
Build: 659
|
Changes and bug fixes
|
1.4.4 — June 29, 2023
| Version |
Release notes |
-
Semantic version: 1.4.4
-
Build: 573
|
Changes and bug fixes
-
The viewer UI compoenent now uses the navigator.keyboard.lock API on browsers that support it to handle special keys in full screen.
-
Fixed a problem which could cause wrong colors when using Chrome 114 or newer.
-
Improved WebCodecs detection.
-
Fixed a problem with the mouse button state when entering the window.
-
Fixed a problem which could cause the modifier keys to remain pressed on macOS.
-
Improved audio robustness to degraded network conditions.
-
Fixed memory leaks.
-
Improved logs to include time and level.
|
1.4.0 — March 28, 2023
| Version |
Release notes |
-
Semantic version: 1.4.0
-
Build: 476
|
New features
-
Added a new uploadFiles method to the FileStorage object to upload multiple files.
-
The viewer UI component now supports drag and drop to initiate file upload.
-
The WebCodecs browser API is now used also for audio and webcam.
Changes and bug fixes
-
Fixed memory leaks related to repeated connections from the same page.
-
setUploadBandwidth now allows values up to 1 Gbps.
-
Optimized rendering of UI components.
-
Fixed support for animated cursors on Windows.
-
Fixed a problem with clipboard support when both text and image data are present for the same operation.
-
Improved robustness of the Webcam API: settings cannot be changed while a request is already in progress,
webcam.setEnabled now keeps track of device ID for the request is in progress and returns a Promise.
The viewer UI component shows notification in case of error.
|
1.3.1 — December 9, 2022
| Version |
Release notes |
-
Semantic version: 1.3.1
-
Build: 413
|
Changes and bug fixes
-
Fixed a problem which could cause the Time Zone redirection UI to go out of synchronization with the server.
-
Fixed a memory leak after multiple reconnections.
-
Fixed a problem which caused a blank page on disconnetion.
-
Fixed a bug causing console warnings on audio decoder close.
|
1.3.0 — November 11, 2022
| Version |
Release notes |
-
Semantic version: 1.3.0
-
Build: 407
|
New features
Changes and bug fixes
-
Fixed missing update on asynchronous clipboard when the DCV viewer is focused.
-
The setDisplayScale function is not needed anymore when scaling the display on client side.
-
The DCVViewer component now automatically calls disconnect() when it is unmounted.
|
1.2.1 — July 21, 2022
| Version |
Release notes |
-
Semantic version: 1.2.1
-
Build: 358
|
Changes and bug fixes
|
1.2.0 — June 29, 2022
| Version |
Release notes |
-
Semantic version: 1.2.0
-
Build: 352
|
Changes and bug fixes
-
Fixed crashing bug when the frames received are larger than the maximum supported resolution
(4096x2160).
-
Resource objects (passed as arguments to fileDownload and filePrinted
observers) now have the accept and decline methods that can be called
on the object to download and discard the resource respectively.
-
Minor bug fix on automatic clipboard synchronization when disconnecting.
|
1.1.3 — May 23, 2022
| Version |
Release notes |
-
Semantic version: 1.1.3
-
Build: 329
|
Changes and bug fixes
|
1.1.2 — May 19, 2022
| Version |
Release notes |
-
Semantic version: 1.1.2
-
Build: 322
|
Changes and bug fixes
|
1.1.1 — March 23, 2022
| Version |
Release notes |
-
Semantic version: 1.1.1
-
Build: 309
|
Changes and bug fixes
|
1.1.0 — February 23, 2022
| Version |
Release notes |
-
Semantic version: 1.1.0
-
Build: 295
|
New features
-
Release Amazon DCV Web UI SDK library with DCVViewer React component.
-
Export Amazon DCV Web Client SDK both as UMD and ES modules.
-
Added high color accuracy support.
-
Added the ability to list and interact with clients connected to a session.
Added notifications for connection and disconnection.
Changes and bug fixes
-
Improved webcodecs decoding support.
-
Various keyboard improvements.
-
Fix a bug that was preventing to open a second screen when the clipboard was disabled.
|
1.0.4 — December 20, 2021
| Version |
Release notes |
-
Semantic version: 1.0.4
-
Build: 249
|
New features
|
1.0.3 — September 01, 2021
| Version |
Release notes |
-
Semantic version: 1.0.3
-
Build: 202
|
New features
-
Experimental support for WebCodecs. This is disabled by default and must be enabled via the ConnectionConfig object using the new property enableWebCodecs.
-
Clipboard: added support for image/png data type on Chromium based browsers.
-
Added observer/callback to get the server’s screenshot as a PNG image (requires Amazon DCV server 2021.2).
Changes and bug fixes
|
1.0.2 — July 30, 2021
| Version |
Release notes |
-
Semantic version: 1.0.2
-
Build: 167
|
|
1.0.1 — May 31, 2021
| Version |
Release notes |
-
Semantic version: 1.0.1
-
Build: 141
|
-
Fixed propagation of connection errors and close reasons
-
Fixed filestorage chunk progress update
-
Improved webcam handling
-
Improved audio-in processing
|
1.0.0 — March 24, 2021
| Version |
Release notes |
-
Semantic version: 1.0.0
-
Build: 81
|
Initial release of the Amazon DCV Web Client SDK.
|
Document History
The following table describes the documentation for this release of Amazon DCV Web Client SDK.
| Change |
Description |
Date |
| Amazon DCV Web Client SDK version 1.8.4 |
Amazon DCV Web Client SDK 1.8.4 is now available. For more information, see SDK v.1.8.4. |
October 1, 2024 |
| Amazon DCV Web Client SDK version 1.5.6 |
Amazon DCV Web Client SDK 1.5.6 is now available. For more information, see SDK v.1.5.6. |
November 9, 2023 |
| Amazon DCV Web Client SDK version 1.4.4 |
Amazon DCV Web Client SDK 1.4.4 is now available. For more information, see SDK v.1.4.4. |
June 29, 2023 |
| Amazon DCV Web Client SDK version 1.4.0 |
Amazon DCV Web Client SDK 1.4.0 is now available. For more information, see SDK v.1.4.0. |
March 28, 2023 |
| Amazon DCV Web Client SDK version 1.3.1 |
Amazon DCV Web Client SDK 1.3.1 is now available. For more information, see SDK v.1.3.1. |
December 9, 2022 |
| Amazon DCV Web Client SDK version 1.3.0 |
Amazon DCV Web Client SDK 1.3.0 is now available. For more information, see SDK v.1.3.0. |
November 11, 2022 |
| Amazon DCV Web Client SDK version 1.2.0 |
Amazon DCV Web Client SDK 1.2.0 is now available. For more information, see SDK v.1.2.0. |
June 29, 2022 |
| Amazon DCV Web Client SDK version 1.1.0 |
Amazon DCV Web Client SDK 1.1.0 is now available. For more information, see SDK v.1.1.0. |
February 23, 2022 |
| Amazon DCV Web Client SDK version 1.0.1 |
Fixed some typos. Minor bugs fixed, see SDK v.1.0.1. |
May 31, 2021 |
| Initial release |
First publication of this content. |
March 24, 2021 |