From 9c45f07c3b007c5b4d77dc096c939b4b46ffc6fb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 14 Jan 2022 19:23:36 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../next-release/api-change-applicationinsights-86888.json | 5 +++++ .changes/next-release/api-change-config-6222.json | 5 +++++ .changes/next-release/api-change-honeycode-58805.json | 5 +++++ .changes/next-release/api-change-lookoutmetrics-55355.json | 5 +++++ .changes/next-release/api-change-ram-70237.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-applicationinsights-86888.json create mode 100644 .changes/next-release/api-change-config-6222.json create mode 100644 .changes/next-release/api-change-honeycode-58805.json create mode 100644 .changes/next-release/api-change-lookoutmetrics-55355.json create mode 100644 .changes/next-release/api-change-ram-70237.json diff --git a/.changes/next-release/api-change-applicationinsights-86888.json b/.changes/next-release/api-change-applicationinsights-86888.json new file mode 100644 index 0000000000..8c6c08840e --- /dev/null +++ b/.changes/next-release/api-change-applicationinsights-86888.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-insights``", + "description": "[``botocore``] Application Insights support for Active Directory and SharePoint" +} diff --git a/.changes/next-release/api-change-config-6222.json b/.changes/next-release/api-change-config-6222.json new file mode 100644 index 0000000000..1fec7497a3 --- /dev/null +++ b/.changes/next-release/api-change-config-6222.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``config``", + "description": "[``botocore``] Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources" +} diff --git a/.changes/next-release/api-change-honeycode-58805.json b/.changes/next-release/api-change-honeycode-58805.json new file mode 100644 index 0000000000..4901e1f874 --- /dev/null +++ b/.changes/next-release/api-change-honeycode-58805.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``honeycode``", + "description": "[``botocore``] Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails." +} diff --git a/.changes/next-release/api-change-lookoutmetrics-55355.json b/.changes/next-release/api-change-lookoutmetrics-55355.json new file mode 100644 index 0000000000..96a95d456b --- /dev/null +++ b/.changes/next-release/api-change-lookoutmetrics-55355.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lookoutmetrics``", + "description": "[``botocore``] This release adds a new DeactivateAnomalyDetector API operation." +} diff --git a/.changes/next-release/api-change-ram-70237.json b/.changes/next-release/api-change-ram-70237.json new file mode 100644 index 0000000000..5390806621 --- /dev/null +++ b/.changes/next-release/api-change-ram-70237.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ram``", + "description": "[``botocore``] This release adds the ListPermissionVersions API which lists the versions for a given permission." +} From 4a0fcbc4207d77a60e21b4883ddcaa5489880ccc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 14 Jan 2022 19:23:54 +0000 Subject: [PATCH 2/2] Bumping version to 1.20.36 --- .changes/1.20.36.json | 27 +++++++++++++++++++ .../api-change-applicationinsights-86888.json | 5 ---- .../next-release/api-change-config-6222.json | 5 ---- .../api-change-honeycode-58805.json | 5 ---- .../api-change-lookoutmetrics-55355.json | 5 ---- .../next-release/api-change-ram-70237.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.20.36.json delete mode 100644 .changes/next-release/api-change-applicationinsights-86888.json delete mode 100644 .changes/next-release/api-change-config-6222.json delete mode 100644 .changes/next-release/api-change-honeycode-58805.json delete mode 100644 .changes/next-release/api-change-lookoutmetrics-55355.json delete mode 100644 .changes/next-release/api-change-ram-70237.json diff --git a/.changes/1.20.36.json b/.changes/1.20.36.json new file mode 100644 index 0000000000..0f397d55f9 --- /dev/null +++ b/.changes/1.20.36.json @@ -0,0 +1,27 @@ +[ + { + "category": "``config``", + "description": "[``botocore``] Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources", + "type": "api-change" + }, + { + "category": "``application-insights``", + "description": "[``botocore``] Application Insights support for Active Directory and SharePoint", + "type": "api-change" + }, + { + "category": "``honeycode``", + "description": "[``botocore``] Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails.", + "type": "api-change" + }, + { + "category": "``ram``", + "description": "[``botocore``] This release adds the ListPermissionVersions API which lists the versions for a given permission.", + "type": "api-change" + }, + { + "category": "``lookoutmetrics``", + "description": "[``botocore``] This release adds a new DeactivateAnomalyDetector API operation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationinsights-86888.json b/.changes/next-release/api-change-applicationinsights-86888.json deleted file mode 100644 index 8c6c08840e..0000000000 --- a/.changes/next-release/api-change-applicationinsights-86888.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-insights``", - "description": "[``botocore``] Application Insights support for Active Directory and SharePoint" -} diff --git a/.changes/next-release/api-change-config-6222.json b/.changes/next-release/api-change-config-6222.json deleted file mode 100644 index 1fec7497a3..0000000000 --- a/.changes/next-release/api-change-config-6222.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "[``botocore``] Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources" -} diff --git a/.changes/next-release/api-change-honeycode-58805.json b/.changes/next-release/api-change-honeycode-58805.json deleted file mode 100644 index 4901e1f874..0000000000 --- a/.changes/next-release/api-change-honeycode-58805.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``honeycode``", - "description": "[``botocore``] Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails." -} diff --git a/.changes/next-release/api-change-lookoutmetrics-55355.json b/.changes/next-release/api-change-lookoutmetrics-55355.json deleted file mode 100644 index 96a95d456b..0000000000 --- a/.changes/next-release/api-change-lookoutmetrics-55355.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutmetrics``", - "description": "[``botocore``] This release adds a new DeactivateAnomalyDetector API operation." -} diff --git a/.changes/next-release/api-change-ram-70237.json b/.changes/next-release/api-change-ram-70237.json deleted file mode 100644 index 5390806621..0000000000 --- a/.changes/next-release/api-change-ram-70237.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ram``", - "description": "[``botocore``] This release adds the ListPermissionVersions API which lists the versions for a given permission." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a9c09aa29..b4f40deb7f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.20.36 +======= + +* api-change:``config``: [``botocore``] Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources +* api-change:``application-insights``: [``botocore``] Application Insights support for Active Directory and SharePoint +* api-change:``honeycode``: [``botocore``] Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails. +* api-change:``ram``: [``botocore``] This release adds the ListPermissionVersions API which lists the versions for a given permission. +* api-change:``lookoutmetrics``: [``botocore``] This release adds a new DeactivateAnomalyDetector API operation. + + 1.20.35 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index c88755a25c..11dadb1853 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.20.35' +__version__ = '1.20.36' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index cb3aa8ba94..c605dadf43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.23.35,<1.24.0 + botocore>=1.23.36,<1.24.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index bd96ae4f03..61d9194583 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.23.35,<1.24.0', + 'botocore>=1.23.36,<1.24.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]