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 cf4ff48 commit fac1271
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 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": "[``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "[``botocore``] Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.",
"type": "api-change"
},
{
"category": "``es``",
"description": "[``botocore``] 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": "[``botocore``] This release adds support to set up an HTTPS endpoint on an instance.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "[``botocore``] 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": "[``botocore``] Adding support for provisioned throughput mode for SageMaker Feature Groups",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "[``botocore``] Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] 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``: [``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.
* api-change:``docdb``: [``botocore``] Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
* api-change:``ecs``: [``botocore``] This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
* api-change:``es``: [``botocore``] 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``: [``botocore``] This release adds support to set up an HTTPS endpoint on an instance.
* api-change:``opensearch``: [``botocore``] 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``: [``botocore``] Adding support for provisioned throughput mode for SageMaker Feature Groups
* api-change:``servicecatalog``: [``botocore``] Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.34.12
=======

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

__author__ = 'Amazon Web Services'
__version__ = '1.34.12'
__version__ = '1.34.13'


# 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.34.12,<1.35.0
botocore>=1.34.13,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.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.34.12,<1.35.0',
'botocore>=1.34.13,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit fac1271

Please sign in to comment.