diff --git a/.changes/1.35.43.json b/.changes/1.35.43.json new file mode 100644 index 0000000000..dd363221a2 --- /dev/null +++ b/.changes/1.35.43.json @@ -0,0 +1,42 @@ +[ + { + "category": "``bedrock-agent``", + "description": "Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1", + "type": "api-change" + }, + { + "category": "``dataexchange``", + "description": "This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This is an Amazon ECS documentation only update to address tickets.", + "type": "api-change" + }, + { + "category": "``pinpoint-sms-voice-v2``", + "description": "Added the registrations status of REQUIRES_AUTHENTICATION", + "type": "api-change" + }, + { + "category": "``pipes``", + "description": "This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Updates Amazon RDS documentation for TAZ IAM support", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Updated the DomainName pattern for Active Directory", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-14816.json b/.changes/next-release/api-change-bedrockagent-14816.json deleted file mode 100644 index 2976031193..0000000000 --- a/.changes/next-release/api-change-bedrockagent-14816.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1" -} diff --git a/.changes/next-release/api-change-dataexchange-93442.json b/.changes/next-release/api-change-dataexchange-93442.json deleted file mode 100644 index d3f16f1641..0000000000 --- a/.changes/next-release/api-change-dataexchange-93442.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dataexchange``", - "description": "This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts." -} diff --git a/.changes/next-release/api-change-ecs-55329.json b/.changes/next-release/api-change-ecs-55329.json deleted file mode 100644 index 40d5dadecb..0000000000 --- a/.changes/next-release/api-change-ecs-55329.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This is an Amazon ECS documentation only update to address tickets." -} diff --git a/.changes/next-release/api-change-pinpointsmsvoicev2-34039.json b/.changes/next-release/api-change-pinpointsmsvoicev2-34039.json deleted file mode 100644 index a3f539c22a..0000000000 --- a/.changes/next-release/api-change-pinpointsmsvoicev2-34039.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint-sms-voice-v2``", - "description": "Added the registrations status of REQUIRES_AUTHENTICATION" -} diff --git a/.changes/next-release/api-change-pipes-2711.json b/.changes/next-release/api-change-pipes-2711.json deleted file mode 100644 index e1e67e6b5e..0000000000 --- a/.changes/next-release/api-change-pipes-2711.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pipes``", - "description": "This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters." -} diff --git a/.changes/next-release/api-change-quicksight-17591.json b/.changes/next-release/api-change-quicksight-17591.json deleted file mode 100644 index 1706dee2b3..0000000000 --- a/.changes/next-release/api-change-quicksight-17591.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders." -} diff --git a/.changes/next-release/api-change-rds-67393.json b/.changes/next-release/api-change-rds-67393.json deleted file mode 100644 index cbbb11f778..0000000000 --- a/.changes/next-release/api-change-rds-67393.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Updates Amazon RDS documentation for TAZ IAM support" -} diff --git a/.changes/next-release/api-change-workspaces-83841.json b/.changes/next-release/api-change-workspaces-83841.json deleted file mode 100644 index 21e599b96c..0000000000 --- a/.changes/next-release/api-change-workspaces-83841.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "Updated the DomainName pattern for Active Directory" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 893892bed3..bd64f6f9ee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.35.43 +======= + +* api-change:``bedrock-agent``: Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 +* api-change:``dataexchange``: This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts. +* api-change:``ecs``: This is an Amazon ECS documentation only update to address tickets. +* api-change:``pinpoint-sms-voice-v2``: Added the registrations status of REQUIRES_AUTHENTICATION +* api-change:``pipes``: This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters. +* api-change:``quicksight``: Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders. +* api-change:``rds``: Updates Amazon RDS documentation for TAZ IAM support +* api-change:``workspaces``: Updated the DomainName pattern for Active Directory + + 1.35.42 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index d341c30a83..ca70853983 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.42' +__version__ = '1.35.43' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 27159e9ffe..3b8fa4d56d 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.42' +release = '1.35.43' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.