From bda647f9f6b291d1b10d0459ac768a5d7987a890 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 22 Jun 2023 18:07:35 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-chimesdkidentity-93122.json | 5 +++++ .../next-release/api-change-chimesdkmessaging-90618.json | 5 +++++ .changes/next-release/api-change-kendra-79465.json | 5 +++++ .changes/next-release/api-change-stepfunctions-77331.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-chimesdkidentity-93122.json create mode 100644 .changes/next-release/api-change-chimesdkmessaging-90618.json create mode 100644 .changes/next-release/api-change-kendra-79465.json create mode 100644 .changes/next-release/api-change-stepfunctions-77331.json diff --git a/.changes/next-release/api-change-chimesdkidentity-93122.json b/.changes/next-release/api-change-chimesdkidentity-93122.json new file mode 100644 index 0000000000..45d0ee52a2 --- /dev/null +++ b/.changes/next-release/api-change-chimesdkidentity-93122.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-identity``", + "description": "[``botocore``] AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages" +} diff --git a/.changes/next-release/api-change-chimesdkmessaging-90618.json b/.changes/next-release/api-change-chimesdkmessaging-90618.json new file mode 100644 index 0000000000..1a7a19e7f9 --- /dev/null +++ b/.changes/next-release/api-change-chimesdkmessaging-90618.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-messaging``", + "description": "[``botocore``] ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them." +} diff --git a/.changes/next-release/api-change-kendra-79465.json b/.changes/next-release/api-change-kendra-79465.json new file mode 100644 index 0000000000..1af8fcbe58 --- /dev/null +++ b/.changes/next-release/api-change-kendra-79465.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kendra``", + "description": "[``botocore``] Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query." +} diff --git a/.changes/next-release/api-change-stepfunctions-77331.json b/.changes/next-release/api-change-stepfunctions-77331.json new file mode 100644 index 0000000000..958aae577e --- /dev/null +++ b/.changes/next-release/api-change-stepfunctions-77331.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``stepfunctions``", + "description": "[``botocore``] Update stepfunctions client to latest version" +} From 25c0c49a61bbed38a5ac65dd126d4dd1b66b8d0d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 22 Jun 2023 18:07:47 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.159 --- .changes/1.26.159.json | 22 +++++++++++++++++++ .../api-change-chimesdkidentity-93122.json | 5 ----- .../api-change-chimesdkmessaging-90618.json | 5 ----- .../next-release/api-change-kendra-79465.json | 5 ----- .../api-change-stepfunctions-77331.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.26.159.json delete mode 100644 .changes/next-release/api-change-chimesdkidentity-93122.json delete mode 100644 .changes/next-release/api-change-chimesdkmessaging-90618.json delete mode 100644 .changes/next-release/api-change-kendra-79465.json delete mode 100644 .changes/next-release/api-change-stepfunctions-77331.json diff --git a/.changes/1.26.159.json b/.changes/1.26.159.json new file mode 100644 index 0000000000..dd0f2966c7 --- /dev/null +++ b/.changes/1.26.159.json @@ -0,0 +1,22 @@ +[ + { + "category": "``chime-sdk-identity``", + "description": "[``botocore``] AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages", + "type": "api-change" + }, + { + "category": "``chime-sdk-messaging``", + "description": "[``botocore``] ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them.", + "type": "api-change" + }, + { + "category": "``kendra``", + "description": "[``botocore``] Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query.", + "type": "api-change" + }, + { + "category": "``stepfunctions``", + "description": "[``botocore``] Update stepfunctions client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chimesdkidentity-93122.json b/.changes/next-release/api-change-chimesdkidentity-93122.json deleted file mode 100644 index 45d0ee52a2..0000000000 --- a/.changes/next-release/api-change-chimesdkidentity-93122.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-identity``", - "description": "[``botocore``] AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages" -} diff --git a/.changes/next-release/api-change-chimesdkmessaging-90618.json b/.changes/next-release/api-change-chimesdkmessaging-90618.json deleted file mode 100644 index 1a7a19e7f9..0000000000 --- a/.changes/next-release/api-change-chimesdkmessaging-90618.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-messaging``", - "description": "[``botocore``] ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them." -} diff --git a/.changes/next-release/api-change-kendra-79465.json b/.changes/next-release/api-change-kendra-79465.json deleted file mode 100644 index 1af8fcbe58..0000000000 --- a/.changes/next-release/api-change-kendra-79465.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kendra``", - "description": "[``botocore``] Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query." -} diff --git a/.changes/next-release/api-change-stepfunctions-77331.json b/.changes/next-release/api-change-stepfunctions-77331.json deleted file mode 100644 index 958aae577e..0000000000 --- a/.changes/next-release/api-change-stepfunctions-77331.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``stepfunctions``", - "description": "[``botocore``] Update stepfunctions client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b71f334d9c..1c373a51fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.26.159 +======== + +* api-change:``chime-sdk-identity``: [``botocore``] AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages +* api-change:``chime-sdk-messaging``: [``botocore``] ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them. +* api-change:``kendra``: [``botocore``] Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query. +* api-change:``stepfunctions``: [``botocore``] Update stepfunctions client to latest version + + 1.26.158 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 2d99abd8e4..25091557ff 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.158' +__version__ = '1.26.159' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 8fe5238ae6..376e5197bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.158,<1.30.0 + botocore>=1.29.159,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 604eb324cf..486436e942 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.158,<1.30.0', + 'botocore>=1.29.159,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]