From d421c3f7eb3f819a3d0051334c3c239d0eee11be Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 12 Feb 2024 19:12:20 +0000 Subject: [PATCH] Bumping version to 1.32.40 --- .changes/1.32.40.json | 22 +++++++++++++++++++ .../api-change-appsync-92285.json | 5 ----- .../api-change-cloudwatch-66110.json | 5 ----- .../api-change-neptunegraph-82393.json | 5 ----- .../api-change-route53domains-12309.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.32.40.json delete mode 100644 .changes/next-release/api-change-appsync-92285.json delete mode 100644 .changes/next-release/api-change-cloudwatch-66110.json delete mode 100644 .changes/next-release/api-change-neptunegraph-82393.json delete mode 100644 .changes/next-release/api-change-route53domains-12309.json diff --git a/.changes/1.32.40.json b/.changes/1.32.40.json new file mode 100644 index 000000000000..891861c84509 --- /dev/null +++ b/.changes/1.32.40.json @@ -0,0 +1,22 @@ +[ + { + "category": "``appsync``", + "description": "Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.", + "type": "api-change" + }, + { + "category": "``cloudwatch``", + "description": "Update cloudwatch command to latest version", + "type": "api-change" + }, + { + "category": "``neptune-graph``", + "description": "Adding a new option \"parameters\" for data plane api ExecuteQuery to support running parameterized query via SDK.", + "type": "api-change" + }, + { + "category": "``route53domains``", + "description": "This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appsync-92285.json b/.changes/next-release/api-change-appsync-92285.json deleted file mode 100644 index e324b6d0026e..000000000000 --- a/.changes/next-release/api-change-appsync-92285.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs." -} diff --git a/.changes/next-release/api-change-cloudwatch-66110.json b/.changes/next-release/api-change-cloudwatch-66110.json deleted file mode 100644 index 8edefd6478c1..000000000000 --- a/.changes/next-release/api-change-cloudwatch-66110.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudwatch``", - "description": "Update cloudwatch command to latest version" -} diff --git a/.changes/next-release/api-change-neptunegraph-82393.json b/.changes/next-release/api-change-neptunegraph-82393.json deleted file mode 100644 index 1915b8487b2b..000000000000 --- a/.changes/next-release/api-change-neptunegraph-82393.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune-graph``", - "description": "Adding a new option \"parameters\" for data plane api ExecuteQuery to support running parameterized query via SDK." -} diff --git a/.changes/next-release/api-change-route53domains-12309.json b/.changes/next-release/api-change-route53domains-12309.json deleted file mode 100644 index 5bfaf407cd1f..000000000000 --- a/.changes/next-release/api-change-route53domains-12309.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53domains``", - "description": "This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7fc34b1ed06e..36c851409bd1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.32.40 +======= + +* api-change:``appsync``: Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs. +* api-change:``cloudwatch``: Update cloudwatch command to latest version +* api-change:``neptune-graph``: Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK. +* api-change:``route53domains``: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API. + + 1.32.39 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 89995ce243ab..1533dc0e69b9 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.32.39' +__version__ = '1.32.40' # # 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 9b1fb6e070a1..3e39d1d17ad8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.32.' # The full version, including alpha/beta/rc tags. -release = '1.32.39' +release = '1.32.40' # 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 9273aced5cb1..29ce347066be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.39 + botocore==1.34.40 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 1ec04a086ab9..bc7a49b7fd1e 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.39', + 'botocore==1.34.40', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',