From 7506bb3656b18938597668c6685eda1c989e1679 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 2 Dec 2021 19:07:00 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-amplifyuibuilder-68454.json | 5 +++++ .changes/next-release/api-change-networkmanager-30099.json | 5 +++++ .changes/next-release/api-change-ram-34587.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-amplifyuibuilder-68454.json create mode 100644 .changes/next-release/api-change-networkmanager-30099.json create mode 100644 .changes/next-release/api-change-ram-34587.json diff --git a/.changes/next-release/api-change-amplifyuibuilder-68454.json b/.changes/next-release/api-change-amplifyuibuilder-68454.json new file mode 100644 index 0000000000..df8fa109de --- /dev/null +++ b/.changes/next-release/api-change-amplifyuibuilder-68454.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplifyuibuilder``", + "description": "[``botocore``] This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications." +} diff --git a/.changes/next-release/api-change-networkmanager-30099.json b/.changes/next-release/api-change-networkmanager-30099.json new file mode 100644 index 0000000000..7cff11ed3b --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-30099.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "[``botocore``] This release adds API support for AWS Cloud WAN." +} diff --git a/.changes/next-release/api-change-ram-34587.json b/.changes/next-release/api-change-ram-34587.json new file mode 100644 index 0000000000..0d6bc924f3 --- /dev/null +++ b/.changes/next-release/api-change-ram-34587.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ram``", + "description": "[``botocore``] This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types." +} From 72253cecda2924362be35491f11105fa3cf45525 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 2 Dec 2021 19:07:17 +0000 Subject: [PATCH 2/2] Bumping version to 1.20.19 --- .changes/1.20.19.json | 17 +++++++++++++++++ .../api-change-amplifyuibuilder-68454.json | 5 ----- .../api-change-networkmanager-30099.json | 5 ----- .changes/next-release/api-change-ram-34587.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.20.19.json delete mode 100644 .changes/next-release/api-change-amplifyuibuilder-68454.json delete mode 100644 .changes/next-release/api-change-networkmanager-30099.json delete mode 100644 .changes/next-release/api-change-ram-34587.json diff --git a/.changes/1.20.19.json b/.changes/1.20.19.json new file mode 100644 index 0000000000..6ea676dee7 --- /dev/null +++ b/.changes/1.20.19.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ram``", + "description": "[``botocore``] This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types.", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "[``botocore``] This release adds API support for AWS Cloud WAN.", + "type": "api-change" + }, + { + "category": "``amplifyuibuilder``", + "description": "[``botocore``] This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplifyuibuilder-68454.json b/.changes/next-release/api-change-amplifyuibuilder-68454.json deleted file mode 100644 index df8fa109de..0000000000 --- a/.changes/next-release/api-change-amplifyuibuilder-68454.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplifyuibuilder``", - "description": "[``botocore``] This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications." -} diff --git a/.changes/next-release/api-change-networkmanager-30099.json b/.changes/next-release/api-change-networkmanager-30099.json deleted file mode 100644 index 7cff11ed3b..0000000000 --- a/.changes/next-release/api-change-networkmanager-30099.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "[``botocore``] This release adds API support for AWS Cloud WAN." -} diff --git a/.changes/next-release/api-change-ram-34587.json b/.changes/next-release/api-change-ram-34587.json deleted file mode 100644 index 0d6bc924f3..0000000000 --- a/.changes/next-release/api-change-ram-34587.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ram``", - "description": "[``botocore``] This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4ab5083d1f..5173c2bd6c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.20.19 +======= + +* api-change:``ram``: [``botocore``] This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types. +* api-change:``networkmanager``: [``botocore``] This release adds API support for AWS Cloud WAN. +* api-change:``amplifyuibuilder``: [``botocore``] This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications. + + 1.20.18 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index b7b5447dd6..6819709688 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.20.18' +__version__ = '1.20.19' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 9d02df0802..c4f6a33100 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.23.18,<1.24.0 + botocore>=1.23.19,<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 85933b6cca..282e873989 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.23.18,<1.24.0', + 'botocore>=1.23.19,<1.24.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]