Skip to content

Commit

Permalink
Merge branch 'release-1.34.73' into develop
Browse files Browse the repository at this point in the history
* release-1.34.73:
  Bumping version to 1.34.73
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 28, 2024
2 parents ea416ec + 7e51f58 commit 07a49d6
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.73.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``codecatalyst``",
"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.",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "[``botocore``] This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.",
"type": "api-change"
},
{
"category": "``ec2``",
"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.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Add multiple customer error code to handle customer caused failure when managing EKS node groups",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "[``botocore``] Add EC2 support for GuardDuty Runtime Monitoring auto management.",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "[``botocore``] Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes.",
"type": "api-change"
},
{
"category": "``oam``",
"description": "[``botocore``] This release adds support for sharing AWS::InternetMonitor::Monitor resources.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.34.73
=======

* 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.
* api-change:``compute-optimizer``: [``botocore``] This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.
* 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.
* api-change:``eks``: [``botocore``] Add multiple customer error code to handle customer caused failure when managing EKS node groups
* api-change:``guardduty``: [``botocore``] Add EC2 support for GuardDuty Runtime Monitoring auto management.
* api-change:``neptune-graph``: [``botocore``] Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes.
* api-change:``oam``: [``botocore``] This release adds support for sharing AWS::InternetMonitor::Monitor resources.
* api-change:``quicksight``: [``botocore``] Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.


1.34.72
=======

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.34.72'
__version__ = '1.34.73'


# 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.34.72,<1.35.0
botocore>=1.34.73,<1.35.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 @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.72,<1.35.0',
'botocore>=1.34.73,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 07a49d6

Please sign in to comment.