Skip to content

Commit 8dc013e

Browse files
Merge branch 'release-1.42.92' into develop
* release-1.42.92: Bumping version to 1.42.92 Add changelog entries from botocore
2 parents 7eff2b3 + 5cb8aa5 commit 8dc013e

5 files changed

Lines changed: 58 additions & 3 deletions

File tree

.changes/1.42.92.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``application-signals``",
4+
"description": "[``botocore``] Releasing Second phase of SLO Recommendations where you can create recommended SLOs out-of-the box using CreateSLO API",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore-control``",
9+
"description": "[``botocore``] Supporting listingMode for AgentCore Gateway MCP server targets",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "[``botocore``] Added Transit Gateway Integration into AWS Client VPN.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``evs``",
19+
"description": "[``botocore``] Amazon EVS now allows you to create connectors to your vCenter appliances and create Windows Server entitlements for virtual machines running in your EVS environments",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``guardduty``",
24+
"description": "[``botocore``] Expanded support for new suppression rule fields.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``kafka``",
29+
"description": "[``botocore``] Amazon MSK Replicator now supports data migration from external Apache Kafka clusters to Amazon MSK Express brokers. This release adds SaslScram authentication with TLS encryption, enhanced consumer offset synchronization, and customer log forwarding for troubleshooting.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``location``",
34+
"description": "[``botocore``] This release adds support for new Job APIs for bulk workloads. The initial job type supported is Address Validation. The new APIs added are StartJob, CancelJob, ListJobs, and GetJob.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``observabilityadmin``",
39+
"description": "[``botocore``] Enablement for Security Hub v2 via Observability Admin Telemetry Rule for account and organization level.",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

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

5+
1.42.92
6+
=======
7+
8+
* api-change:``application-signals``: [``botocore``] Releasing Second phase of SLO Recommendations where you can create recommended SLOs out-of-the box using CreateSLO API
9+
* api-change:``bedrock-agentcore-control``: [``botocore``] Supporting listingMode for AgentCore Gateway MCP server targets
10+
* api-change:``ec2``: [``botocore``] Added Transit Gateway Integration into AWS Client VPN.
11+
* api-change:``evs``: [``botocore``] Amazon EVS now allows you to create connectors to your vCenter appliances and create Windows Server entitlements for virtual machines running in your EVS environments
12+
* api-change:``guardduty``: [``botocore``] Expanded support for new suppression rule fields.
13+
* api-change:``kafka``: [``botocore``] Amazon MSK Replicator now supports data migration from external Apache Kafka clusters to Amazon MSK Express brokers. This release adds SaslScram authentication with TLS encryption, enhanced consumer offset synchronization, and customer log forwarding for troubleshooting.
14+
* api-change:``location``: [``botocore``] This release adds support for new Job APIs for bulk workloads. The initial job type supported is Address Validation. The new APIs added are StartJob, CancelJob, ListJobs, and GetJob.
15+
* api-change:``observabilityadmin``: [``botocore``] Enablement for Security Hub v2 via Observability Admin Telemetry Rule for account and organization level.
16+
17+
518
1.42.91
619
=======
720

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.91'
21+
__version__ = '1.42.92'
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.91,<1.43.0
6+
botocore>=1.42.92,<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.91,<1.43.0',
17+
'botocore>=1.42.92,<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)