Skip to content

Commit 11d0a94

Browse files
3.296.6 release
1 parent 54226b9 commit 11d0a94

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.296.6 - 2024-01-19
44

55
* `Aws\Athena` - Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
66
* `Aws\DynamoDB` - This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
*/
760760
class Sdk
761761
{
762-
const VERSION = '3.296.5';
762+
const VERSION = '3.296.6';
763763

764764
/** @var array Arguments for creating clients */
765765
private $args;

0 commit comments

Comments
 (0)