Skip to content

Commit

Permalink
Merge branch 'release-1.29.5' into develop
Browse files Browse the repository at this point in the history
* release-1.29.5:
  Bumping version to 1.29.5
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 21, 2023
2 parents fcc24f3 + 3128d47 commit 271ffc9
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.29.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``cloudfront-keyvaluestore``",
"description": "[``botocore``] This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "[``botocore``] This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``inspector-scan``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Add support for automatic date based partitioning in S3 Server Access Logs.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
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.29.5
======

* api-change:``cloudfront-keyvaluestore``: [``botocore``] This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
* api-change:``cloudfront``: [``botocore``] This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
* api-change:``ec2``: [``botocore``] Documentation updates for Amazon EC2.
* api-change:``inspector-scan``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Add support for automatic date based partitioning in S3 Server Access Logs.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.29.4
======

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.29.4'
__version__ = '1.29.5'


# 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.32.4,<1.33.0
botocore>=1.32.5,<1.33.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.32.4,<1.33.0',
'botocore>=1.32.5,<1.33.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.7.0,<0.8.0',
]
Expand Down

0 comments on commit 271ffc9

Please sign in to comment.