From 8b3a8f6cd9074b212013cbeffbb541a6607b73e4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 29 Apr 2024 18:06:24 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-amplify-66320.json | 5 +++++ .changes/next-release/api-change-connectcases-68272.json | 5 +++++ .changes/next-release/api-change-inspector2-66891.json | 5 +++++ .changes/next-release/api-change-timestreamquery-1101.json | 5 +++++ .changes/next-release/api-change-transcribe-85917.json | 5 +++++ .changes/next-release/api-change-trustedadvisor-34651.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-amplify-66320.json create mode 100644 .changes/next-release/api-change-connectcases-68272.json create mode 100644 .changes/next-release/api-change-inspector2-66891.json create mode 100644 .changes/next-release/api-change-timestreamquery-1101.json create mode 100644 .changes/next-release/api-change-transcribe-85917.json create mode 100644 .changes/next-release/api-change-trustedadvisor-34651.json diff --git a/.changes/next-release/api-change-amplify-66320.json b/.changes/next-release/api-change-amplify-66320.json new file mode 100644 index 0000000000..0f8e0cf102 --- /dev/null +++ b/.changes/next-release/api-change-amplify-66320.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplify``", + "description": "[``botocore``] Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100." +} diff --git a/.changes/next-release/api-change-connectcases-68272.json b/.changes/next-release/api-change-connectcases-68272.json new file mode 100644 index 0000000000..f31b6e941e --- /dev/null +++ b/.changes/next-release/api-change-connectcases-68272.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connectcases``", + "description": "[``botocore``] This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's" +} diff --git a/.changes/next-release/api-change-inspector2-66891.json b/.changes/next-release/api-change-inspector2-66891.json new file mode 100644 index 0000000000..41224119b7 --- /dev/null +++ b/.changes/next-release/api-change-inspector2-66891.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``inspector2``", + "description": "[``botocore``] Update Inspector2 to include new Agentless API parameters." +} diff --git a/.changes/next-release/api-change-timestreamquery-1101.json b/.changes/next-release/api-change-timestreamquery-1101.json new file mode 100644 index 0000000000..13fc6cfcf6 --- /dev/null +++ b/.changes/next-release/api-change-timestreamquery-1101.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``timestream-query``", + "description": "[``botocore``] This change allows users to update and describe account settings associated with their accounts." +} diff --git a/.changes/next-release/api-change-transcribe-85917.json b/.changes/next-release/api-change-transcribe-85917.json new file mode 100644 index 0000000000..e0bcf1adcf --- /dev/null +++ b/.changes/next-release/api-change-transcribe-85917.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transcribe``", + "description": "[``botocore``] This update provides error messaging for generative call summarization in Transcribe Call Analytics" +} diff --git a/.changes/next-release/api-change-trustedadvisor-34651.json b/.changes/next-release/api-change-trustedadvisor-34651.json new file mode 100644 index 0000000000..460be58688 --- /dev/null +++ b/.changes/next-release/api-change-trustedadvisor-34651.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``trustedadvisor``", + "description": "[``botocore``] This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs." +} From 5a5954d0f04a5341696a8f751117337c01089159 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 29 Apr 2024 18:07:24 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.94 --- .changes/1.34.94.json | 32 +++++++++++++++++++ .../api-change-amplify-66320.json | 5 --- .../api-change-connectcases-68272.json | 5 --- .../api-change-inspector2-66891.json | 5 --- .../api-change-timestreamquery-1101.json | 5 --- .../api-change-transcribe-85917.json | 5 --- .../api-change-trustedadvisor-34651.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.34.94.json delete mode 100644 .changes/next-release/api-change-amplify-66320.json delete mode 100644 .changes/next-release/api-change-connectcases-68272.json delete mode 100644 .changes/next-release/api-change-inspector2-66891.json delete mode 100644 .changes/next-release/api-change-timestreamquery-1101.json delete mode 100644 .changes/next-release/api-change-transcribe-85917.json delete mode 100644 .changes/next-release/api-change-trustedadvisor-34651.json diff --git a/.changes/1.34.94.json b/.changes/1.34.94.json new file mode 100644 index 0000000000..9996b3ea7a --- /dev/null +++ b/.changes/1.34.94.json @@ -0,0 +1,32 @@ +[ + { + "category": "``amplify``", + "description": "[``botocore``] Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100.", + "type": "api-change" + }, + { + "category": "``connectcases``", + "description": "[``botocore``] This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's", + "type": "api-change" + }, + { + "category": "``inspector2``", + "description": "[``botocore``] Update Inspector2 to include new Agentless API parameters.", + "type": "api-change" + }, + { + "category": "``timestream-query``", + "description": "[``botocore``] This change allows users to update and describe account settings associated with their accounts.", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "[``botocore``] This update provides error messaging for generative call summarization in Transcribe Call Analytics", + "type": "api-change" + }, + { + "category": "``trustedadvisor``", + "description": "[``botocore``] This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-66320.json b/.changes/next-release/api-change-amplify-66320.json deleted file mode 100644 index 0f8e0cf102..0000000000 --- a/.changes/next-release/api-change-amplify-66320.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "[``botocore``] Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100." -} diff --git a/.changes/next-release/api-change-connectcases-68272.json b/.changes/next-release/api-change-connectcases-68272.json deleted file mode 100644 index f31b6e941e..0000000000 --- a/.changes/next-release/api-change-connectcases-68272.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcases``", - "description": "[``botocore``] This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's" -} diff --git a/.changes/next-release/api-change-inspector2-66891.json b/.changes/next-release/api-change-inspector2-66891.json deleted file mode 100644 index 41224119b7..0000000000 --- a/.changes/next-release/api-change-inspector2-66891.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``inspector2``", - "description": "[``botocore``] Update Inspector2 to include new Agentless API parameters." -} diff --git a/.changes/next-release/api-change-timestreamquery-1101.json b/.changes/next-release/api-change-timestreamquery-1101.json deleted file mode 100644 index 13fc6cfcf6..0000000000 --- a/.changes/next-release/api-change-timestreamquery-1101.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``timestream-query``", - "description": "[``botocore``] This change allows users to update and describe account settings associated with their accounts." -} diff --git a/.changes/next-release/api-change-transcribe-85917.json b/.changes/next-release/api-change-transcribe-85917.json deleted file mode 100644 index e0bcf1adcf..0000000000 --- a/.changes/next-release/api-change-transcribe-85917.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transcribe``", - "description": "[``botocore``] This update provides error messaging for generative call summarization in Transcribe Call Analytics" -} diff --git a/.changes/next-release/api-change-trustedadvisor-34651.json b/.changes/next-release/api-change-trustedadvisor-34651.json deleted file mode 100644 index 460be58688..0000000000 --- a/.changes/next-release/api-change-trustedadvisor-34651.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``trustedadvisor``", - "description": "[``botocore``] This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index db347e8c16..fc6e9ec377 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.94 +======= + +* api-change:``amplify``: [``botocore``] Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100. +* api-change:``connectcases``: [``botocore``] This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's +* api-change:``inspector2``: [``botocore``] Update Inspector2 to include new Agentless API parameters. +* api-change:``timestream-query``: [``botocore``] This change allows users to update and describe account settings associated with their accounts. +* api-change:``transcribe``: [``botocore``] This update provides error messaging for generative call summarization in Transcribe Call Analytics +* api-change:``trustedadvisor``: [``botocore``] This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs. + + 1.34.93 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 5b7d53fff5..2118106a02 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.93' +__version__ = '1.34.94' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 4264d3a932..cee4cbf4b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.93,<1.35.0 + botocore>=1.34.94,<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 bf211bd8d5..941679a168 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.93,<1.35.0', + 'botocore>=1.34.94,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]