Skip to content

Commit d3bd4df

Browse files
Merge branch 'release-1.36.6'
* release-1.36.6: Bumping version to 1.36.6 Add changelog entries from botocore
2 parents 0c26084 + 4e9f6b5 commit d3bd4df

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

Diff for: .changes/1.36.6.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``cloudtrail``",
4+
"description": "[``botocore``] This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``eks``",
9+
"description": "[``botocore``] Adds support for UpdateStrategies in EKS Managed Node Groups.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``healthlake``",
14+
"description": "[``botocore``] Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ssm``",
19+
"description": "[``botocore``] Systems Manager doc-only update for January, 2025.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sso-oidc``",
24+
"description": "[``botocore``] Fixed typos in the descriptions.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``transfer``",
29+
"description": "[``botocore``] Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.",
30+
"type": "api-change"
31+
}
32+
]

Diff for: CHANGELOG.rst

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

5+
1.36.6
6+
======
7+
8+
* api-change:``cloudtrail``: [``botocore``] This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
9+
* api-change:``eks``: [``botocore``] Adds support for UpdateStrategies in EKS Managed Node Groups.
10+
* api-change:``healthlake``: [``botocore``] Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
11+
* api-change:``ssm``: [``botocore``] Systems Manager doc-only update for January, 2025.
12+
* api-change:``sso-oidc``: [``botocore``] Fixed typos in the descriptions.
13+
* api-change:``transfer``: [``botocore``] Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.
14+
15+
516
1.36.5
617
======
718

Diff for: 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.36.5'
20+
__version__ = '1.36.6'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

Diff for: 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.36.5,<1.37.0
6+
botocore>=1.36.6,<1.37.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.0
99

Diff for: setup.py

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

1515

1616
requires = [
17-
'botocore>=1.36.5,<1.37.0',
17+
'botocore>=1.36.6,<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)