Skip to content

Commit d7b7d3e

Browse files
Merge branch 'release-1.17.93'
* release-1.17.93: Bumping version to 1.17.93 Add changelog entries from botocore
2 parents cb11bc5 + b17bd6c commit d7b7d3e

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

.changes/1.17.93.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "[``botocore``] Amazon EC2 adds new AMI property to flag outdated AMIs",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``medialive``",
9+
"description": "[``botocore``] AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``mediaconnect``",
14+
"description": "[``botocore``] When you enable source failover, you can now designate one of two sources as the primary source. You can choose between two failover modes to prevent any disruption to the video stream. Merge combines the sources into a single stream. Failover allows switching between a primary and a backup stream.",
15+
"type": "api-change"
16+
}
17+
]

CHANGELOG.rst

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

5+
1.17.93
6+
=======
7+
8+
* api-change:``ec2``: [``botocore``] Amazon EC2 adds new AMI property to flag outdated AMIs
9+
* api-change:``medialive``: [``botocore``] AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests.
10+
* api-change:``mediaconnect``: [``botocore``] When you enable source failover, you can now designate one of two sources as the primary source. You can choose between two failover modes to prevent any disruption to the video stream. Merge combines the sources into a single stream. Failover allows switching between a primary and a backup stream.
11+
12+
513
1.17.92
614
=======
715

boto3/__init__.py

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

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.17.92'
21+
__version__ = '1.17.93'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

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

44
[metadata]
55
requires_dist =
6-
botocore>=1.20.92,<1.21.0
6+
botocore>=1.20.93,<1.21.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.4.0,<0.5.0

setup.py

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

1515

1616
requires = [
17-
'botocore>=1.20.92,<1.21.0',
17+
'botocore>=1.20.93,<1.21.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.4.0,<0.5.0'
2020
]

0 commit comments

Comments
 (0)