Skip to content

Commit

Permalink
Merge branch 'release-1.17.99' into develop
Browse files Browse the repository at this point in the history
* release-1.17.99:
  Bumping version to 1.17.99
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jun 23, 2021
2 parents ee51177 + a4b53c8 commit bec373f
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.17.99.json
@@ -0,0 +1,52 @@
[
{
"category": "``docdb``",
"description": "[``botocore``] DocumentDB documentation-only edits",
"type": "api-change"
},
{
"category": "``cloud9``",
"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.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Releasing new APIs for AWS QuickSight Folders",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "[``botocore``] Update GetChannelSchedule to return information on ad breaks.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "[``botocore``] Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.",
"type": "api-change"
},
{
"category": "``license-manager``",
"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.",
"type": "api-change"
},
{
"category": "``ec2``",
"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.",
"type": "api-change"
},
{
"category": "``events``",
"description": "[``botocore``] Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags",
"type": "api-change"
},
{
"category": "``cloudsearch``",
"description": "[``botocore``] This release replaces previous generation CloudSearch instances with equivalent new instances that provide better stability at the same price.",
"type": "api-change"
},
{
"category": "``codeguru-reviewer``",
"description": "[``botocore``] Adds support for S3 based full repository analysis and changed lines scan.",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.17.99
=======

* api-change:``docdb``: [``botocore``] DocumentDB documentation-only edits
* 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.
* api-change:``quicksight``: [``botocore``] Releasing new APIs for AWS QuickSight Folders
* api-change:``mediatailor``: [``botocore``] Update GetChannelSchedule to return information on ad breaks.
* api-change:``cloudfront``: [``botocore``] Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.
* 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.
* 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.
* api-change:``events``: [``botocore``] Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags
* api-change:``cloudsearch``: [``botocore``] This release replaces previous generation CloudSearch instances with equivalent new instances that provide better stability at the same price.
* api-change:``codeguru-reviewer``: [``botocore``] Adds support for S3 based full repository analysis and changed lines scan.


1.17.98
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.98'
__version__ = '1.17.99'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.98,<1.21.0
botocore>=1.20.99,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.98,<1.21.0',
'botocore>=1.20.99,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit bec373f

Please sign in to comment.