Skip to content

Commit ff76c14

Browse files
Bumping version to 1.37.26
1 parent ddb5157 commit ff76c14

11 files changed

+46
-33
lines changed

Diff for: .changes/1.37.26.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``application-signals``",
4+
"description": "[``botocore``] 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": "[``botocore``] This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecr``",
14+
"description": "[``botocore``] 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": "[``botocore``] This is an Amazon ECS documentation only update to address various tickets.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``lexv2-models``",
24+
"description": "[``botocore``] 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": "[``botocore``] 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+
]

Diff for: .changes/next-release/api-change-applicationsignals-97622.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-codebuild-40055.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-ecr-85341.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-ecs-25823.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-lexv2models-23874.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-medialive-90005.json

-5
This file was deleted.

Diff for: CHANGELOG.rst

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

5+
1.37.26
6+
=======
7+
8+
* api-change:``application-signals``: [``botocore``] 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``: [``botocore``] This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment
10+
* api-change:``ecr``: [``botocore``] Fix for customer issues related to AWS account ID and size limitation for token.
11+
* api-change:``ecs``: [``botocore``] This is an Amazon ECS documentation only update to address various tickets.
12+
* api-change:``lexv2-models``: [``botocore``] 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``: [``botocore``] 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.37.25
617
=======
718

Diff for: boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.37.25'
20+
__version__ = '1.37.26'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

Diff for: 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,<1.38.0
6+
botocore>=1.37.26,<1.38.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.0
99

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.37.25,<1.38.0',
17+
'botocore>=1.37.26,<1.38.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.11.0,<0.12.0',
2020
]

0 commit comments

Comments
 (0)