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 9190082 commit aab8f82
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] This is an Amazon ECS documentation only update to address tickets.",
"type": "api-change"
},
{
"category": "``pinpoint-sms-voice-v2``",
"description": "[``botocore``] Added the registrations status of REQUIRES_AUTHENTICATION",
"type": "api-change"
},
{
"category": "``pipes``",
"description": "[``botocore``] 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": "[``botocore``] Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Updates Amazon RDS documentation for TAZ IAM support",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] 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``: [``botocore``] Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1
* api-change:``dataexchange``: [``botocore``] 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``: [``botocore``] This is an Amazon ECS documentation only update to address tickets.
* api-change:``pinpoint-sms-voice-v2``: [``botocore``] Added the registrations status of REQUIRES_AUTHENTICATION
* api-change:``pipes``: [``botocore``] 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``: [``botocore``] Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders.
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for TAZ IAM support
* api-change:``workspaces``: [``botocore``] Updated the DomainName pattern for Active Directory


1.35.42
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.35.42'
__version__ = '1.35.43'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.35.42,<1.36.0
botocore>=1.35.43,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.35.42,<1.36.0',
'botocore>=1.35.43,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit aab8f82

Please sign in to comment.