Skip to content

Commit

Permalink
Bumping version to 1.35.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 3, 2024
1 parent a2ab915 commit 2938c83
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``connect``",
"description": "Release ReplicaConfiguration as part of DescribeInstance",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.",
"type": "api-change"
},
{
"category": "``mediaconnect``",
"description": "AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Added MinQP as a Rate Control option for H264 and H265 encodes.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.",
"type": "api-change"
},
{
"category": "``timestream-influxdb``",
"description": "Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-55217.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-datazone-73731.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elbv2-53020.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconnect-10275.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-19102.json

This file was deleted.

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

This file was deleted.

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

* api-change:``connect``: Release ReplicaConfiguration as part of DescribeInstance
* api-change:``datazone``: Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.
* api-change:``elbv2``: This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
* api-change:``mediaconnect``: AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.
* api-change:``medialive``: Added MinQP as a Rate Control option for H264 and H265 encodes.
* api-change:``sagemaker``: Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.
* api-change:``timestream-influxdb``: Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.


1.35.10
=======

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.35.10'
__version__ = '1.35.11'


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.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.10'
release = '1.35.11'

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

0 comments on commit 2938c83

Please sign in to comment.