Skip to content

Commit f1cbcd3

Browse files
Bump version to 2.27.43
1 parent 6c44e54 commit f1cbcd3

13 files changed

+59
-45
lines changed

.changes/2.27.43.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``fsx``",
4+
"description": "Add support for the ability to create Amazon S3 Access Points for Amazon FSx for OpenZFS file systems.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``s3control``",
9+
"description": "Add support for the ability to use Amazon S3 Access Points with Amazon FSx for OpenZFS file systems.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``textract``",
14+
"description": "Add RotationAngle field to Geometry of WORD blocks for Textract AnalyzeDocument API",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "Updates for change to Amazon ECS default log driver mode from blocking to non-blocking",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``s3``",
24+
"description": "Adds support for additional server-side encryption mode and storage class values for accessing Amazon FSx data from Amazon S3 using S3 Access Points",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``storagegateway``",
29+
"description": "This release adds IPv6 support to the Storage Gateway APIs. APIs that previously only accept or return IPv4 address will now accept or return both IPv4 and IPv6 addresses.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``workspaces-thin-client``",
34+
"description": "Remove Tags field from Get API responses",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-ecs-30062.json

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

.changes/next-release/api-change-fsx-77046.json

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

.changes/next-release/api-change-s3-42316.json

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

.changes/next-release/api-change-s3control-37905.json

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

.changes/next-release/api-change-storagegateway-24853.json

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

.changes/next-release/api-change-textract-85802.json

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

.changes/next-release/api-change-workspacesthinclient-97382.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.27.43
6+
=======
7+
8+
* api-change:``fsx``: Add support for the ability to create Amazon S3 Access Points for Amazon FSx for OpenZFS file systems.
9+
* api-change:``s3control``: Add support for the ability to use Amazon S3 Access Points with Amazon FSx for OpenZFS file systems.
10+
* api-change:``textract``: Add RotationAngle field to Geometry of WORD blocks for Textract AnalyzeDocument API
11+
* api-change:``ecs``: Updates for change to Amazon ECS default log driver mode from blocking to non-blocking
12+
* api-change:``s3``: Adds support for additional server-side encryption mode and storage class values for accessing Amazon FSx data from Amazon S3 using S3 Access Points
13+
* api-change:``storagegateway``: This release adds IPv6 support to the Storage Gateway APIs. APIs that previously only accept or return IPv4 address will now accept or return both IPv4 and IPv6 addresses.
14+
* api-change:``workspaces-thin-client``: Remove Tags field from Get API responses
15+
16+
517
2.27.42
618
=======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.27.42'
23+
__version__ = '2.27.43'
2424

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

0 commit comments

Comments
 (0)