Skip to content

Commit

Permalink
Merge branch 'release-1.26.92' into develop
Browse files Browse the repository at this point in the history
* release-1.26.92:
  Bumping version to 1.26.92
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 15, 2023
2 parents 16995e3 + f178df5 commit ca88df7
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .changes/1.26.92.json
@@ -0,0 +1,17 @@
[
{
"category": "``migrationhubstrategy``",
"description": "[``botocore``] This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] Added support for S3 Object Lambda aliases.",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "[``botocore``] Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.26.92
=======

* api-change:``migrationhubstrategy``: [``botocore``] This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.
* api-change:``s3control``: [``botocore``] Added support for S3 Object Lambda aliases.
* api-change:``securitylake``: [``botocore``] Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.


1.26.91
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.26.91'
__version__ = '1.26.92'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.29.91,<1.30.0
botocore>=1.29.92,<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
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.91,<1.30.0',
'botocore>=1.29.92,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit ca88df7

Please sign in to comment.