Skip to content

Commit a4b53c8

Browse files
Bumping version to 1.17.99
1 parent 9a71ca7 commit a4b53c8

15 files changed

+70
-53
lines changed

.changes/1.17.99.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``docdb``",
4+
"description": "[``botocore``] DocumentDB documentation-only edits",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cloud9``",
9+
"description": "[``botocore``] Updated documentation for CreateEnvironmentEC2 to explain that because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2--which includes long term support through 2023--for new AWS Cloud9 environments.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``quicksight``",
14+
"description": "[``botocore``] Releasing new APIs for AWS QuickSight Folders",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediatailor``",
19+
"description": "[``botocore``] Update GetChannelSchedule to return information on ad breaks.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``cloudfront``",
24+
"description": "[``botocore``] Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``license-manager``",
29+
"description": "[``botocore``] AWS License Manager now allows license administrators and end users to communicate to each other by setting custom status reasons when updating the status on a granted license.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``ec2``",
34+
"description": "[``botocore``] This release adds support for provisioning your own IP (BYOIP) range in multiple regions. This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``events``",
39+
"description": "[``botocore``] Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``cloudsearch``",
44+
"description": "[``botocore``] This release replaces previous generation CloudSearch instances with equivalent new instances that provide better stability at the same price.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``codeguru-reviewer``",
49+
"description": "[``botocore``] Adds support for S3 based full repository analysis and changed lines scan.",
50+
"type": "api-change"
51+
}
52+
]

.changes/next-release/api-change-cloud9-92629.json

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

.changes/next-release/api-change-cloudfront-68348.json

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

.changes/next-release/api-change-cloudsearch-46147.json

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

.changes/next-release/api-change-codegurureviewer-58373.json

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

.changes/next-release/api-change-docdb-73608.json

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

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

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

.changes/next-release/api-change-events-59283.json

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

.changes/next-release/api-change-licensemanager-24067.json

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

.changes/next-release/api-change-mediatailor-88218.json

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

.changes/next-release/api-change-quicksight-53686.json

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

CHANGELOG.rst

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

5+
1.17.99
6+
=======
7+
8+
* api-change:``docdb``: [``botocore``] DocumentDB documentation-only edits
9+
* api-change:``cloud9``: [``botocore``] Updated documentation for CreateEnvironmentEC2 to explain that because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2--which includes long term support through 2023--for new AWS Cloud9 environments.
10+
* api-change:``quicksight``: [``botocore``] Releasing new APIs for AWS QuickSight Folders
11+
* api-change:``mediatailor``: [``botocore``] Update GetChannelSchedule to return information on ad breaks.
12+
* api-change:``cloudfront``: [``botocore``] Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.
13+
* api-change:``license-manager``: [``botocore``] AWS License Manager now allows license administrators and end users to communicate to each other by setting custom status reasons when updating the status on a granted license.
14+
* api-change:``ec2``: [``botocore``] This release adds support for provisioning your own IP (BYOIP) range in multiple regions. This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
15+
* api-change:``events``: [``botocore``] Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags
16+
* api-change:``cloudsearch``: [``botocore``] This release replaces previous generation CloudSearch instances with equivalent new instances that provide better stability at the same price.
17+
* api-change:``codeguru-reviewer``: [``botocore``] Adds support for S3 based full repository analysis and changed lines scan.
18+
19+
520
1.17.98
621
=======
722

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.98'
21+
__version__ = '1.17.99'
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.98,<1.21.0
6+
botocore>=1.20.99,<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.98,<1.21.0',
17+
'botocore>=1.20.99,<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)