From 0c7dc1abcef761362d5d965e46e1402275b2c82d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 11 Feb 2025 19:47:31 +0000 Subject: [PATCH] Bumping version to 1.36.18 --- .changes/1.36.18.json | 22 +++++++++++++++++++ .../next-release/api-change-acmpca-94486.json | 5 ----- .../next-release/api-change-appsync-2321.json | 5 ----- .../next-release/api-change-ec2-59291.json | 5 ----- .../next-release/api-change-pi-87563.json | 5 ----- CHANGELOG.rst | 9 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 .changes/1.36.18.json delete mode 100644 .changes/next-release/api-change-acmpca-94486.json delete mode 100644 .changes/next-release/api-change-appsync-2321.json delete mode 100644 .changes/next-release/api-change-ec2-59291.json delete mode 100644 .changes/next-release/api-change-pi-87563.json diff --git a/.changes/1.36.18.json b/.changes/1.36.18.json new file mode 100644 index 0000000000..ad88392d62 --- /dev/null +++ b/.changes/1.36.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-94486.json b/.changes/next-release/api-change-acmpca-94486.json deleted file mode 100644 index 44b84f4a3f..0000000000 --- a/.changes/next-release/api-change-acmpca-94486.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-2321.json b/.changes/next-release/api-change-appsync-2321.json deleted file mode 100644 index 673b8c631b..0000000000 --- a/.changes/next-release/api-change-appsync-2321.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-59291.json b/.changes/next-release/api-change-ec2-59291.json deleted file mode 100644 index 10b1a61a7d..0000000000 --- a/.changes/next-release/api-change-ec2-59291.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-87563.json b/.changes/next-release/api-change-pi-87563.json deleted file mode 100644 index f729534456..0000000000 --- a/.changes/next-release/api-change-pi-87563.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 dedeec6e3e..84e53026dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.36.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.36.17 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index acb19c7272..45097aa613 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.36.17' +__version__ = '1.36.18' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 901c6e015b..b9e7b01388 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.36.' # The full version, including alpha/beta/rc tags. -release = '1.36.17' +release = '1.36.18' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.