Skip to content

Commit

Permalink
Bumping version to 1.24.57
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 22, 2022
1 parent dbb0f87 commit ee774e6
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.24.57.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``docdb``",
"description": "[``botocore``] Update document for volume clone",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] R6a instances are powered by 3rd generation AMD EPYC (Milan) processors delivering all-core turbo frequency of 3.6 GHz. C6id, M6id, and R6id instances are powered by 3rd generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz.",
"type": "api-change"
},
{
"category": "``forecast``",
"description": "[``botocore``] releasing What-If Analysis APIs and update ARN regex pattern to be more strict in accordance with security recommendation",
"type": "api-change"
},
{
"category": "``forecastquery``",
"description": "[``botocore``] releasing What-If Analysis APIs",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] Enable non-unique asset names under different hierarchies",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "[``botocore``] Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Added new resource details objects to ASFF, including resources for AwsBackupBackupVault, AwsBackupBackupPlan and AwsBackupRecoveryPoint. Added FixAvailable, FixedInVersion and Remediation to Vulnerability.",
"type": "api-change"
},
{
"category": "``support-app``",
"description": "[``botocore``] This is the initial SDK release for the AWS Support App in Slack.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-docdb-64306.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-forecast-62210.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-forecastquery-61167.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-45029.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2models-11404.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-12979.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-supportapp-57393.json

This file was deleted.

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.24.57
=======

* api-change:``docdb``: [``botocore``] Update document for volume clone
* api-change:``ec2``: [``botocore``] R6a instances are powered by 3rd generation AMD EPYC (Milan) processors delivering all-core turbo frequency of 3.6 GHz. C6id, M6id, and R6id instances are powered by 3rd generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz.
* api-change:``forecast``: [``botocore``] releasing What-If Analysis APIs and update ARN regex pattern to be more strict in accordance with security recommendation
* api-change:``forecastquery``: [``botocore``] releasing What-If Analysis APIs
* api-change:``iotsitewise``: [``botocore``] Enable non-unique asset names under different hierarchies
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``securityhub``: [``botocore``] Added new resource details objects to ASFF, including resources for AwsBackupBackupVault, AwsBackupBackupPlan and AwsBackupRecoveryPoint. Added FixAvailable, FixedInVersion and Remediation to Vulnerability.
* api-change:``support-app``: [``botocore``] This is the initial SDK release for the AWS Support App in Slack.


1.24.56
=======

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.56'
__version__ = '1.24.57'


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

0 comments on commit ee774e6

Please sign in to comment.