Skip to content

Commit

Permalink
Bumping version to 1.24.32
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 18, 2022
1 parent 73654a3 commit 3fb5adf
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.24.32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``discovery``",
"description": "[``botocore``] Add AWS Agentless Collector details to the GetDiscoverySummary API response",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``elasticache``",
"description": "[``botocore``] Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API",
"type": "api-change"
},
{
"category": "``kms``",
"description": "[``botocore``] Added support for the SM2 KeySpec in China Partition Regions",
"type": "api-change"
},
{
"category": "``mediapackage``",
"description": "[``botocore``] This release adds \"IncludeIframeOnlyStream\" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.",
"type": "api-change"
},
{
"category": "``sso-admin``",
"description": "[``botocore``] AWS SSO now supports attaching customer managed policies and a permissions boundary to your permission sets. This release adds new API operations to manage and view the customer managed policies and the permissions boundary for a given permission set.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-discovery-79899.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-91067.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elasticache-66106.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kms-92389.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediapackage-66272.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-62956.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssoadmin-42566.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.24.32
=======

* api-change:``discovery``: [``botocore``] Add AWS Agentless Collector details to the GetDiscoverySummary API response
* api-change:``ec2``: [``botocore``] Documentation updates for Amazon EC2.
* api-change:``elasticache``: [``botocore``] Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API
* api-change:``kms``: [``botocore``] Added support for the SM2 KeySpec in China Partition Regions
* api-change:``mediapackage``: [``botocore``] This release adds "IncludeIframeOnlyStream" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
* api-change:``sso-admin``: [``botocore``] AWS SSO now supports attaching customer managed policies and a permissions boundary to your permission sets. This release adds new API operations to manage and view the customer managed policies and the permissions boundary for a given permission set.


1.24.31
=======

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.24.31'
__version__ = '1.24.32'


# 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.27.31,<1.28.0
botocore>=1.27.32,<1.28.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.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.27.31,<1.28.0',
'botocore>=1.27.32,<1.28.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 3fb5adf

Please sign in to comment.