Skip to content

Commit

Permalink
Merge branch 'release-1.35.41' into develop
Browse files Browse the repository at this point in the history
* release-1.35.41:
  Bumping version to 1.35.41
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 15, 2024
2 parents ecab54d + 280ccea commit 8ab0033
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``amplify``",
"description": "[``botocore``] Added sourceUrlType field to StartDeployment request",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "[``botocore``] Documentation update for AWS CloudFormation API Reference.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "[``botocore``] Enable proxy for reserved capacity fleet.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "[``botocore``] On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "[``botocore``] Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.",
"type": "api-change"
},
{
"category": "``resiliencehub``",
"description": "[``botocore``] AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "[``botocore``] This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.",
"type": "api-change"
}
]
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.41
=======

* api-change:``amplify``: [``botocore``] Added sourceUrlType field to StartDeployment request
* api-change:``cloudformation``: [``botocore``] Documentation update for AWS CloudFormation API Reference.
* api-change:``codebuild``: [``botocore``] Enable proxy for reserved capacity fleet.
* api-change:``ivs``: [``botocore``] On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.
* api-change:``qbusiness``: [``botocore``] Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.
* api-change:``redshift``: [``botocore``] This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.
* api-change:``resiliencehub``: [``botocore``] AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.
* api-change:``sesv2``: [``botocore``] This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.


1.35.40
=======

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.40'
__version__ = '1.35.41'


# 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.40,<1.36.0
botocore>=1.35.41,<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.40,<1.36.0',
'botocore>=1.35.41,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 8ab0033

Please sign in to comment.