Skip to content

Commit 07a49d6

Browse files
Merge branch 'release-1.34.73' into develop
* release-1.34.73: Bumping version to 1.34.73 Add changelog entries from botocore
2 parents ea416ec + 7e51f58 commit 07a49d6

File tree

5 files changed

+58
-3
lines changed

5 files changed

+58
-3
lines changed

Diff for: .changes/1.34.73.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``codecatalyst``",
4+
"description": "[``botocore``] This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``compute-optimizer``",
9+
"description": "[``botocore``] This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "[``botocore``] Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``eks``",
19+
"description": "[``botocore``] Add multiple customer error code to handle customer caused failure when managing EKS node groups",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``guardduty``",
24+
"description": "[``botocore``] Add EC2 support for GuardDuty Runtime Monitoring auto management.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``neptune-graph``",
29+
"description": "[``botocore``] Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``oam``",
34+
"description": "[``botocore``] This release adds support for sharing AWS::InternetMonitor::Monitor resources.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``quicksight``",
39+
"description": "[``botocore``] Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.",
40+
"type": "api-change"
41+
}
42+
]

Diff for: CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGELOG
33
=========
44

5+
1.34.73
6+
=======
7+
8+
* api-change:``codecatalyst``: [``botocore``] This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst.
9+
* api-change:``compute-optimizer``: [``botocore``] This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.
10+
* api-change:``ec2``: [``botocore``] Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances.
11+
* api-change:``eks``: [``botocore``] Add multiple customer error code to handle customer caused failure when managing EKS node groups
12+
* api-change:``guardduty``: [``botocore``] Add EC2 support for GuardDuty Runtime Monitoring auto management.
13+
* api-change:``neptune-graph``: [``botocore``] Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes.
14+
* api-change:``oam``: [``botocore``] This release adds support for sharing AWS::InternetMonitor::Monitor resources.
15+
* api-change:``quicksight``: [``botocore``] Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.
16+
17+
518
1.34.72
619
=======
720

Diff for: boto3/__init__.py

+1-1
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.34.72'
20+
__version__ = '1.34.73'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.34.72,<1.35.0
6+
botocore>=1.34.73,<1.35.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.0
99

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.34.72,<1.35.0',
16+
'botocore>=1.34.73,<1.35.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.10.0,<0.11.0',
1919
]

0 commit comments

Comments
 (0)