Skip to content

Commit

Permalink
Merge branch 'release-1.21.35' into develop
Browse files Browse the repository at this point in the history
* release-1.21.35:
  Bumping version to 1.21.35
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 2, 2021
2 parents eb7bb39 + 8c978de commit ec0eb68
Show file tree
Hide file tree
Showing 19 changed files with 4,252 additions and 594 deletions.
67 changes: 67 additions & 0 deletions .changes/1.21.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"category": "``acm-pca``",
"description": "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": "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": "Updates service API, documentation, and paginators to support multi-region access points from Amazon S3.",
"type": "api-change"
},
{
"category": "``schemas``",
"description": "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": "New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket.",
"type": "api-change"
},
{
"category": "s3",
"description": "Added support for S3 Multi-Region Access Points",
"type": "enhancement"
},
{
"category": "``efs``",
"description": "Update efs client to latest version",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing",
"type": "api-change"
},
{
"category": "``ebs``",
"description": "Documentation updates for Amazon EBS direct APIs.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "This release adds support for referencing parent datasets as sources in a child dataset.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "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": "Added support for Sigv4a Signing Algorithm",
"type": "enhancement"
},
{
"category": "``lex-models``",
"description": "Lex now supports Korean (ko-KR) locale.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-Signers-458.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-s3-26723.json

This file was deleted.

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.21.35
=======

* api-change:``acm-pca``: 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``: 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``: Updates service API, documentation, and paginators to support multi-region access points from Amazon S3.
* api-change:``schemas``: 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``: New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket.
* enhancement:s3: Added support for S3 Multi-Region Access Points
* api-change:``efs``: Update efs client to latest version
* api-change:``transfer``: AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing
* api-change:``ebs``: Documentation updates for Amazon EBS direct APIs.
* api-change:``quicksight``: This release adds support for referencing parent datasets as sources in a child dataset.
* api-change:``fsx``: 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: Added support for Sigv4a Signing Algorithm
* api-change:``lex-models``: Lex now supports Korean (ko-KR) locale.


1.21.34
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.21.34'
__version__ = '1.21.35'


class NullHandler(logging.Handler):
Expand Down

0 comments on commit ec0eb68

Please sign in to comment.