Skip to content

Commit a90e88c

Browse files
Merge branch 'release-1.28.72' into develop
* release-1.28.72: Bumping version to 1.28.72 Add changelog entries from botocore
2 parents 4bb0b0f + 01951a8 commit a90e88c

File tree

5 files changed

+70
-3
lines changed

5 files changed

+70
-3
lines changed

.changes/1.28.72.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "[``botocore``] This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] Launching GetSecurityGroupsForVpc API. This API gets security groups that can be associated by the AWS account making the request with network interfaces in the specified VPC.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``network-firewall``",
14+
"description": "[``botocore``] Network Firewall now supports inspection of outbound SSL/TLS traffic.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``opensearch``",
19+
"description": "[``botocore``] You can specify ipv4 or dualstack IPAddressType for cluster endpoints. If you specify IPAddressType as dualstack, the new endpoint will be visible under the 'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas, the 'Endpoint' will continue to serve IPv4 requests.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``redshift``",
24+
"description": "[``botocore``] Add Redshift APIs GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL integration feature, which can be used to control data ingress into Redshift namespace, and view inbound integrations.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "[``botocore``] Amazon Sagemaker Autopilot now supports Text Generation jobs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sns``",
34+
"description": "[``botocore``] Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``ssm-sap``",
39+
"description": "[``botocore``] AWS Systems Manager for SAP added support for registration and discovery of SAP ABAP applications",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``transfer``",
44+
"description": "[``botocore``] No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``endpoint-rules``",
49+
"description": "[``botocore``] Update endpoint-rules client to latest version",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

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

5+
1.28.72
6+
=======
7+
8+
* api-change:``appstream``: [``botocore``] This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
9+
* api-change:``ec2``: [``botocore``] Launching GetSecurityGroupsForVpc API. This API gets security groups that can be associated by the AWS account making the request with network interfaces in the specified VPC.
10+
* api-change:``network-firewall``: [``botocore``] Network Firewall now supports inspection of outbound SSL/TLS traffic.
11+
* api-change:``opensearch``: [``botocore``] You can specify ipv4 or dualstack IPAddressType for cluster endpoints. If you specify IPAddressType as dualstack, the new endpoint will be visible under the 'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas, the 'Endpoint' will continue to serve IPv4 requests.
12+
* api-change:``redshift``: [``botocore``] Add Redshift APIs GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL integration feature, which can be used to control data ingress into Redshift namespace, and view inbound integrations.
13+
* api-change:``sagemaker``: [``botocore``] Amazon Sagemaker Autopilot now supports Text Generation jobs.
14+
* api-change:``sns``: [``botocore``] Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.
15+
* api-change:``ssm-sap``: [``botocore``] AWS Systems Manager for SAP added support for registration and discovery of SAP ABAP applications
16+
* api-change:``transfer``: [``botocore``] No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
17+
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version
18+
19+
520
1.28.71
621
=======
722

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.28.71'
20+
__version__ = '1.28.72'
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.31.71,<1.32.0
6+
botocore>=1.31.72,<1.32.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.7.0,<0.8.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.31.71,<1.32.0',
16+
'botocore>=1.31.72,<1.32.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.7.0,<0.8.0',
1919
]

0 commit comments

Comments
 (0)