Skip to content

Commit

Permalink
Bumping version to 1.34.135
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 27, 2024
1 parent 5de46c9 commit 31053b7
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 57 deletions.
57 changes: 57 additions & 0 deletions .changes/1.34.135.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``application-autoscaling``",
"description": "Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.",
"type": "api-change"
},
{
"category": "``chime-sdk-media-pipelines``",
"description": "Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "Doc only update for CloudFront that fixes customer-reported issue",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "This release supports the data lineage feature of business data catalog in Amazon DataZone.",
"type": "api-change"
},
{
"category": "``elasticache``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``mq``",
"description": "This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.",
"type": "api-change"
},
{
"category": "``qconnect``",
"description": "Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "Adding support for Repeating Sections, Nested Filters",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation for TAZ export to S3.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Added support for WorkSpaces Pools.",
"type": "api-change"
}
]

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudfront-18124.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elasticache-76164.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mq-63011.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qconnect-31001.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-17066.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-35405.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-11258.json

This file was deleted.

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

1.34.135
========

* api-change:``application-autoscaling``: Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.
* api-change:``chime-sdk-media-pipelines``: Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics
* api-change:``cloudfront``: Doc only update for CloudFront that fixes customer-reported issue
* api-change:``datazone``: This release supports the data lineage feature of business data catalog in Amazon DataZone.
* api-change:``elasticache``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``mq``: This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.
* api-change:``qconnect``: Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.
* api-change:``quicksight``: Adding support for Repeating Sections, Nested Filters
* api-change:``rds``: Updates Amazon RDS documentation for TAZ export to S3.
* api-change:``sagemaker``: Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
* api-change:``workspaces``: Added support for WorkSpaces Pools.


1.34.134
========

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.134'
__version__ = '1.34.135'


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.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.134'
release = '1.34.135'

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

0 comments on commit 31053b7

Please sign in to comment.