Skip to content

Commit d624d7f

Browse files
Merge branch 'release-1.35.84' into develop
* release-1.35.84: Bumping version to 1.35.84 Add changelog entries from botocore
2 parents 6bd9ca0 + 6b4476e commit d624d7f

File tree

5 files changed

+70
-3
lines changed

5 files changed

+70
-3
lines changed

.changes/1.35.84.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``amplify``",
4+
"description": "[``botocore``] Added WAF Configuration to Amplify Apps",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``budgets``",
9+
"description": "[``botocore``] Releasing minor partition endpoint updates",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "[``botocore``] This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connectparticipant``",
19+
"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.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``datasync``",
24+
"description": "[``botocore``] AWS DataSync introduces the ability to update attributes for in-cloud locations.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``iot``",
29+
"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.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``mwaa``",
34+
"description": "[``botocore``] Added support for Apache Airflow version 2.10.3 to MWAA.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``quicksight``",
39+
"description": "[``botocore``] Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``resiliencehub``",
44+
"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.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``transfer``",
49+
"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.",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.35.84
6+
=======
7+
8+
* api-change:``amplify``: [``botocore``] Added WAF Configuration to Amplify Apps
9+
* api-change:``budgets``: [``botocore``] Releasing minor partition endpoint updates
10+
* api-change:``connect``: [``botocore``] This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
11+
* 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.
12+
* api-change:``datasync``: [``botocore``] AWS DataSync introduces the ability to update attributes for in-cloud locations.
13+
* 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.
14+
* api-change:``mwaa``: [``botocore``] Added support for Apache Airflow version 2.10.3 to MWAA.
15+
* api-change:``quicksight``: [``botocore``] Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
16+
* 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.
17+
* 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.
18+
19+
520
1.35.83
621
=======
722

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.35.83'
20+
__version__ = '1.35.84'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.35.83,<1.36.0
6+
botocore>=1.35.84,<1.36.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.35.83,<1.36.0',
17+
'botocore>=1.35.84,<1.36.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.10.0,<0.11.0',
2020
]

0 commit comments

Comments
 (0)