Skip to content

Commit 5914664

Browse files
Merge branch 'release-1.42.16' into develop
* release-1.42.16: Bumping version to 1.42.16 Update changelog based on model updates
2 parents ce61614 + b77c035 commit 5914664

File tree

6 files changed

+137
-4
lines changed

6 files changed

+137
-4
lines changed

.changes/1.42.16.json

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
[
2+
{
3+
"category": "``clouddirectory``",
4+
"description": "Remove incorrect endpoint tests",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cognito-sync``",
9+
"description": "Remove incorrect endpoint tests",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``docdb``",
14+
"description": "Remove incorrect endpoint tests",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``elb``",
19+
"description": "Remove incorrect endpoint tests",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``endpoint-rules``",
24+
"description": "Update endpoint-rules command to latest version",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``healthlake``",
29+
"description": "Remove incorrect endpoint tests",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``iotanalytics``",
34+
"description": "Remove incorrect endpoint tests",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``macie2``",
39+
"description": "Remove incorrect endpoint tests",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``marketplacecommerceanalytics``",
44+
"description": "Remove incorrect endpoint tests",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``medialive``",
49+
"description": "AWS Elemental MediaLive now has a field called \"SubtitleRows\" for controlling subtitle row count for DVB-Sub and Burn-In captions outputs",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``memorydb``",
54+
"description": "Remove incorrect endpoint tests",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``proton``",
59+
"description": "Remove incorrect endpoint tests",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``qconnect``",
64+
"description": "Releasing model ID support for UpdateAIPrompt",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``qldb``",
69+
"description": "Remove incorrect endpoint tests",
70+
"type": "api-change"
71+
},
72+
{
73+
"category": "``rds``",
74+
"description": "Updates Amazon RDS documentation for Db2 read-only replicas.",
75+
"type": "api-change"
76+
},
77+
{
78+
"category": "``route53-recovery-readiness``",
79+
"description": "Remove incorrect endpoint tests",
80+
"type": "api-change"
81+
},
82+
{
83+
"category": "``sagemaker``",
84+
"description": "Launch SageMaker Notebook Instances support for AL2023 along with P6-B200 instance type and Rootless Docker support for SageMaker Studio.",
85+
"type": "api-change"
86+
},
87+
{
88+
"category": "``sagemaker-a2i-runtime``",
89+
"description": "Remove incorrect endpoint tests",
90+
"type": "api-change"
91+
},
92+
{
93+
"category": "``simspaceweaver``",
94+
"description": "Remove incorrect endpoint tests",
95+
"type": "api-change"
96+
},
97+
{
98+
"category": "``synthetics``",
99+
"description": "Added multi browser support for synthetics canaries, Increased ephemeral storage limit from 5GB to 10GB",
100+
"type": "api-change"
101+
},
102+
{
103+
"category": "``wafv2``",
104+
"description": "test and verified, safe to release",
105+
"type": "api-change"
106+
}
107+
]

CHANGELOG.rst

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

5+
1.42.16
6+
=======
7+
8+
* api-change:``clouddirectory``: Remove incorrect endpoint tests
9+
* api-change:``cognito-sync``: Remove incorrect endpoint tests
10+
* api-change:``docdb``: Remove incorrect endpoint tests
11+
* api-change:``elb``: Remove incorrect endpoint tests
12+
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
13+
* api-change:``healthlake``: Remove incorrect endpoint tests
14+
* api-change:``iotanalytics``: Remove incorrect endpoint tests
15+
* api-change:``macie2``: Remove incorrect endpoint tests
16+
* api-change:``marketplacecommerceanalytics``: Remove incorrect endpoint tests
17+
* api-change:``medialive``: AWS Elemental MediaLive now has a field called "SubtitleRows" for controlling subtitle row count for DVB-Sub and Burn-In captions outputs
18+
* api-change:``memorydb``: Remove incorrect endpoint tests
19+
* api-change:``proton``: Remove incorrect endpoint tests
20+
* api-change:``qconnect``: Releasing model ID support for UpdateAIPrompt
21+
* api-change:``qldb``: Remove incorrect endpoint tests
22+
* api-change:``rds``: Updates Amazon RDS documentation for Db2 read-only replicas.
23+
* api-change:``route53-recovery-readiness``: Remove incorrect endpoint tests
24+
* api-change:``sagemaker``: Launch SageMaker Notebook Instances support for AL2023 along with P6-B200 instance type and Rootless Docker support for SageMaker Studio.
25+
* api-change:``sagemaker-a2i-runtime``: Remove incorrect endpoint tests
26+
* api-change:``simspaceweaver``: Remove incorrect endpoint tests
27+
* api-change:``synthetics``: Added multi browser support for synthetics canaries, Increased ephemeral storage limit from 5GB to 10GB
28+
* api-change:``wafv2``: test and verified, safe to release
29+
30+
531
1.42.15
632
=======
733

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import os
2020

21-
__version__ = '1.42.15'
21+
__version__ = '1.42.16'
2222

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

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.42.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.42.15'
55+
release = '1.42.16'
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.40.15
6+
botocore==1.40.16
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.13.0,<0.14.0
99
PyYAML>=3.10,<6.1

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.40.15',
27+
'botocore==1.40.16',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.13.0,<0.14.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)