Skip to content

Commit cd5d40f

Browse files
Merge branch 'release-1.38.26'
* release-1.38.26: Bumping version to 1.38.26 Update changelog based on model updates
2 parents 59912fc + 675ddf3 commit cd5d40f

File tree

6 files changed

+47
-4
lines changed

6 files changed

+47
-4
lines changed

.changes/1.38.26.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``application-signals``",
4+
"description": "Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``codebuild``",
9+
"description": "This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecr``",
14+
"description": "Fix for customer issues related to AWS account ID and size limitation for token.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "This is an Amazon ECS documentation only update to address various tickets.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``lexv2-models``",
24+
"description": "Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``medialive``",
29+
"description": "Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.38.26
6+
=======
7+
8+
* api-change:``application-signals``: Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics.
9+
* api-change:``codebuild``: This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment
10+
* api-change:``ecr``: Fix for customer issues related to AWS account ID and size limitation for token.
11+
* api-change:``ecs``: This is an Amazon ECS documentation only update to address various tickets.
12+
* api-change:``lexv2-models``: Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug
13+
* api-change:``medialive``: Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.
14+
15+
516
1.38.25
617
=======
718

awscli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import os
2020

21-
__version__ = '1.38.25'
21+
__version__ = '1.38.26'
2222

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

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.38.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.38.25'
55+
release = '1.38.26'
5656

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.37.25
6+
botocore==1.37.26
77
docutils>=0.10,<0.17
88
s3transfer>=0.11.0,<0.12.0
99
PyYAML>=3.10,<6.1

setup.py

+1-1
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.37.25',
27+
'botocore==1.37.26',
2828
'docutils>=0.10,<0.17',
2929
's3transfer>=0.11.0,<0.12.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)