From 12f750e4cf1b141ba1632289094371c1a1f9eac3 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 11 Feb 2025 19:46:11 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-acmpca-28466.json | 5 +++++ .changes/next-release/api-change-appsync-7348.json | 5 +++++ .changes/next-release/api-change-ec2-16210.json | 5 +++++ .changes/next-release/api-change-pi-59761.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-acmpca-28466.json create mode 100644 .changes/next-release/api-change-appsync-7348.json create mode 100644 .changes/next-release/api-change-ec2-16210.json create mode 100644 .changes/next-release/api-change-pi-59761.json diff --git a/.changes/next-release/api-change-acmpca-28466.json b/.changes/next-release/api-change-acmpca-28466.json new file mode 100644 index 000000000000..44b84f4a3fcb --- /dev/null +++ b/.changes/next-release/api-change-acmpca-28466.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``acm-pca``", + "description": "Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option." +} diff --git a/.changes/next-release/api-change-appsync-7348.json b/.changes/next-release/api-change-appsync-7348.json new file mode 100644 index 000000000000..673b8c631bfe --- /dev/null +++ b/.changes/next-release/api-change-appsync-7348.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appsync``", + "description": "Add support for operation level caching" +} diff --git a/.changes/next-release/api-change-ec2-16210.json b/.changes/next-release/api-change-ec2-16210.json new file mode 100644 index 000000000000..10b1a61a7dd0 --- /dev/null +++ b/.changes/next-release/api-change-ec2-16210.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created." +} diff --git a/.changes/next-release/api-change-pi-59761.json b/.changes/next-release/api-change-pi-59761.json new file mode 100644 index 000000000000..f72953445647 --- /dev/null +++ b/.changes/next-release/api-change-pi-59761.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pi``", + "description": "Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis." +} From f1c295168b8018b6ec15b0ed6693da4282bbb2e1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 11 Feb 2025 19:47:50 +0000 Subject: [PATCH 2/2] Bumping version to 1.37.18 --- .changes/1.37.18.json | 22 +++++++++++++++++++ .../next-release/api-change-acmpca-28466.json | 5 ----- .../next-release/api-change-appsync-7348.json | 5 ----- .../next-release/api-change-ec2-16210.json | 5 ----- .../next-release/api-change-pi-59761.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 .changes/1.37.18.json delete mode 100644 .changes/next-release/api-change-acmpca-28466.json delete mode 100644 .changes/next-release/api-change-appsync-7348.json delete mode 100644 .changes/next-release/api-change-ec2-16210.json delete mode 100644 .changes/next-release/api-change-pi-59761.json diff --git a/.changes/1.37.18.json b/.changes/1.37.18.json new file mode 100644 index 000000000000..ad88392d62cb --- /dev/null +++ b/.changes/1.37.18.json @@ -0,0 +1,22 @@ +[ + { + "category": "``acm-pca``", + "description": "Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.", + "type": "api-change" + }, + { + "category": "``appsync``", + "description": "Add support for operation level caching", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-28466.json b/.changes/next-release/api-change-acmpca-28466.json deleted file mode 100644 index 44b84f4a3fcb..000000000000 --- a/.changes/next-release/api-change-acmpca-28466.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option." -} diff --git a/.changes/next-release/api-change-appsync-7348.json b/.changes/next-release/api-change-appsync-7348.json deleted file mode 100644 index 673b8c631bfe..000000000000 --- a/.changes/next-release/api-change-appsync-7348.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "Add support for operation level caching" -} diff --git a/.changes/next-release/api-change-ec2-16210.json b/.changes/next-release/api-change-ec2-16210.json deleted file mode 100644 index 10b1a61a7dd0..000000000000 --- a/.changes/next-release/api-change-ec2-16210.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created." -} diff --git a/.changes/next-release/api-change-pi-59761.json b/.changes/next-release/api-change-pi-59761.json deleted file mode 100644 index f72953445647..000000000000 --- a/.changes/next-release/api-change-pi-59761.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4fe931b7584a..a2af4d45b445 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.37.18 +======= + +* api-change:``acm-pca``: Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option. +* api-change:``appsync``: Add support for operation level caching +* api-change:``ec2``: Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created. +* api-change:``pi``: Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis. + + 1.37.17 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 4657529279ed..4316b14fbd0b 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.37.17' +__version__ = '1.37.18' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index ba42a22e1870..e4557c19917d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.37.' # The full version, including alpha/beta/rc tags. -release = '1.37.17' +release = '1.37.18' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index caea3a360bb4..dc1fb87b6104 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.36.17 + botocore==1.36.18 docutils>=0.10,<0.17 s3transfer>=0.11.0,<0.12.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 7d3504661fee..0c26553e8945 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.36.17', + 'botocore==1.36.18', 'docutils>=0.10,<0.17', 's3transfer>=0.11.0,<0.12.0', 'PyYAML>=3.10,<6.1',