Skip to content

Commit 64307a4

Browse files
Merge branch 'release-1.35.85' into develop
* release-1.35.85: Bumping version to 1.35.85 Add changelog entries from botocore
2 parents d624d7f + cacd5ba commit 64307a4

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

.changes/1.35.85.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "[``botocore``] Added support for Rocky Linux 8 on Amazon AppStream 2.0",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``mediaconvert``",
9+
"description": "[``botocore``] This release adds support for inserting timecode tracks into MP4 container outputs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``medialive``",
14+
"description": "[``botocore``] MediaLive is releasing ListVersions api",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``qconnect``",
19+
"description": "[``botocore``] Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ssm-sap``",
24+
"description": "[``botocore``] AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``workspaces``",
29+
"description": "[``botocore``] Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

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

5+
1.35.85
6+
=======
7+
8+
* api-change:``appstream``: [``botocore``] Added support for Rocky Linux 8 on Amazon AppStream 2.0
9+
* api-change:``mediaconvert``: [``botocore``] This release adds support for inserting timecode tracks into MP4 container outputs.
10+
* api-change:``medialive``: [``botocore``] MediaLive is releasing ListVersions api
11+
* api-change:``qconnect``: [``botocore``] Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.
12+
* api-change:``ssm-sap``: [``botocore``] AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications
13+
* api-change:``workspaces``: [``botocore``] Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.
14+
15+
516
1.35.84
617
=======
718

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.35.84'
20+
__version__ = '1.35.85'
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.35.84,<1.36.0
6+
botocore>=1.35.85,<1.36.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.35.84,<1.36.0',
17+
'botocore>=1.35.85,<1.36.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.10.0,<0.11.0',
2020
]

0 commit comments

Comments
 (0)