Skip to content

Commit 4c09885

Browse files
3.384.11 release
1 parent 9d0973f commit 4c09885

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.384.11 - 2026-06-16
44

55
* `Aws\S3` - Added support for annotations. You can now attach up to 1000 annotations (up to 1 MB each) directly to objects and create, retrieve, list, and delete them using new annotation APIs. Also added support for configuring an annotation table in S3 Metadata.
66
* `Aws\DirectConnect` - Added VIF rate limiting support for AWS Direct Connect, allowing customers to set bandwidth allocations on virtual interfaces to manage traffic on dedicated connections.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
*/
858858
class Sdk
859859
{
860-
const VERSION = '3.384.10';
860+
const VERSION = '3.384.11';
861861

862862
/** @var array Arguments for creating clients */
863863
private $args;

0 commit comments

Comments
 (0)