Skip to content

Commit 359f0b2

Browse files
Merge branch 'release-1.34.135'
* release-1.34.135: Bumping version to 1.34.135 Add changelog entries from botocore
2 parents f14c977 + d9b5ce7 commit 359f0b2

File tree

5 files changed

+76
-3
lines changed

5 files changed

+76
-3
lines changed

.changes/1.34.135.json

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"category": "``application-autoscaling``",
4+
"description": "[``botocore``] Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``chime-sdk-media-pipelines``",
9+
"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",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``cloudfront``",
14+
"description": "[``botocore``] Doc only update for CloudFront that fixes customer-reported issue",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``datazone``",
19+
"description": "[``botocore``] This release supports the data lineage feature of business data catalog in Amazon DataZone.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``elasticache``",
24+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``mq``",
29+
"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'.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``qconnect``",
34+
"description": "[``botocore``] Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``quicksight``",
39+
"description": "[``botocore``] Adding support for Repeating Sections, Nested Filters",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``rds``",
44+
"description": "[``botocore``] Updates Amazon RDS documentation for TAZ export to S3.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``sagemaker``",
49+
"description": "[``botocore``] Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``workspaces``",
54+
"description": "[``botocore``] Added support for WorkSpaces Pools.",
55+
"type": "api-change"
56+
}
57+
]

CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
CHANGELOG
33
=========
44

5+
1.34.135
6+
========
7+
8+
* 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.
9+
* 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
10+
* api-change:``cloudfront``: [``botocore``] Doc only update for CloudFront that fixes customer-reported issue
11+
* api-change:``datazone``: [``botocore``] This release supports the data lineage feature of business data catalog in Amazon DataZone.
12+
* api-change:``elasticache``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
13+
* 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'.
14+
* api-change:``qconnect``: [``botocore``] Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.
15+
* api-change:``quicksight``: [``botocore``] Adding support for Repeating Sections, Nested Filters
16+
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for TAZ export to S3.
17+
* api-change:``sagemaker``: [``botocore``] Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
18+
* api-change:``workspaces``: [``botocore``] Added support for WorkSpaces Pools.
19+
20+
521
1.34.134
622
========
723

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.34.134'
20+
__version__ = '1.34.135'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.34.134,<1.35.0
6+
botocore>=1.34.135,<1.35.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.34.134,<1.35.0',
17+
'botocore>=1.34.135,<1.35.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.10.0,<0.11.0',
2020
]

0 commit comments

Comments
 (0)