From 42b24768ec8eceb518ccff8f012882c0547c0453 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 5 Dec 2024 01:17:21 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .../next-release/api-change-partnercentralselling-26080.json | 5 +++++ .changes/next-release/api-change-qbusiness-6117.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/next-release/api-change-partnercentralselling-26080.json create mode 100644 .changes/next-release/api-change-qbusiness-6117.json diff --git a/.changes/next-release/api-change-partnercentralselling-26080.json b/.changes/next-release/api-change-partnercentralselling-26080.json new file mode 100644 index 000000000000..09543513b509 --- /dev/null +++ b/.changes/next-release/api-change-partnercentralselling-26080.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``partnercentral-selling``", + "description": "Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling." +} diff --git a/.changes/next-release/api-change-qbusiness-6117.json b/.changes/next-release/api-change-qbusiness-6117.json new file mode 100644 index 000000000000..e99eb2b06afe --- /dev/null +++ b/.changes/next-release/api-change-qbusiness-6117.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qbusiness``", + "description": "This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters." +} From f18c72499de8aa468d0a44a9943a61d8c0de9fda Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 5 Dec 2024 01:18:53 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.17 --- .changes/1.36.17.json | 12 ++++++++++++ .../api-change-partnercentralselling-26080.json | 5 ----- .changes/next-release/api-change-qbusiness-6117.json | 5 ----- CHANGELOG.rst | 7 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 .changes/1.36.17.json delete mode 100644 .changes/next-release/api-change-partnercentralselling-26080.json delete mode 100644 .changes/next-release/api-change-qbusiness-6117.json diff --git a/.changes/1.36.17.json b/.changes/1.36.17.json new file mode 100644 index 000000000000..1f5e70543cd7 --- /dev/null +++ b/.changes/1.36.17.json @@ -0,0 +1,12 @@ +[ + { + "category": "``partnercentral-selling``", + "description": "Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-partnercentralselling-26080.json b/.changes/next-release/api-change-partnercentralselling-26080.json deleted file mode 100644 index 09543513b509..000000000000 --- a/.changes/next-release/api-change-partnercentralselling-26080.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``partnercentral-selling``", - "description": "Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling." -} diff --git a/.changes/next-release/api-change-qbusiness-6117.json b/.changes/next-release/api-change-qbusiness-6117.json deleted file mode 100644 index e99eb2b06afe..000000000000 --- a/.changes/next-release/api-change-qbusiness-6117.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2df16ffc46a9..b0755adefeaa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.36.17 +======= + +* api-change:``partnercentral-selling``: Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling. +* api-change:``qbusiness``: This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters. + + 1.36.16 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index c3d8ae51a72c..c6776effe3a2 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.16' +__version__ = '1.36.17' # # 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 d6f7ba1e4d54..036b17c4519e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.36.' # The full version, including alpha/beta/rc tags. -release = '1.36.16' +release = '1.36.17' # 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 362a1c439012..2bde7fddcd9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.75 + botocore==1.35.76 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 c819834fe9d5..9e31e1819773 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.75', + 'botocore==1.35.76', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',