Skip to content

Commit

Permalink
Bumping version to 1.32.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 21, 2023
1 parent d58c2b0 commit a252bca
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 deletions.
42 changes: 42 additions & 0 deletions .changes/1.32.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``cloudfront``",
"description": "This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.",
"type": "api-change"
},
{
"category": "``cloudfront-keyvaluestore``",
"description": "This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
},
{
"category": "``inspector-scan``",
"description": "This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "Adds 1/ user-defined unique identifier for asset and model metadata, 2/ asset model components, and 3/ query API for asset metadata and telemetry data. Supports 4/ multi variate anomaly detection using Amazon Lookout for Equipment, 5/ warm storage tier, and 6/ buffered ingestion of time series data.",
"type": "api-change"
},
{
"category": "``iottwinmaker``",
"description": "This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Add support for automatic date based partitioning in S3 Server Access Logs.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudfront-98753.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-38736.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-27309.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-inspectorscan-8726.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-25124.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iottwinmaker-90047.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-39160.json

This file was deleted.

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

1.32.5
======

* api-change:``cloudfront``: This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
* api-change:``cloudfront-keyvaluestore``: This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
* api-change:``inspector-scan``: This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format.
* api-change:``iotsitewise``: Adds 1/ user-defined unique identifier for asset and model metadata, 2/ asset model components, and 3/ query API for asset metadata and telemetry data. Supports 4/ multi variate anomaly detection using Amazon Lookout for Equipment, 5/ warm storage tier, and 6/ buffered ingestion of time series data.
* api-change:``iottwinmaker``: This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling.
* api-change:``s3``: Add support for automatic date based partitioning in S3 Server Access Logs.


1.32.4
======

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.32.4'
__version__ = '1.32.5'


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.32'
# The full version, including alpha/beta/rc tags.
release = '1.32.4'
release = '1.32.5'

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

0 comments on commit a252bca

Please sign in to comment.