From 6ad5d00efa47bfd4e42c96e5d3bfefa8b8595715 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 11 Jan 2022 19:06:39 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ce-82871.json | 5 +++++ .changes/next-release/api-change-ec2-43543.json | 5 +++++ .changes/next-release/api-change-finspacedata-66281.json | 5 +++++ .changes/next-release/api-change-ioteventsdata-52630.json | 5 +++++ .changes/next-release/api-change-kendra-95444.json | 5 +++++ .changes/next-release/api-change-rds-83409.json | 5 +++++ .changes/next-release/api-change-workspaces-2900.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-ce-82871.json create mode 100644 .changes/next-release/api-change-ec2-43543.json create mode 100644 .changes/next-release/api-change-finspacedata-66281.json create mode 100644 .changes/next-release/api-change-ioteventsdata-52630.json create mode 100644 .changes/next-release/api-change-kendra-95444.json create mode 100644 .changes/next-release/api-change-rds-83409.json create mode 100644 .changes/next-release/api-change-workspaces-2900.json diff --git a/.changes/next-release/api-change-ce-82871.json b/.changes/next-release/api-change-ce-82871.json new file mode 100644 index 0000000000..a765632061 --- /dev/null +++ b/.changes/next-release/api-change-ce-82871.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ce``", + "description": "[``botocore``] Doc only update for Cost Explorer API that fixes missing clarifications for MatchOptions definitions" +} diff --git a/.changes/next-release/api-change-ec2-43543.json b/.changes/next-release/api-change-ec2-43543.json new file mode 100644 index 0000000000..2003ea0ce2 --- /dev/null +++ b/.changes/next-release/api-change-ec2-43543.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)" +} diff --git a/.changes/next-release/api-change-finspacedata-66281.json b/.changes/next-release/api-change-finspacedata-66281.json new file mode 100644 index 0000000000..533765800c --- /dev/null +++ b/.changes/next-release/api-change-finspacedata-66281.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``finspace-data``", + "description": "[``botocore``] Documentation updates for FinSpace." +} diff --git a/.changes/next-release/api-change-ioteventsdata-52630.json b/.changes/next-release/api-change-ioteventsdata-52630.json new file mode 100644 index 0000000000..453aed82ed --- /dev/null +++ b/.changes/next-release/api-change-ioteventsdata-52630.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iotevents-data``", + "description": "[``botocore``] This release provides documentation updates for Timer.timestamp in the IoT Events API Reference Guide." +} diff --git a/.changes/next-release/api-change-kendra-95444.json b/.changes/next-release/api-change-kendra-95444.json new file mode 100644 index 0000000000..4cacd0ec08 --- /dev/null +++ b/.changes/next-release/api-change-kendra-95444.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kendra``", + "description": "[``botocore``] Amazon Kendra now supports advanced query language and query-less search." +} diff --git a/.changes/next-release/api-change-rds-83409.json b/.changes/next-release/api-change-rds-83409.json new file mode 100644 index 0000000000..13f1973d65 --- /dev/null +++ b/.changes/next-release/api-change-rds-83409.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] This release adds the db-proxy event type to support subscribing to RDS Proxy events." +} diff --git a/.changes/next-release/api-change-workspaces-2900.json b/.changes/next-release/api-change-workspaces-2900.json new file mode 100644 index 0000000000..7f34d421af --- /dev/null +++ b/.changes/next-release/api-change-workspaces-2900.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn." +} From 26a3654fa7287971f5fbcb021238dc209c16ac70 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 11 Jan 2022 19:06:57 +0000 Subject: [PATCH 2/2] Bumping version to 1.20.33 --- .changes/1.20.33.json | 37 +++++++++++++++++++ .../next-release/api-change-ce-82871.json | 5 --- .../next-release/api-change-ec2-43543.json | 5 --- .../api-change-finspacedata-66281.json | 5 --- .../api-change-ioteventsdata-52630.json | 5 --- .../next-release/api-change-kendra-95444.json | 5 --- .../next-release/api-change-rds-83409.json | 5 --- .../api-change-workspaces-2900.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.20.33.json delete mode 100644 .changes/next-release/api-change-ce-82871.json delete mode 100644 .changes/next-release/api-change-ec2-43543.json delete mode 100644 .changes/next-release/api-change-finspacedata-66281.json delete mode 100644 .changes/next-release/api-change-ioteventsdata-52630.json delete mode 100644 .changes/next-release/api-change-kendra-95444.json delete mode 100644 .changes/next-release/api-change-rds-83409.json delete mode 100644 .changes/next-release/api-change-workspaces-2900.json diff --git a/.changes/1.20.33.json b/.changes/1.20.33.json new file mode 100644 index 0000000000..885f9394a1 --- /dev/null +++ b/.changes/1.20.33.json @@ -0,0 +1,37 @@ +[ + { + "category": "``finspace-data``", + "description": "[``botocore``] Documentation updates for FinSpace.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This release adds the db-proxy event type to support subscribing to RDS Proxy events.", + "type": "api-change" + }, + { + "category": "``ce``", + "description": "[``botocore``] Doc only update for Cost Explorer API that fixes missing clarifications for MatchOptions definitions", + "type": "api-change" + }, + { + "category": "``kendra``", + "description": "[``botocore``] Amazon Kendra now supports advanced query language and query-less search.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn.", + "type": "api-change" + }, + { + "category": "``iotevents-data``", + "description": "[``botocore``] This release provides documentation updates for Timer.timestamp in the IoT Events API Reference Guide.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ce-82871.json b/.changes/next-release/api-change-ce-82871.json deleted file mode 100644 index a765632061..0000000000 --- a/.changes/next-release/api-change-ce-82871.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ce``", - "description": "[``botocore``] Doc only update for Cost Explorer API that fixes missing clarifications for MatchOptions definitions" -} diff --git a/.changes/next-release/api-change-ec2-43543.json b/.changes/next-release/api-change-ec2-43543.json deleted file mode 100644 index 2003ea0ce2..0000000000 --- a/.changes/next-release/api-change-ec2-43543.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)" -} diff --git a/.changes/next-release/api-change-finspacedata-66281.json b/.changes/next-release/api-change-finspacedata-66281.json deleted file mode 100644 index 533765800c..0000000000 --- a/.changes/next-release/api-change-finspacedata-66281.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``finspace-data``", - "description": "[``botocore``] Documentation updates for FinSpace." -} diff --git a/.changes/next-release/api-change-ioteventsdata-52630.json b/.changes/next-release/api-change-ioteventsdata-52630.json deleted file mode 100644 index 453aed82ed..0000000000 --- a/.changes/next-release/api-change-ioteventsdata-52630.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotevents-data``", - "description": "[``botocore``] This release provides documentation updates for Timer.timestamp in the IoT Events API Reference Guide." -} diff --git a/.changes/next-release/api-change-kendra-95444.json b/.changes/next-release/api-change-kendra-95444.json deleted file mode 100644 index 4cacd0ec08..0000000000 --- a/.changes/next-release/api-change-kendra-95444.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kendra``", - "description": "[``botocore``] Amazon Kendra now supports advanced query language and query-less search." -} diff --git a/.changes/next-release/api-change-rds-83409.json b/.changes/next-release/api-change-rds-83409.json deleted file mode 100644 index 13f1973d65..0000000000 --- a/.changes/next-release/api-change-rds-83409.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] This release adds the db-proxy event type to support subscribing to RDS Proxy events." -} diff --git a/.changes/next-release/api-change-workspaces-2900.json b/.changes/next-release/api-change-workspaces-2900.json deleted file mode 100644 index 7f34d421af..0000000000 --- a/.changes/next-release/api-change-workspaces-2900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 480d949062..5d4d575d04 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.20.33 +======= + +* api-change:``finspace-data``: [``botocore``] Documentation updates for FinSpace. +* api-change:``rds``: [``botocore``] This release adds the db-proxy event type to support subscribing to RDS Proxy events. +* api-change:``ce``: [``botocore``] Doc only update for Cost Explorer API that fixes missing clarifications for MatchOptions definitions +* api-change:``kendra``: [``botocore``] Amazon Kendra now supports advanced query language and query-less search. +* api-change:``workspaces``: [``botocore``] Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn. +* api-change:``iotevents-data``: [``botocore``] This release provides documentation updates for Timer.timestamp in the IoT Events API Reference Guide. +* api-change:``ec2``: [``botocore``] EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise) + + 1.20.32 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 9caaf65de5..51c3ac929e 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.20.32' +__version__ = '1.20.33' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 19300ba28b..4b5e58aef8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.23.32,<1.24.0 + botocore>=1.23.33,<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 fbbe88a66f..43ec222dce 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.23.32,<1.24.0', + 'botocore>=1.23.33,<1.24.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]