Skip to content

Commit 2eb90da

Browse files
Merge branch 'release-1.36.24'
* release-1.36.24: Bumping version to 1.36.24 Add changelog entries from botocore
2 parents 2872f3e + 292eb0a commit 2eb90da

File tree

5 files changed

+58
-3
lines changed

5 files changed

+58
-3
lines changed

.changes/1.36.24.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``codepipeline``",
4+
"description": "[``botocore``] Add environment variables to codepipeline action declaration.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ecs``",
9+
"description": "[``botocore``] This is a documentation only release for Amazon ECS that supports the CPU task limit increase.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``lightsail``",
14+
"description": "[``botocore``] Documentation updates for Amazon Lightsail.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``location``",
19+
"description": "[``botocore``] Adds support for larger property maps for tracking and geofence positions changes. It increases the maximum number of items from 3 to 4, and the maximum value length from 40 to 150.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mailmanager``",
24+
"description": "[``botocore``] This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``network-firewall``",
29+
"description": "[``botocore``] This release introduces Network Firewall's Automated Domain List feature. New APIs include UpdateFirewallAnalysisSettings, StartAnalysisReport, GetAnalysisReportResults, and ListAnalysisReports. These allow customers to enable analysis on firewalls to identify and report frequently accessed domain.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sagemaker``",
34+
"description": "[``botocore``] Adds r8g instance type support to SageMaker Realtime Endpoints",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sesv2``",
39+
"description": "[``botocore``] This release adds the ability for outbound email sent with SES to preserve emails to a Mail Manager archive.",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

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

5+
1.36.24
6+
=======
7+
8+
* api-change:``codepipeline``: [``botocore``] Add environment variables to codepipeline action declaration.
9+
* api-change:``ecs``: [``botocore``] This is a documentation only release for Amazon ECS that supports the CPU task limit increase.
10+
* api-change:``lightsail``: [``botocore``] Documentation updates for Amazon Lightsail.
11+
* api-change:``location``: [``botocore``] Adds support for larger property maps for tracking and geofence positions changes. It increases the maximum number of items from 3 to 4, and the maximum value length from 40 to 150.
12+
* api-change:``mailmanager``: [``botocore``] This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES.
13+
* api-change:``network-firewall``: [``botocore``] This release introduces Network Firewall's Automated Domain List feature. New APIs include UpdateFirewallAnalysisSettings, StartAnalysisReport, GetAnalysisReportResults, and ListAnalysisReports. These allow customers to enable analysis on firewalls to identify and report frequently accessed domain.
14+
* api-change:``sagemaker``: [``botocore``] Adds r8g instance type support to SageMaker Realtime Endpoints
15+
* api-change:``sesv2``: [``botocore``] This release adds the ability for outbound email sent with SES to preserve emails to a Mail Manager archive.
16+
17+
518
1.36.23
619
=======
720

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.23'
20+
__version__ = '1.36.24'
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.36.23,<1.37.0
6+
botocore>=1.36.24,<1.37.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.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.36.23,<1.37.0',
17+
'botocore>=1.36.24,<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)