diff --git a/.changes/1.35.17.json b/.changes/1.35.17.json new file mode 100644 index 0000000000..654201bd16 --- /dev/null +++ b/.changes/1.35.17.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-agent``", + "description": "Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "Added KMS_DSSE to EncryptionType", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "Add support for new statistic types in GetFindingsStatistics.", + "type": "api-change" + }, + { + "category": "``lexv2-models``", + "description": "Support new Polly voice engines in VoiceSettings: long-form and generative", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "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 85ac422911..0000000000 --- a/.changes/next-release/api-change-bedrockagent-80689.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "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 3d5eb0ac9f..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-73539.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "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 e26377b2d8..0000000000 --- a/.changes/next-release/api-change-ecr-81810.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "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 da71e6f297..0000000000 --- a/.changes/next-release/api-change-guardduty-2260.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "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 819cfc1dc8..0000000000 --- a/.changes/next-release/api-change-lexv2models-61698.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "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 1caf1c344d..0000000000 --- a/.changes/next-release/api-change-medialive-74959.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 68ff0c2380..0bae1c3c8b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.17 +======= + +* api-change:``bedrock-agent``: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. +* api-change:``bedrock-agent-runtime``: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. +* api-change:``ecr``: Added KMS_DSSE to EncryptionType +* api-change:``guardduty``: Add support for new statistic types in GetFindingsStatistics. +* api-change:``lexv2-models``: Support new Polly voice engines in VoiceSettings: long-form and generative +* api-change:``medialive``: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. + + 1.35.16 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 482e56d0a2..347ebf442b 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.16' +__version__ = '1.35.17' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 826ae2811b..7dd8363961 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.16' +release = '1.35.17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.