Skip to content

Commit

Permalink
Bumping version to 1.34.77
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 3, 2024
1 parent a271f2d commit 2b6fac1
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.34.77.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``cleanroomsml``",
"description": "[``botocore``] The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "[``botocore``] This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "[``botocore``] This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "[``botocore``] This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.",
"type": "api-change"
},
{
"category": "``groundstation``",
"description": "[``botocore``] This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Add Ruby 3.3 (ruby3.3) support to AWS Lambda",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "[``botocore``] Cmaf Ingest outputs are now supported in Media Live",
"type": "api-change"
},
{
"category": "``medical-imaging``",
"description": "[``botocore``] SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] Add ability to specify Security Policies for SFTP Connectors",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cleanroomsml-36144.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-26897.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-datazone-54493.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-docdb-10974.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-groundstation-6505.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-75664.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-21425.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medicalimaging-4110.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-51760.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.34.77
=======

* api-change:``cleanroomsml``: [``botocore``] The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
* api-change:``cloudformation``: [``botocore``] This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template
* api-change:``datazone``: [``botocore``] This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.
* api-change:``docdb``: [``botocore``] This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.
* api-change:``groundstation``: [``botocore``] This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.
* api-change:``lambda``: [``botocore``] Add Ruby 3.3 (ruby3.3) support to AWS Lambda
* api-change:``medialive``: [``botocore``] Cmaf Ingest outputs are now supported in Media Live
* api-change:``medical-imaging``: [``botocore``] SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response
* api-change:``transfer``: [``botocore``] Add ability to specify Security Policies for SFTP Connectors


1.34.76
=======

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.34.76'
__version__ = '1.34.77'


# 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.34.76,<1.35.0
botocore>=1.34.77,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.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.34.76,<1.35.0',
'botocore>=1.34.77,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 2b6fac1

Please sign in to comment.