Skip to content

Commit

Permalink
Bumping version to 1.35.43
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 17, 2024
1 parent 0b91c41 commit 3813a48
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.43.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-14816.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dataexchange-93442.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-55329.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pipes-2711.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-17591.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-67393.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-83841.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.42'
__version__ = '1.35.43'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3813a48

Please sign in to comment.