Skip to content

Commit

Permalink
Bumping version to 1.34.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 4, 2024
1 parent f93abc5 commit 2d81b3b
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 47 deletions.
47 changes: 47 additions & 0 deletions .changes/1.34.13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``config``",
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.",
"type": "api-change"
},
{
"category": "``es``",
"description": "This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "This release adds support to set up an HTTPS endpoint on an instance.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Adding support for provisioned throughput mode for SageMaker Feature Groups",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-config-91509.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-docdb-97293.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-54588.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-87958.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-es-18547.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lightsail-39186.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-opensearch-44447.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-66243.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-servicecatalog-14889.json

This file was deleted.

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

1.34.13
=======

* api-change:``config``: Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.
* api-change:``docdb``: Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
* api-change:``ecs``: This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
* api-change:``es``: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``lightsail``: This release adds support to set up an HTTPS endpoint on an instance.
* api-change:``opensearch``: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``sagemaker``: Adding support for provisioned throughput mode for SageMaker Feature Groups
* api-change:``servicecatalog``: Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version


1.34.12
=======

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.34.12'
__version__ = '1.34.13'


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 @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.12'
release = '1.34.13'

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

0 comments on commit 2d81b3b

Please sign in to comment.