Skip to content

Commit 421be99

Browse files
3.300.8 release
1 parent e379c4b commit 421be99

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.300.8 - 2024-02-29
44

55
* `Aws\SageMaker` - Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.
66
* `Aws\SecurityLake` - Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
*/
764764
class Sdk
765765
{
766-
const VERSION = '3.300.7';
766+
const VERSION = '3.300.8';
767767

768768
/** @var array Arguments for creating clients */
769769
private $args;

0 commit comments

Comments
 (0)