Skip to content

Commit

Permalink
Merge branch 'release-1.20.29'
Browse files Browse the repository at this point in the history
* release-1.20.29:
  Bumping version to 1.20.29
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jan 5, 2022
2 parents 094debc + d180d49 commit e6e8966
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 3 deletions.
57 changes: 57 additions & 0 deletions .changes/1.20.29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``cloudtrail``",
"description": "[``botocore``] This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "[``botocore``] This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections.",
"type": "api-change"
},
{
"category": "``snowball``",
"description": "[``botocore``] Updating validation rules for interfaces used in the Snowball API to tighten security of service.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "[``botocore``] Add new APIs for 3rd Party Support for Lake Formation",
"type": "api-change"
},
{
"category": "``appstream``",
"description": "[``botocore``] Includes APIs for App Entitlement management regarding entitlement and entitled application association.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Amazon EKS now supports running applications using IPv6 address space",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Multiple Doc-only updates for Amazon QuickSight.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] Documentation update for ticket fixes.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Amazon SageMaker now supports running training jobs on ml.g5 instance types.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation",
"type": "api-change"
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
CHANGELOG
=========

1.20.29
=======

* api-change:``cloudtrail``: [``botocore``] This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake.
* api-change:``iot``: [``botocore``] This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job.
* api-change:``ec2``: [``botocore``] This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections.
* api-change:``snowball``: [``botocore``] Updating validation rules for interfaces used in the Snowball API to tighten security of service.
* api-change:``lakeformation``: [``botocore``] Add new APIs for 3rd Party Support for Lake Formation
* api-change:``appstream``: [``botocore``] Includes APIs for App Entitlement management regarding entitlement and entitled application association.
* api-change:``eks``: [``botocore``] Amazon EKS now supports running applications using IPv6 address space
* api-change:``quicksight``: [``botocore``] Multiple Doc-only updates for Amazon QuickSight.
* api-change:``ecs``: [``botocore``] Documentation update for ticket fixes.
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports running training jobs on ml.g5 instance types.
* api-change:``glue``: [``botocore``] Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation


1.20.28
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.20.28'
__version__ = '1.20.29'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.23.28,<1.24.0
botocore>=1.23.29,<1.24.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.23.28,<1.24.0',
'botocore>=1.23.29,<1.24.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit e6e8966

Please sign in to comment.