Skip to content

Commit 0d5397e

Browse files
Bumping version to 1.27.119
1 parent 2988f7e commit 0d5397e

11 files changed

Lines changed: 41 additions & 29 deletions

.changes/1.27.119.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``appflow``",
4+
"description": "Increased the max length for RefreshToken and AuthCode from 2048 to 4096.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``codecatalyst``",
9+
"description": "Documentation updates for Amazon CodeCatalyst.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "API changes to AWS Verified Access related to identity providers' information.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediaconvert``",
19+
"description": "This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``rekognition``",
24+
"description": "Added new status result to Liveness session status.",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-appflow-589.json

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

.changes/next-release/api-change-codecatalyst-49840.json

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

.changes/next-release/api-change-ec2-70333.json

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

.changes/next-release/api-change-mediaconvert-6663.json

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

.changes/next-release/api-change-rekognition-38544.json

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

CHANGELOG.rst

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

5+
1.27.119
6+
========
7+
8+
* api-change:``appflow``: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
9+
* api-change:``codecatalyst``: Documentation updates for Amazon CodeCatalyst.
10+
* api-change:``ec2``: API changes to AWS Verified Access related to identity providers' information.
11+
* api-change:``mediaconvert``: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
12+
* api-change:``rekognition``: Added new status result to Liveness session status.
13+
14+
515
1.27.118
616
========
717

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.118'
20+
__version__ = '1.27.119'
2121

2222
#
2323
# 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.27.1'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.27.118'
55+
release = '1.27.119'
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.118
6+
botocore==1.29.119
77
docutils>=0.10,<0.17
88
s3transfer>=0.6.0,<0.7.0
99
PyYAML>=3.10,<5.5

0 commit comments

Comments
 (0)