Skip to content

Commit 573c569

Browse files
3.377.0 release
1 parent 805b066 commit 573c569

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.377.0 - 2026-04-07
44

55
* `Aws\S3Files` - Support for S3 Files, a new shared file system that connects any AWS compute directly with your data in Amazon S3. It provides fast, direct access to all of your S3 data as files with full file system semantics and low-latency performance, without your data ever leaving S3.
66
* `Aws\Braket` - Added support for t3, g6, and g6e instance types for Hybrid Jobs.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849
*/
850850
class Sdk
851851
{
852-
const VERSION = '3.376.4';
852+
const VERSION = '3.377.0';
853853

854854
/** @var array Arguments for creating clients */
855855
private $args;

0 commit comments

Comments
 (0)