Skip to content

Commit 72fe461

Browse files
Bump version to 2.11.4
1 parent 9c0442d commit 72fe461

13 files changed

+59
-45
lines changed

.changes/2.11.4.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``migrationhubstrategy``",
4+
"description": "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.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "configure",
9+
"description": "Add support for importing CSV credential files that have leading UTF-8 BOM. Fixes `#7721 <https://github.com/aws/aws-cli/issues/7721>`__.",
10+
"type": "enhancement"
11+
},
12+
{
13+
"category": "``securitylake``",
14+
"description": "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.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``sagemaker-runtime``",
19+
"description": "Update sagemaker-runtime command to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``guardduty``",
24+
"description": "Updated 9 APIs for feature enablement to reflect expansion of GuardDuty to features. Added new APIs and updated existing APIs to support RDS Protection GA.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``resource-explorer-2``",
29+
"description": "Documentation updates for APIs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``s3control``",
34+
"description": "Added support for S3 Object Lambda aliases.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/apichange-guardduty-20510.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/apichange-migrationhubstrategy-73324.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/apichange-resourceexplorer2-59017.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/apichange-s3control-5523.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/apichange-sagemakerruntime-57345.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/apichange-securitylake-37499.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/bugfix-configure-38726.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
2.11.4
6+
======
7+
8+
* api-change:``migrationhubstrategy``: 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.
9+
* enhancement:configure: Add support for importing CSV credential files that have leading UTF-8 BOM. Fixes `#7721 <https://github.com/aws/aws-cli/issues/7721>`__.
10+
* api-change:``securitylake``: 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.
11+
* api-change:``sagemaker-runtime``: Update sagemaker-runtime command to latest version
12+
* api-change:``guardduty``: Updated 9 APIs for feature enablement to reflect expansion of GuardDuty to features. Added new APIs and updated existing APIs to support RDS Protection GA.
13+
* api-change:``resource-explorer-2``: Documentation updates for APIs.
14+
* api-change:``s3control``: Added support for S3 Object Lambda aliases.
15+
16+
517
2.11.3
618
======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import importlib.abc
2020
import sys
2121

22-
__version__ = '2.11.3'
22+
__version__ = '2.11.4'
2323

2424
#
2525
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)