Skip to content

Commit

Permalink
Merge branch 'release-1.28.72' into develop
Browse files Browse the repository at this point in the history
* release-1.28.72:
  Bumping version to 1.28.72
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 26, 2023
2 parents 4bb0b0f + 01951a8 commit a90e88c
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.28.72.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``appstream``",
"description": "[``botocore``] This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.",
"type": "api-change"
},
{
"category": "``ec2``",
"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.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "[``botocore``] Network Firewall now supports inspection of outbound SSL/TLS traffic.",
"type": "api-change"
},
{
"category": "``opensearch``",
"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.",
"type": "api-change"
},
{
"category": "``redshift``",
"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.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Amazon Sagemaker Autopilot now supports Text Generation jobs.",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.",
"type": "api-change"
},
{
"category": "``ssm-sap``",
"description": "[``botocore``] AWS Systems Manager for SAP added support for registration and discovery of SAP ABAP applications",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.28.72
=======

* api-change:``appstream``: [``botocore``] This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
* 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.
* api-change:``network-firewall``: [``botocore``] Network Firewall now supports inspection of outbound SSL/TLS traffic.
* 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.
* 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.
* api-change:``sagemaker``: [``botocore``] Amazon Sagemaker Autopilot now supports Text Generation jobs.
* api-change:``sns``: [``botocore``] Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.
* api-change:``ssm-sap``: [``botocore``] AWS Systems Manager for SAP added support for registration and discovery of SAP ABAP applications
* api-change:``transfer``: [``botocore``] No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.28.71
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.28.71'
__version__ = '1.28.72'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.31.71,<1.32.0
botocore>=1.31.72,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.7.0,<0.8.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.31.71,<1.32.0',
'botocore>=1.31.72,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.7.0,<0.8.0',
]
Expand Down

0 comments on commit a90e88c

Please sign in to comment.