Skip to content

Commit

Permalink
Bumping version to 1.35.84
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 18, 2024
1 parent 9c1db16 commit 6b4476e
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.35.84.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``amplify``",
"description": "[``botocore``] Added WAF Configuration to Amplify Apps",
"type": "api-change"
},
{
"category": "``budgets``",
"description": "[``botocore``] Releasing minor partition endpoint updates",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.",
"type": "api-change"
},
{
"category": "``connectparticipant``",
"description": "[``botocore``] This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "[``botocore``] AWS DataSync introduces the ability to update attributes for in-cloud locations.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "[``botocore``] Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "[``botocore``] Added support for Apache Airflow version 2.10.3 to MWAA.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.",
"type": "api-change"
},
{
"category": "``resiliencehub``",
"description": "[``botocore``] AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-amplify-47495.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-budgets-45312.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-85567.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-datasync-24714.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-57585.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mwaa-81386.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-resiliencehub-9972.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-79171.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.35.84
=======

* api-change:``amplify``: [``botocore``] Added WAF Configuration to Amplify Apps
* api-change:``budgets``: [``botocore``] Releasing minor partition endpoint updates
* api-change:``connect``: [``botocore``] This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
* api-change:``connectparticipant``: [``botocore``] This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.
* api-change:``datasync``: [``botocore``] AWS DataSync introduces the ability to update attributes for in-cloud locations.
* api-change:``iot``: [``botocore``] Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.
* api-change:``mwaa``: [``botocore``] Added support for Apache Airflow version 2.10.3 to MWAA.
* api-change:``quicksight``: [``botocore``] Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
* api-change:``resiliencehub``: [``botocore``] AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.
* api-change:``transfer``: [``botocore``] Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.


1.35.83
=======

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.83'
__version__ = '1.35.84'


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

0 comments on commit 6b4476e

Please sign in to comment.