From d06d3031cbd2ceeb9354c376c4ef2fce9bee5490 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 3 Nov 2023 18:22:58 +0000 Subject: [PATCH] Bumping version to 1.28.78 --- .changes/1.28.78.json | 27 +++++++++++++++++++ .../next-release/api-change-config-19315.json | 5 ---- .../next-release/api-change-connect-1151.json | 5 ---- .../api-change-endpointrules-46100.json | 5 ---- .../api-change-iotwireless-92236.json | 5 ---- .../api-change-launchwizard-3628.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.28.78.json delete mode 100644 .changes/next-release/api-change-config-19315.json delete mode 100644 .changes/next-release/api-change-connect-1151.json delete mode 100644 .changes/next-release/api-change-endpointrules-46100.json delete mode 100644 .changes/next-release/api-change-iotwireless-92236.json delete mode 100644 .changes/next-release/api-change-launchwizard-3628.json diff --git a/.changes/1.28.78.json b/.changes/1.28.78.json new file mode 100644 index 0000000000..4fccf3204c --- /dev/null +++ b/.changes/1.28.78.json @@ -0,0 +1,27 @@ +[ + { + "category": "``config``", + "description": "[``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.", + "type": "api-change" + }, + { + "category": "``iotwireless``", + "description": "[``botocore``] Added LoRaWAN version 1.0.4 support", + "type": "api-change" + }, + { + "category": "``launch-wizard``", + "description": "[``botocore``] AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience.", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-config-19315.json b/.changes/next-release/api-change-config-19315.json deleted file mode 100644 index 15cefdaebe..0000000000 --- a/.changes/next-release/api-change-config-19315.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "[``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023." -} diff --git a/.changes/next-release/api-change-connect-1151.json b/.changes/next-release/api-change-connect-1151.json deleted file mode 100644 index 1866a1c744..0000000000 --- a/.changes/next-release/api-change-connect-1151.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history." -} diff --git a/.changes/next-release/api-change-endpointrules-46100.json b/.changes/next-release/api-change-endpointrules-46100.json deleted file mode 100644 index 11a6d922e0..0000000000 --- a/.changes/next-release/api-change-endpointrules-46100.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "[``botocore``] Update endpoint-rules client to latest version" -} diff --git a/.changes/next-release/api-change-iotwireless-92236.json b/.changes/next-release/api-change-iotwireless-92236.json deleted file mode 100644 index d675a32f9f..0000000000 --- a/.changes/next-release/api-change-iotwireless-92236.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotwireless``", - "description": "[``botocore``] Added LoRaWAN version 1.0.4 support" -} diff --git a/.changes/next-release/api-change-launchwizard-3628.json b/.changes/next-release/api-change-launchwizard-3628.json deleted file mode 100644 index 8c87d3fb1e..0000000000 --- a/.changes/next-release/api-change-launchwizard-3628.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``launch-wizard``", - "description": "[``botocore``] AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 87e4edb55b..9930d1f378 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.28.78 +======= + +* api-change:``config``: [``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023. +* api-change:``connect``: [``botocore``] Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history. +* api-change:``iotwireless``: [``botocore``] Added LoRaWAN version 1.0.4 support +* api-change:``launch-wizard``: [``botocore``] AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience. +* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version + + 1.28.77 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index f924f4a451..a3453f0922 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.77' +__version__ = '1.28.78' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 358baa6ac4..3c93094808 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.77,<1.32.0 + botocore>=1.31.78,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.7.0,<0.8.0 diff --git a/setup.py b/setup.py index 7d0d96a73b..2e64a32eec 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.77,<1.32.0', + 'botocore>=1.31.78,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.7.0,<0.8.0', ]