Skip to content

Commit

Permalink
Merge branch 'release-1.24.63' into develop
Browse files Browse the repository at this point in the history
* release-1.24.63:
  Bumping version to 1.24.63
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Aug 30, 2022
2 parents 1b3dcfd + 622927f commit cc6dfb8
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.24.63.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "Endpoints",
"description": "[``botocore``] Deprecate SSL common name",
"type": "enhancement"
},
{
"category": "``greengrassv2``",
"description": "[``botocore``] Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device.",
"type": "api-change"
},
{
"category": "``identitystore``",
"description": "[``botocore``] Documentation updates for the Identity Store CLI Reference.",
"type": "api-change"
},
{
"category": "``lookoutequipment``",
"description": "[``botocore``] This release adds new apis for providing labels.",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "[``botocore``] This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data.",
"type": "api-change"
},
{
"category": "``sso-admin``",
"description": "[``botocore``] Documentation updates for the AWS IAM Identity Center CLI Reference.",
"type": "api-change"
},
{
"category": "``sso``",
"description": "[``botocore``] Documentation updates for the AWS IAM Identity Center Portal CLI Reference.",
"type": "api-change"
}
]
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.63
=======

* enhancement:Endpoints: [``botocore``] Deprecate SSL common name
* api-change:``greengrassv2``: [``botocore``] Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device.
* api-change:``identitystore``: [``botocore``] Documentation updates for the Identity Store CLI Reference.
* api-change:``lookoutequipment``: [``botocore``] This release adds new apis for providing labels.
* api-change:``macie2``: [``botocore``] This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data.
* api-change:``sso-admin``: [``botocore``] Documentation updates for the AWS IAM Identity Center CLI Reference.
* api-change:``sso``: [``botocore``] Documentation updates for the AWS IAM Identity Center Portal CLI Reference.


1.24.62
=======

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.62'
__version__ = '1.24.63'


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

0 comments on commit cc6dfb8

Please sign in to comment.