From 6f77583eb03b11f2ba92dbf0a9943a90be397a4e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 13 Jul 2021 18:10:08 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-amplifybackend-45020.json | 5 +++++ .changes/next-release/api-change-directconnect-21400.json | 5 +++++ .changes/next-release/api-change-lexmodels-59105.json | 5 +++++ .changes/next-release/api-change-pricing-25708.json | 5 +++++ .changes/next-release/api-change-redshift-41046.json | 5 +++++ .changes/next-release/api-change-ssm-36561.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-amplifybackend-45020.json create mode 100644 .changes/next-release/api-change-directconnect-21400.json create mode 100644 .changes/next-release/api-change-lexmodels-59105.json create mode 100644 .changes/next-release/api-change-pricing-25708.json create mode 100644 .changes/next-release/api-change-redshift-41046.json create mode 100644 .changes/next-release/api-change-ssm-36561.json diff --git a/.changes/next-release/api-change-amplifybackend-45020.json b/.changes/next-release/api-change-amplifybackend-45020.json new file mode 100644 index 0000000000..81bf45ea88 --- /dev/null +++ b/.changes/next-release/api-change-amplifybackend-45020.json @@ -0,0 +1,5 @@ +{ + "category": "``amplifybackend``", + "type": "api-change", + "description": "[``botocore``] Added Sign in with Apple OAuth provider." +} diff --git a/.changes/next-release/api-change-directconnect-21400.json b/.changes/next-release/api-change-directconnect-21400.json new file mode 100644 index 0000000000..84b813b010 --- /dev/null +++ b/.changes/next-release/api-change-directconnect-21400.json @@ -0,0 +1,5 @@ +{ + "category": "``directconnect``", + "type": "api-change", + "description": "[``botocore``] This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions." +} diff --git a/.changes/next-release/api-change-lexmodels-59105.json b/.changes/next-release/api-change-lexmodels-59105.json new file mode 100644 index 0000000000..a596bd5b29 --- /dev/null +++ b/.changes/next-release/api-change-lexmodels-59105.json @@ -0,0 +1,5 @@ +{ + "category": "``lex-models``", + "type": "api-change", + "description": "[``botocore``] Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot." +} diff --git a/.changes/next-release/api-change-pricing-25708.json b/.changes/next-release/api-change-pricing-25708.json new file mode 100644 index 0000000000..1c043d26c4 --- /dev/null +++ b/.changes/next-release/api-change-pricing-25708.json @@ -0,0 +1,5 @@ +{ + "category": "``pricing``", + "type": "api-change", + "description": "[``botocore``] Documentation updates for api.pricing" +} diff --git a/.changes/next-release/api-change-redshift-41046.json b/.changes/next-release/api-change-redshift-41046.json new file mode 100644 index 0000000000..b30aa04d10 --- /dev/null +++ b/.changes/next-release/api-change-redshift-41046.json @@ -0,0 +1,5 @@ +{ + "category": "``redshift``", + "type": "api-change", + "description": "[``botocore``] Release new APIs to support new Redshift feature - Authentication Profile" +} diff --git a/.changes/next-release/api-change-ssm-36561.json b/.changes/next-release/api-change-ssm-36561.json new file mode 100644 index 0000000000..b32c9cb823 --- /dev/null +++ b/.changes/next-release/api-change-ssm-36561.json @@ -0,0 +1,5 @@ +{ + "category": "``ssm``", + "type": "api-change", + "description": "[``botocore``] Changes to OpsCenter APIs to support a new feature, operational insights." +} From 0ce0f9d9f57755b027035188145961aa6a5766cc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 13 Jul 2021 18:10:16 +0000 Subject: [PATCH 2/2] Bumping version to 1.17.111 --- .changes/1.17.111.json | 32 +++++++++++++++++++ .../api-change-amplifybackend-45020.json | 5 --- .../api-change-directconnect-21400.json | 5 --- .../api-change-lexmodels-59105.json | 5 --- .../api-change-pricing-25708.json | 5 --- .../api-change-redshift-41046.json | 5 --- .../next-release/api-change-ssm-36561.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.17.111.json delete mode 100644 .changes/next-release/api-change-amplifybackend-45020.json delete mode 100644 .changes/next-release/api-change-directconnect-21400.json delete mode 100644 .changes/next-release/api-change-lexmodels-59105.json delete mode 100644 .changes/next-release/api-change-pricing-25708.json delete mode 100644 .changes/next-release/api-change-redshift-41046.json delete mode 100644 .changes/next-release/api-change-ssm-36561.json diff --git a/.changes/1.17.111.json b/.changes/1.17.111.json new file mode 100644 index 0000000000..22ffd598aa --- /dev/null +++ b/.changes/1.17.111.json @@ -0,0 +1,32 @@ +[ + { + "category": "``amplifybackend``", + "description": "[``botocore``] Added Sign in with Apple OAuth provider.", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "[``botocore``] Release new APIs to support new Redshift feature - Authentication Profile", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Changes to OpsCenter APIs to support a new feature, operational insights.", + "type": "api-change" + }, + { + "category": "``lex-models``", + "description": "[``botocore``] Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.", + "type": "api-change" + }, + { + "category": "``directconnect``", + "description": "[``botocore``] This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.", + "type": "api-change" + }, + { + "category": "``pricing``", + "description": "[``botocore``] Documentation updates for api.pricing", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplifybackend-45020.json b/.changes/next-release/api-change-amplifybackend-45020.json deleted file mode 100644 index 81bf45ea88..0000000000 --- a/.changes/next-release/api-change-amplifybackend-45020.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``amplifybackend``", - "type": "api-change", - "description": "[``botocore``] Added Sign in with Apple OAuth provider." -} diff --git a/.changes/next-release/api-change-directconnect-21400.json b/.changes/next-release/api-change-directconnect-21400.json deleted file mode 100644 index 84b813b010..0000000000 --- a/.changes/next-release/api-change-directconnect-21400.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``directconnect``", - "type": "api-change", - "description": "[``botocore``] This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions." -} diff --git a/.changes/next-release/api-change-lexmodels-59105.json b/.changes/next-release/api-change-lexmodels-59105.json deleted file mode 100644 index a596bd5b29..0000000000 --- a/.changes/next-release/api-change-lexmodels-59105.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``lex-models``", - "type": "api-change", - "description": "[``botocore``] Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot." -} diff --git a/.changes/next-release/api-change-pricing-25708.json b/.changes/next-release/api-change-pricing-25708.json deleted file mode 100644 index 1c043d26c4..0000000000 --- a/.changes/next-release/api-change-pricing-25708.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``pricing``", - "type": "api-change", - "description": "[``botocore``] Documentation updates for api.pricing" -} diff --git a/.changes/next-release/api-change-redshift-41046.json b/.changes/next-release/api-change-redshift-41046.json deleted file mode 100644 index b30aa04d10..0000000000 --- a/.changes/next-release/api-change-redshift-41046.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``redshift``", - "type": "api-change", - "description": "[``botocore``] Release new APIs to support new Redshift feature - Authentication Profile" -} diff --git a/.changes/next-release/api-change-ssm-36561.json b/.changes/next-release/api-change-ssm-36561.json deleted file mode 100644 index b32c9cb823..0000000000 --- a/.changes/next-release/api-change-ssm-36561.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ssm``", - "type": "api-change", - "description": "[``botocore``] Changes to OpsCenter APIs to support a new feature, operational insights." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fecc7ab335..31bad2546c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.17.111 +======== + +* api-change:``amplifybackend``: [``botocore``] Added Sign in with Apple OAuth provider. +* api-change:``redshift``: [``botocore``] Release new APIs to support new Redshift feature - Authentication Profile +* api-change:``ssm``: [``botocore``] Changes to OpsCenter APIs to support a new feature, operational insights. +* api-change:``lex-models``: [``botocore``] Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot. +* api-change:``directconnect``: [``botocore``] This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions. +* api-change:``pricing``: [``botocore``] Documentation updates for api.pricing + + 1.17.110 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index cd2cd5536f..31b04ffc48 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.110' +__version__ = '1.17.111' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 85ce73afb5..c06965ea25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.110,<1.21.0 + botocore>=1.20.111,<1.21.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.4.0,<0.5.0 diff --git a/setup.py b/setup.py index daded09e12..bd9dbfa4d7 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.110,<1.21.0', + 'botocore>=1.20.111,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]