Skip to content

Commit 62365f1

Browse files
Merge branch 'release-1.42.84' into develop
* release-1.42.84: Bumping version to 1.42.84 Add changelog entries from botocore
2 parents 5eac849 + a4e4154 commit 62365f1

5 files changed

Lines changed: 64 additions & 3 deletions

File tree

.changes/1.42.84.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``accessanalyzer``",
4+
"description": "[``botocore``] Brookie helps customers preview the impact of SCPs before deployment using historical access activity. It evaluates attached policies and proposed policy updates using collected access activity through CloudTrail authorization events and reports where currently allowed access will be denied.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``deadline``",
9+
"description": "[``botocore``] Added 8 batch APIs (BatchGetJob, BatchGetStep, BatchGetTask, BatchGetSession, BatchGetSessionAction, BatchGetWorker, BatchUpdateJob, BatchUpdateTask) for bulk operations. Monitors can now use an Identity Center instance in a different region via the identityCenterRegion parameter.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``dlm``",
14+
"description": "[``botocore``] This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``geo-maps``",
19+
"description": "[``botocore``] This release updates API reference documentation for Amazon Location Service Maps APIs to reflect regional restrictions for Grab Maps users",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``guardduty``",
24+
"description": "[``botocore``] Migrated to Smithy. No functional changes",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``lightsail``",
29+
"description": "[``botocore``] This release adds support for the Asia Pacific (Malaysia) (ap-southeast-5) Region.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``mediatailor``",
34+
"description": "[``botocore``] This change adds support for Tagging the resource types Programs and Prefetch Schedules",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``qconnect``",
39+
"description": "[``botocore``] Added optional originRequestId parameter to SendMessageRequest and ListSpans response in Amazon Q in Connect to support request tracing across service boundaries.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``transfer``",
44+
"description": "[``botocore``] AWS Transfer Family Connectors now support IPv6 connectivity, enabling outbound connections to remote SFTP or AS2 servers using IPv4-only or dual-stack (IPv4 and IPv6) configurations based on network requirements.",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

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

5+
1.42.84
6+
=======
7+
8+
* api-change:``accessanalyzer``: [``botocore``] Brookie helps customers preview the impact of SCPs before deployment using historical access activity. It evaluates attached policies and proposed policy updates using collected access activity through CloudTrail authorization events and reports where currently allowed access will be denied.
9+
* api-change:``deadline``: [``botocore``] Added 8 batch APIs (BatchGetJob, BatchGetStep, BatchGetTask, BatchGetSession, BatchGetSessionAction, BatchGetWorker, BatchUpdateJob, BatchUpdateTask) for bulk operations. Monitors can now use an Identity Center instance in a different region via the identityCenterRegion parameter.
10+
* api-change:``dlm``: [``botocore``] This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
11+
* api-change:``geo-maps``: [``botocore``] This release updates API reference documentation for Amazon Location Service Maps APIs to reflect regional restrictions for Grab Maps users
12+
* api-change:``guardduty``: [``botocore``] Migrated to Smithy. No functional changes
13+
* api-change:``lightsail``: [``botocore``] This release adds support for the Asia Pacific (Malaysia) (ap-southeast-5) Region.
14+
* api-change:``mediatailor``: [``botocore``] This change adds support for Tagging the resource types Programs and Prefetch Schedules
15+
* api-change:``qconnect``: [``botocore``] Added optional originRequestId parameter to SendMessageRequest and ListSpans response in Amazon Q in Connect to support request tracing across service boundaries.
16+
* api-change:``transfer``: [``botocore``] AWS Transfer Family Connectors now support IPv6 connectivity, enabling outbound connections to remote SFTP or AS2 servers using IPv4-only or dual-stack (IPv4 and IPv6) configurations based on network requirements.
17+
18+
519
1.42.83
620
=======
721

boto3/__init__.py

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

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.42.83'
21+
__version__ = '1.42.84'
2222

2323

2424
# 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.42.83,<1.43.0
6+
botocore>=1.42.84,<1.43.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.16.0,<0.17.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.42.83,<1.43.0',
17+
'botocore>=1.42.84,<1.43.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.16.0,<0.17.0',
2020
]

0 commit comments

Comments
 (0)