Skip to content

Commit a7a8e88

Browse files
3.394.4 release
1 parent 2a3ec93 commit a7a8e88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.394.4 - 2026-08-31
44

55
* `Aws\` - Fixed WrappedHttpHandler buffering the entire partial response body into memory when a 2xx response was attached to a rejected promise, which could exhaust memory on a transport failure during a large streamed download.
66
* `Aws\WorkspacesInstances` - Amazon WorkSpaces Core managed instances now support nested virtualization. Customers can enable nested virtualization with supported instance types at launch via CpuOptions.NestedVirtualization in CreateWorkspaceInstance to run hypervisors and virtual machines inside their WorkSpaces Instance.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
*/
868868
class Sdk
869869
{
870-
const VERSION = '3.394.3';
870+
const VERSION = '3.394.4';
871871

872872
/** @var array Arguments for creating clients */
873873
private $args;

0 commit comments

Comments
 (0)