Skip to content

Commit 11bb270

Browse files
3.333.0 release
1 parent bce2a27 commit 11bb270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.333.0 - 2024-12-03
44

55
* `Aws\QuickSight` - This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).
66
* `Aws\DynamoDB` - This change adds support for global tables with multi-Region strong consistency (in preview). The UpdateTable API now supports a new attribute MultiRegionConsistency to set consistency when creating global tables. The DescribeTable output now optionally includes the MultiRegionConsistency attribute.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
*/
810810
class Sdk
811811
{
812-
const VERSION = '3.332.2';
812+
const VERSION = '3.333.0';
813813

814814
/** @var array Arguments for creating clients */
815815
private $args;

0 commit comments

Comments
 (0)