From e20ad559d382bba2093275c0f94de06a0f3d7fc6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 21 Nov 2023 19:10:55 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudfront-98753.json | 5 +++++ .../api-change-cloudfrontkeyvaluestore-32410.json | 5 +++++ .changes/next-release/api-change-ec2-38736.json | 5 +++++ .changes/next-release/api-change-endpointrules-27309.json | 5 +++++ .changes/next-release/api-change-inspectorscan-8726.json | 5 +++++ .changes/next-release/api-change-iotsitewise-25124.json | 5 +++++ .changes/next-release/api-change-iottwinmaker-90047.json | 5 +++++ .changes/next-release/api-change-s3-39160.json | 5 +++++ 8 files changed, 40 insertions(+) create mode 100644 .changes/next-release/api-change-cloudfront-98753.json create mode 100644 .changes/next-release/api-change-cloudfrontkeyvaluestore-32410.json create mode 100644 .changes/next-release/api-change-ec2-38736.json create mode 100644 .changes/next-release/api-change-endpointrules-27309.json create mode 100644 .changes/next-release/api-change-inspectorscan-8726.json create mode 100644 .changes/next-release/api-change-iotsitewise-25124.json create mode 100644 .changes/next-release/api-change-iottwinmaker-90047.json create mode 100644 .changes/next-release/api-change-s3-39160.json diff --git a/.changes/next-release/api-change-cloudfront-98753.json b/.changes/next-release/api-change-cloudfront-98753.json new file mode 100644 index 0000000000..395845c53f --- /dev/null +++ b/.changes/next-release/api-change-cloudfront-98753.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudfront``", + "description": "[``botocore``] This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions." +} diff --git a/.changes/next-release/api-change-cloudfrontkeyvaluestore-32410.json b/.changes/next-release/api-change-cloudfrontkeyvaluestore-32410.json new file mode 100644 index 0000000000..146f4ce18c --- /dev/null +++ b/.changes/next-release/api-change-cloudfrontkeyvaluestore-32410.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudfront-keyvaluestore``", + "description": "[``botocore``] This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions." +} diff --git a/.changes/next-release/api-change-ec2-38736.json b/.changes/next-release/api-change-ec2-38736.json new file mode 100644 index 0000000000..0306a0e5da --- /dev/null +++ b/.changes/next-release/api-change-ec2-38736.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Documentation updates for Amazon EC2." +} diff --git a/.changes/next-release/api-change-endpointrules-27309.json b/.changes/next-release/api-change-endpointrules-27309.json new file mode 100644 index 0000000000..11a6d922e0 --- /dev/null +++ b/.changes/next-release/api-change-endpointrules-27309.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version" +} diff --git a/.changes/next-release/api-change-inspectorscan-8726.json b/.changes/next-release/api-change-inspectorscan-8726.json new file mode 100644 index 0000000000..0a28139f48 --- /dev/null +++ b/.changes/next-release/api-change-inspectorscan-8726.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-iotsitewise-25124.json b/.changes/next-release/api-change-iotsitewise-25124.json new file mode 100644 index 0000000000..93886e33a1 --- /dev/null +++ b/.changes/next-release/api-change-iotsitewise-25124.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-iottwinmaker-90047.json b/.changes/next-release/api-change-iottwinmaker-90047.json new file mode 100644 index 0000000000..2fd3e55a3c --- /dev/null +++ b/.changes/next-release/api-change-iottwinmaker-90047.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-s3-39160.json b/.changes/next-release/api-change-s3-39160.json new file mode 100644 index 0000000000..e7174db38a --- /dev/null +++ b/.changes/next-release/api-change-s3-39160.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "[``botocore``] Add support for automatic date based partitioning in S3 Server Access Logs." +} From 3128d47391148c56d723f0e201ba0a91ce71c00f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 21 Nov 2023 19:11:20 +0000 Subject: [PATCH 2/2] Bumping version to 1.29.5 --- .changes/1.29.5.json | 42 +++++++++++++++++++ .../api-change-cloudfront-98753.json | 5 --- ...-change-cloudfrontkeyvaluestore-32410.json | 5 --- .../next-release/api-change-ec2-38736.json | 5 --- .../api-change-endpointrules-27309.json | 5 --- .../api-change-inspectorscan-8726.json | 5 --- .../api-change-iotsitewise-25124.json | 5 --- .../api-change-iottwinmaker-90047.json | 5 --- .../next-release/api-change-s3-39160.json | 5 --- CHANGELOG.rst | 13 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 58 insertions(+), 43 deletions(-) create mode 100644 .changes/1.29.5.json delete mode 100644 .changes/next-release/api-change-cloudfront-98753.json delete mode 100644 .changes/next-release/api-change-cloudfrontkeyvaluestore-32410.json delete mode 100644 .changes/next-release/api-change-ec2-38736.json delete mode 100644 .changes/next-release/api-change-endpointrules-27309.json delete mode 100644 .changes/next-release/api-change-inspectorscan-8726.json delete mode 100644 .changes/next-release/api-change-iotsitewise-25124.json delete mode 100644 .changes/next-release/api-change-iottwinmaker-90047.json delete mode 100644 .changes/next-release/api-change-s3-39160.json diff --git a/.changes/1.29.5.json b/.changes/1.29.5.json new file mode 100644 index 0000000000..3978912d65 --- /dev/null +++ b/.changes/1.29.5.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudfront-98753.json b/.changes/next-release/api-change-cloudfront-98753.json deleted file mode 100644 index 395845c53f..0000000000 --- a/.changes/next-release/api-change-cloudfront-98753.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "[``botocore``] This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions." -} diff --git a/.changes/next-release/api-change-cloudfrontkeyvaluestore-32410.json b/.changes/next-release/api-change-cloudfrontkeyvaluestore-32410.json deleted file mode 100644 index 146f4ce18c..0000000000 --- a/.changes/next-release/api-change-cloudfrontkeyvaluestore-32410.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront-keyvaluestore``", - "description": "[``botocore``] This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions." -} diff --git a/.changes/next-release/api-change-ec2-38736.json b/.changes/next-release/api-change-ec2-38736.json deleted file mode 100644 index 0306a0e5da..0000000000 --- a/.changes/next-release/api-change-ec2-38736.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Documentation updates for Amazon EC2." -} diff --git a/.changes/next-release/api-change-endpointrules-27309.json b/.changes/next-release/api-change-endpointrules-27309.json deleted file mode 100644 index 11a6d922e0..0000000000 --- a/.changes/next-release/api-change-endpointrules-27309.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "[``botocore``] Update endpoint-rules client to latest version" -} diff --git a/.changes/next-release/api-change-inspectorscan-8726.json b/.changes/next-release/api-change-inspectorscan-8726.json deleted file mode 100644 index 0a28139f48..0000000000 --- a/.changes/next-release/api-change-inspectorscan-8726.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-iotsitewise-25124.json b/.changes/next-release/api-change-iotsitewise-25124.json deleted file mode 100644 index 93886e33a1..0000000000 --- a/.changes/next-release/api-change-iotsitewise-25124.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-iottwinmaker-90047.json b/.changes/next-release/api-change-iottwinmaker-90047.json deleted file mode 100644 index 2fd3e55a3c..0000000000 --- a/.changes/next-release/api-change-iottwinmaker-90047.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-s3-39160.json b/.changes/next-release/api-change-s3-39160.json deleted file mode 100644 index e7174db38a..0000000000 --- a/.changes/next-release/api-change-s3-39160.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "[``botocore``] Add support for automatic date based partitioning in S3 Server Access Logs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d213adb9cb..50b1b5a77e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 15c034de24..0cebcf73f9 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 5c6946d93a..9b28ff1d05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index e545695b46..57d883775b 100644 --- a/setup.py +++ b/setup.py @@ -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', ]