Skip to content

Commit 29c5597

Browse files
Merge branch 'release-1.36.13' into develop
* release-1.36.13: Bumping version to 1.36.13 Add changelog entries from botocore
2 parents fd547c5 + 35836b3 commit 29c5597

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

.changes/1.36.13.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``datasync``",
4+
"description": "[``botocore``] Doc-only update to provide more information on using Kerberos authentication with SMB locations.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dms``",
9+
"description": "[``botocore``] Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iam``",
14+
"description": "[``botocore``] This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``neptune-graph``",
19+
"description": "[``botocore``] Added argument to `list-export` to filter by graph ID",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``qbusiness``",
24+
"description": "[``botocore``] Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "[``botocore``] IPv6 support for Hyperpod clusters",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.36.13
6+
=======
7+
8+
* api-change:``datasync``: [``botocore``] Doc-only update to provide more information on using Kerberos authentication with SMB locations.
9+
* api-change:``dms``: [``botocore``] Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.
10+
* api-change:``iam``: [``botocore``] This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
11+
* api-change:``neptune-graph``: [``botocore``] Added argument to `list-export` to filter by graph ID
12+
* api-change:``qbusiness``: [``botocore``] Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.
13+
* api-change:``sagemaker``: [``botocore``] IPv6 support for Hyperpod clusters
14+
15+
516
1.36.12
617
=======
718

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
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.36.12'
20+
__version__ = '1.36.13'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.36.12,<1.37.0
6+
botocore>=1.36.13,<1.37.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.36.12,<1.37.0',
17+
'botocore>=1.36.13,<1.37.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.11.0,<0.12.0',
2020
]

0 commit comments

Comments
 (0)