diff --git a/.changes/1.34.53.json b/.changes/1.34.53.json new file mode 100644 index 0000000000..3613874acd --- /dev/null +++ b/.changes/1.34.53.json @@ -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" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 500d7af008..4ebf84eb73 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 6e776a7882..d18db3ffd0 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 13fa221654..e5cfde681e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 690d0c0931..7465602387 100644 --- a/setup.py +++ b/setup.py @@ -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', ]