Skip to content

Commit

Permalink
Bumping version to 1.34.121
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 6, 2024
1 parent b9b67fb commit 540fa1f
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 62 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": "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": "The alexaforbusiness client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "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": "This release adds support for creating and updating Glue Data Catalog Views.",
"type": "api-change"
},
{
"category": "``honeycode``",
"description": "The honeycode client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``iotwireless``",
"description": "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": "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": "Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.",
"type": "api-change"
},
{
"category": "``sqs``",
"description": "Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.",
"type": "api-change"
},
{
"category": "AWSCRT",
"description": "Update awscrt version to 0.20.11",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-account-24269.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-alexaforbusiness-18876.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-firehose-94350.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fsx-62817.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-68326.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-honeycode-76024.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotwireless-56343.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-location-73194.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sns-74498.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sqs-24192.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-storagegateway-75048.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-AWSCRT-67374.json

This file was deleted.

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``: 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``: The alexaforbusiness client has been removed following the deprecation of the service.
* api-change:``firehose``: Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations
* api-change:``fsx``: 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``: This release adds support for creating and updating Glue Data Catalog Views.
* api-change:``honeycode``: The honeycode client has been removed following the deprecation of the service.
* api-change:``iotwireless``: 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``: Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields.
* api-change:``sns``: Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.
* api-change:``sqs``: Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.
* api-change:``storagegateway``: Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.
* enhancement:AWSCRT: Update awscrt version to 0.20.11


1.34.120
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.120'
__version__ = '1.34.121'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.120'
release = '1.34.121'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 540fa1f

Please sign in to comment.