[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'release-1.34.135' into develop
Browse files Browse the repository at this point in the history
* release-1.34.135:
  Bumping version to 1.34.135
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jun 27, 2024
2 parents 6221a41 + d9b5ce7 commit 54246d5
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 3 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Doc only update for CloudFront that fixes customer-reported issue",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "[``botocore``] This release supports the data lineage feature of business data catalog in Amazon DataZone.",
"type": "api-change"
},
{
"category": "``elasticache``",
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``mq``",
"description": "[``botocore``] 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": "[``botocore``] Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Adding support for Repeating Sections, Nested Filters",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Updates Amazon RDS documentation for TAZ export to S3.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] Added support for WorkSpaces Pools.",
"type": "api-change"
}
]
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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Doc only update for CloudFront that fixes customer-reported issue
* api-change:``datazone``: [``botocore``] This release supports the data lineage feature of business data catalog in Amazon DataZone.
* api-change:``elasticache``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``mq``: [``botocore``] 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``: [``botocore``] Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.
* api-change:``quicksight``: [``botocore``] Adding support for Repeating Sections, Nested Filters
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for TAZ export to S3.
* api-change:``sagemaker``: [``botocore``] Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
* api-change:``workspaces``: [``botocore``] Added support for WorkSpaces Pools.


1.34.134
========

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


# 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.134,<1.35.0
botocore>=1.34.135,<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 @@ -14,7 +14,7 @@


requires = [
'botocore>=1.34.134,<1.35.0',
'botocore>=1.34.135,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 54246d5

Please sign in to comment.