From b49ad9b5f8f0fedebd09995f7fc01f9f7d750283 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 11 Sep 2024 18:15:38 +0000 Subject: [PATCH] Bumping version to 1.35.17 --- .changes/1.35.17.json | 32 +++++++++++++++++++ .../api-change-bedrockagent-80689.json | 5 --- .../api-change-bedrockagentruntime-73539.json | 5 --- .../next-release/api-change-ecr-81810.json | 5 --- .../api-change-guardduty-2260.json | 5 --- .../api-change-lexv2models-61698.json | 5 --- .../api-change-medialive-74959.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.35.17.json delete mode 100644 .changes/next-release/api-change-bedrockagent-80689.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-73539.json delete mode 100644 .changes/next-release/api-change-ecr-81810.json delete mode 100644 .changes/next-release/api-change-guardduty-2260.json delete mode 100644 .changes/next-release/api-change-lexv2models-61698.json delete mode 100644 .changes/next-release/api-change-medialive-74959.json diff --git a/.changes/1.35.17.json b/.changes/1.35.17.json new file mode 100644 index 0000000000..90e9fab37d --- /dev/null +++ b/.changes/1.35.17.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-agent``", + "description": "[``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "[``botocore``] Added KMS_DSSE to EncryptionType", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Add support for new statistic types in GetFindingsStatistics.", + "type": "api-change" + }, + { + "category": "``lexv2-models``", + "description": "[``botocore``] Support new Polly voice engines in VoiceSettings: long-form and generative", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-80689.json b/.changes/next-release/api-change-bedrockagent-80689.json deleted file mode 100644 index 4a6362ab1f..0000000000 --- a/.changes/next-release/api-change-bedrockagent-80689.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-73539.json b/.changes/next-release/api-change-bedrockagentruntime-73539.json deleted file mode 100644 index 88d3df5024..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-73539.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience." -} diff --git a/.changes/next-release/api-change-ecr-81810.json b/.changes/next-release/api-change-ecr-81810.json deleted file mode 100644 index 69bdf74adb..0000000000 --- a/.changes/next-release/api-change-ecr-81810.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "[``botocore``] Added KMS_DSSE to EncryptionType" -} diff --git a/.changes/next-release/api-change-guardduty-2260.json b/.changes/next-release/api-change-guardduty-2260.json deleted file mode 100644 index 9009d346b8..0000000000 --- a/.changes/next-release/api-change-guardduty-2260.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Add support for new statistic types in GetFindingsStatistics." -} diff --git a/.changes/next-release/api-change-lexv2models-61698.json b/.changes/next-release/api-change-lexv2models-61698.json deleted file mode 100644 index 8a4ef51c80..0000000000 --- a/.changes/next-release/api-change-lexv2models-61698.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "[``botocore``] Support new Polly voice engines in VoiceSettings: long-form and generative" -} diff --git a/.changes/next-release/api-change-medialive-74959.json b/.changes/next-release/api-change-medialive-74959.json deleted file mode 100644 index a3b567db40..0000000000 --- a/.changes/next-release/api-change-medialive-74959.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5888925288..ac04e29892 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.17 +======= + +* api-change:``bedrock-agent``: [``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. +* api-change:``bedrock-agent-runtime``: [``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. +* api-change:``ecr``: [``botocore``] Added KMS_DSSE to EncryptionType +* api-change:``guardduty``: [``botocore``] Add support for new statistic types in GetFindingsStatistics. +* api-change:``lexv2-models``: [``botocore``] Support new Polly voice engines in VoiceSettings: long-form and generative +* api-change:``medialive``: [``botocore``] Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. + + 1.35.16 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 00218d9e9f..23aa3453f0 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.16' +__version__ = '1.35.17' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3da1cda79b..d1fb85eb56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.16,<1.36.0 + botocore>=1.35.17,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index bd99dc2f0f..a639ddd34f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.16,<1.36.0', + 'botocore>=1.35.17,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]