Skip to content

Commit

Permalink
Merge branch 'release-1.26.81' into develop
Browse files Browse the repository at this point in the history
* release-1.26.81:
  Bumping version to 1.26.81
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Feb 28, 2023
2 parents fa79cc5 + 5f92a2b commit 0469985
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 8 deletions.
42 changes: 42 additions & 0 deletions .changes/1.26.81.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "Documentation",
"description": "Splits service documentation into multiple sub-pages for better organization and faster loading time.",
"type": "enhancement"
},
{
"category": "Documentation",
"description": "[``botocore``] Splits service documentation into multiple sub-pages for better organization and faster loading time.",
"type": "enhancement"
},
{
"category": "``comprehend``",
"description": "[``botocore``] Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.",
"type": "api-change"
},
{
"category": "``kms``",
"description": "[``botocore``] AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "[``botocore``] This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount.",
"type": "api-change"
},
{
"category": "``managedblockchain``",
"description": "[``botocore``] This release adds support for tagging to the accessor resource in Amazon Managed Blockchain",
"type": "api-change"
},
{
"category": "``omics``",
"description": "[``botocore``] Minor model changes to accomodate batch imports feature",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-Documentation-22296.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.26.81
=======

* enhancement:Documentation: Splits service documentation into multiple sub-pages for better organization and faster loading time.
* enhancement:Documentation: [``botocore``] Splits service documentation into multiple sub-pages for better organization and faster loading time.
* api-change:``comprehend``: [``botocore``] Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models.
* api-change:``ec2``: [``botocore``] This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
* api-change:``kms``: [``botocore``] AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023.
* api-change:``lightsail``: [``botocore``] This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount.
* api-change:``managedblockchain``: [``botocore``] This release adds support for tagging to the accessor resource in Amazon Managed Blockchain
* api-change:``omics``: [``botocore``] Minor model changes to accomodate batch imports feature


1.26.80
=======

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.26.80'
__version__ = '1.26.81'


# 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.29.80,<1.30.0
botocore>=1.29.81,<1.30.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.29.80,<1.30.0',
'botocore>=1.29.81,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 0469985

Please sign in to comment.