Skip to content

Commit

Permalink
Merge branch 'release-1.34.121' into develop
Browse files Browse the repository at this point in the history
* release-1.34.121:
  Bumping version to 1.34.121
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jun 6, 2024
2 parents 3ef0a29 + 6fb52a3 commit ee51434
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 3 deletions.
62 changes: 62 additions & 0 deletions .changes/1.34.121.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``account``",
"description": "[``botocore``] This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization.",
"type": "api-change"
},
{
"category": "``alexaforbusiness``",
"description": "[``botocore``] The alexaforbusiness client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "[``botocore``] Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "[``botocore``] This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] This release adds support for creating and updating Glue Data Catalog Views.",
"type": "api-change"
},
{
"category": "``honeycode``",
"description": "[``botocore``] The honeycode client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``iotwireless``",
"description": "[``botocore``] Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one.",
"type": "api-change"
},
{
"category": "``location``",
"description": "[``botocore``] Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields.",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.",
"type": "api-change"
},
{
"category": "``sqs``",
"description": "[``botocore``] Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "[``botocore``] Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.",
"type": "api-change"
},
{
"category": "AWSCRT",
"description": "[``botocore``] Update awscrt version to 0.20.11",
"type": "enhancement"
}
]
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=========

1.34.121
========

* api-change:``account``: [``botocore``] This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization.
* api-change:``alexaforbusiness``: [``botocore``] The alexaforbusiness client has been removed following the deprecation of the service.
* api-change:``firehose``: [``botocore``] Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations
* api-change:``fsx``: [``botocore``] This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand.
* api-change:``glue``: [``botocore``] This release adds support for creating and updating Glue Data Catalog Views.
* api-change:``honeycode``: [``botocore``] The honeycode client has been removed following the deprecation of the service.
* api-change:``iotwireless``: [``botocore``] Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one.
* api-change:``location``: [``botocore``] Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields.
* api-change:``sns``: [``botocore``] Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.
* api-change:``sqs``: [``botocore``] Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.
* api-change:``storagegateway``: [``botocore``] Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.
* enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.20.11


1.34.120
========

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.120'
__version__ = '1.34.121'


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

0 comments on commit ee51434

Please sign in to comment.