Skip to content

Commit ca011d7

Browse files
Merge branch 'release-1.27.100' into develop
* release-1.27.100: Bumping version to 1.27.100 Update changelog based on model updates
2 parents b74cdc5 + 9df224b commit ca011d7

File tree

6 files changed

+72
-5
lines changed

6 files changed

+72
-5
lines changed

.changes/1.27.100.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``athena``",
4+
"description": "Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``chime-sdk-voice``",
9+
"description": "Documentation updates for Amazon Chime SDK Voice.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "This release introduces support for RelatedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connectparticipant``",
19+
"description": "This release provides an update to the SendMessage API to handle interactive message response content-types.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``iotwireless``",
24+
"description": "Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``medialive``",
29+
"description": "AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sagemaker``",
34+
"description": "Fixed some improperly rendered links in SDK documentation.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``securityhub``",
39+
"description": "Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``servicecatalog-appregistry``",
44+
"description": "In this release, we started supporting ARN in applicationSpecifier and attributeGroupSpecifier. GetAttributeGroup, ListAttributeGroups and ListAttributeGroupsForApplication APIs will now have CreatedBy field in the response.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``voice-id``",
49+
"description": "Amazon Connect Voice ID now supports multiple fraudster watchlists. Every domain has a default watchlist where all existing fraudsters are placed by default. Custom watchlists may now be created, managed, and evaluated against for known fraudster detection.",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

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

5+
1.27.100
6+
========
7+
8+
* api-change:``athena``: Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.
9+
* api-change:``chime-sdk-voice``: Documentation updates for Amazon Chime SDK Voice.
10+
* api-change:``connect``: This release introduces support for RelatedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well.
11+
* api-change:``connectparticipant``: This release provides an update to the SendMessage API to handle interactive message response content-types.
12+
* api-change:``iotwireless``: Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management.
13+
* api-change:``medialive``: AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.
14+
* api-change:``sagemaker``: Fixed some improperly rendered links in SDK documentation.
15+
* api-change:``securityhub``: Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance.
16+
* api-change:``servicecatalog-appregistry``: In this release, we started supporting ARN in applicationSpecifier and attributeGroupSpecifier. GetAttributeGroup, ListAttributeGroups and ListAttributeGroupsForApplication APIs will now have CreatedBy field in the response.
17+
* api-change:``voice-id``: Amazon Connect Voice ID now supports multiple fraudster watchlists. Every domain has a default watchlist where all existing fraudsters are placed by default. Custom watchlists may now be created, managed, and evaluated against for known fraudster detection.
18+
19+
520
1.27.99
621
=======
722

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.27.99'
20+
__version__ = '1.27.100'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '1.27.'
53+
version = '1.27.1'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.27.99'
55+
release = '1.27.100'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.29.99
6+
botocore==1.29.100
77
docutils>=0.10,<0.17
88
s3transfer>=0.6.0,<0.7.0
99
PyYAML>=3.10,<5.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.29.99',
27+
'botocore==1.29.100',
2828
'docutils>=0.10,<0.17',
2929
's3transfer>=0.6.0,<0.7.0',
3030
'PyYAML>=3.10,<5.5',

0 commit comments

Comments
 (0)