Skip to content

Commit

Permalink
Merge branch 'release-1.18.35'
Browse files Browse the repository at this point in the history
* release-1.18.35:
  Bumping version to 1.18.35
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Sep 2, 2021
2 parents 9739a28 + 3566cae commit 7c8bfb4
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 3 deletions.
67 changes: 67 additions & 0 deletions .changes/1.18.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"category": "``acm-pca``",
"description": "[``botocore``] Private Certificate Authority Service now allows customers to enable an online certificate status protocol (OCSP) responder service on their private certificate authorities. Customers can also optionally configure a custom CNAME for their OCSP responder.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.",
"type": "api-change"
},
{
"category": "``accessanalyzer``",
"description": "[``botocore``] Updates service API, documentation, and paginators to support multi-region access points from Amazon S3.",
"type": "api-change"
},
{
"category": "``schemas``",
"description": "[``botocore``] This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket.",
"type": "api-change"
},
{
"category": "s3",
"description": "[``botocore``] Added support for S3 Multi-Region Access Points",
"type": "enhancement"
},
{
"category": "``efs``",
"description": "[``botocore``] Update efs client to latest version",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing",
"type": "api-change"
},
{
"category": "``ebs``",
"description": "[``botocore``] Documentation updates for Amazon EBS direct APIs.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] This release adds support for referencing parent datasets as sources in a child dataset.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "[``botocore``] Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP.",
"type": "api-change"
},
{
"category": "Signers",
"description": "[``botocore``] Added support for Sigv4a Signing Algorithm",
"type": "enhancement"
},
{
"category": "``lex-models``",
"description": "[``botocore``] Lex now supports Korean (ko-KR) locale.",
"type": "api-change"
}
]
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
CHANGELOG
=========

1.18.35
=======

* api-change:``acm-pca``: [``botocore``] Private Certificate Authority Service now allows customers to enable an online certificate status protocol (OCSP) responder service on their private certificate authorities. Customers can also optionally configure a custom CNAME for their OCSP responder.
* api-change:``s3control``: [``botocore``] S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
* api-change:``accessanalyzer``: [``botocore``] Updates service API, documentation, and paginators to support multi-region access points from Amazon S3.
* api-change:``schemas``: [``botocore``] This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount.
* api-change:``securityhub``: [``botocore``] New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket.
* enhancement:s3: [``botocore``] Added support for S3 Multi-Region Access Points
* api-change:``efs``: [``botocore``] Update efs client to latest version
* api-change:``transfer``: [``botocore``] AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing
* api-change:``ebs``: [``botocore``] Documentation updates for Amazon EBS direct APIs.
* api-change:``quicksight``: [``botocore``] This release adds support for referencing parent datasets as sources in a child dataset.
* api-change:``fsx``: [``botocore``] Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP.
* enhancement:Signers: [``botocore``] Added support for Sigv4a Signing Algorithm
* api-change:``lex-models``: [``botocore``] Lex now supports Korean (ko-KR) locale.


1.18.34
=======

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.18.34'
__version__ = '1.18.35'


# 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.21.34,<1.22.0
botocore>=1.21.35,<1.22.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 @@ -14,7 +14,7 @@


requires = [
'botocore>=1.21.34,<1.22.0',
'botocore>=1.21.35,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 7c8bfb4

Please sign in to comment.