diff --git a/.changes/1.26.98.json b/.changes/1.26.98.json new file mode 100644 index 0000000000..87ce6b68d1 --- /dev/null +++ b/.changes/1.26.98.json @@ -0,0 +1,62 @@ +[ + { + "category": "``batch``", + "description": "[``botocore``] This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE", + "type": "api-change" + }, + { + "category": "``chime-sdk-identity``", + "description": "[``botocore``] AppInstanceBots can be used to add a bot powered by Amazon Lex to chat channels. ExpirationSettings provides automatic resource deletion for AppInstanceUsers.", + "type": "api-change" + }, + { + "category": "``chime-sdk-media-pipelines``", + "description": "[``botocore``] This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio.", + "type": "api-change" + }, + { + "category": "``chime-sdk-messaging``", + "description": "[``botocore``] ExpirationSettings provides automatic resource deletion for Channels.", + "type": "api-change" + }, + { + "category": "``chime-sdk-voice``", + "description": "[``botocore``] This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio.", + "type": "api-change" + }, + { + "category": "``codeartifact``", + "description": "[``botocore``] Repository CreationTime is added to the CreateRepository and ListRepositories API responses.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Adds AutoEnableOrganizationMembers attribute to DescribeOrganizationConfiguration and UpdateOrganizationConfiguration APIs.", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "[``botocore``] Initial release of the Amazon Interactive Video Service RealTime API.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker Autopilot adds two new APIs - CreateAutoMLJobV2 and DescribeAutoMLJobV2. Amazon SageMaker Notebook Instances now supports the ml.geospatial.interactive instance type.", + "type": "api-change" + }, + { + "category": "``servicediscovery``", + "description": "[``botocore``] Reverted the throttling exception RequestLimitExceeded for AWS Cloud Map APIs introduced in SDK version 1.12.424 2023-03-09 to previous exception specified in the ErrorCode.", + "type": "api-change" + }, + { + "category": "``textract``", + "description": "[``botocore``] The AnalyzeDocument - Tables feature adds support for new elements in the API: table titles, footers, section titles, summary cells/tables, and table type.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8850ddabcd..2b3401565c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,23 @@ CHANGELOG ========= +1.26.98 +======= + +* api-change:``batch``: [``botocore``] This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE +* api-change:``chime-sdk-identity``: [``botocore``] AppInstanceBots can be used to add a bot powered by Amazon Lex to chat channels. ExpirationSettings provides automatic resource deletion for AppInstanceUsers. +* api-change:``chime-sdk-media-pipelines``: [``botocore``] This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio. +* api-change:``chime-sdk-messaging``: [``botocore``] ExpirationSettings provides automatic resource deletion for Channels. +* api-change:``chime-sdk-voice``: [``botocore``] This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio. +* api-change:``codeartifact``: [``botocore``] Repository CreationTime is added to the CreateRepository and ListRepositories API responses. +* api-change:``guardduty``: [``botocore``] Adds AutoEnableOrganizationMembers attribute to DescribeOrganizationConfiguration and UpdateOrganizationConfiguration APIs. +* api-change:``ivs-realtime``: [``botocore``] Initial release of the Amazon Interactive Video Service RealTime API. +* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs. +* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Autopilot adds two new APIs - CreateAutoMLJobV2 and DescribeAutoMLJobV2. Amazon SageMaker Notebook Instances now supports the ml.geospatial.interactive instance type. +* api-change:``servicediscovery``: [``botocore``] Reverted the throttling exception RequestLimitExceeded for AWS Cloud Map APIs introduced in SDK version 1.12.424 2023-03-09 to previous exception specified in the ErrorCode. +* api-change:``textract``: [``botocore``] The AnalyzeDocument - Tables feature adds support for new elements in the API: table titles, footers, section titles, summary cells/tables, and table type. + + 1.26.97 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index a5823ef74c..5974543bb5 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.97' +__version__ = '1.26.98' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index b1b42d8c1a..92772a0bb0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.97,<1.30.0 + botocore>=1.29.98,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 96bdce7308..f682da80c6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.97,<1.30.0', + 'botocore>=1.29.98,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]