Skip to content

Commit

Permalink
Bumping version to 1.29.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 29, 2022
1 parent 1169a63 commit 5d76037
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.29.19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``ec2``",
"description": "This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.",
"type": "api-change"
},
{
"category": "``kms``",
"description": "AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.",
"type": "api-change"
},
{
"category": "``omics``",
"description": "Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare.",
"type": "api-change"
},
{
"category": "``opensearchserverless``",
"description": "Publish SDK for Amazon OpenSearch Serverless",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data",
"type": "api-change"
},
{
"category": "``simspaceweaver``",
"description": "AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-70430.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-firehose-73695.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kms-94096.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-omics-68242.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securitylake-57328.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-simspaceweaver-88091.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.29.19
=======

* api-change:``ec2``: This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
* api-change:``firehose``: Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
* api-change:``kms``: AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
* api-change:``omics``: Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare.
* api-change:``opensearchserverless``: Publish SDK for Amazon OpenSearch Serverless
* api-change:``securitylake``: Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data
* api-change:``simspaceweaver``: AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver


1.29.18
=======

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 os
import re

__version__ = '1.29.18'
__version__ = '1.29.19'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.18'
release = '1.29.19'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 5d76037

Please sign in to comment.