Skip to content

Commit

Permalink
Bumping version to 1.34.53
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 29, 2024
1 parent f39ede7 commit 0fdef8b
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.53.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``docdb-elastic``",
"description": "[``botocore``] Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Added support for new AL2023 AMIs to the supported AMITypes.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "[``botocore``] This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users.",
"type": "api-change"
},
{
"category": "``migrationhuborchestrator``",
"description": "[``botocore``] Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] 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.",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "[``botocore``] 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.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-docdbelastic-61887.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-eks-23625.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2models-52331.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-77738.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-85768.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securitylake-87728.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.53
=======

* api-change:``docdb-elastic``: [``botocore``] Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying
* api-change:``eks``: [``botocore``] Added support for new AL2023 AMIs to the supported AMITypes.
* api-change:``lexv2-models``: [``botocore``] This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users.
* api-change:``migrationhuborchestrator``: [``botocore``] Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs.
* api-change:``quicksight``: [``botocore``] TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
* api-change:``sagemaker``: [``botocore``] 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.
* api-change:``securitylake``: [``botocore``] 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.


1.34.52
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.34.52'
__version__ = '1.34.53'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.34.52,<1.35.0
botocore>=1.34.53,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.52,<1.35.0',
'botocore>=1.34.53,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 0fdef8b

Please sign in to comment.