From 55e04650cc5ad647018595c139fec72306042276 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 15 Jun 2021 19:29:38 +0000 Subject: [PATCH] Bumping version to 1.17.95 --- .changes/1.17.95.json | 27 +++++++++++++++++++ .../api-change-connect-51704.json | 5 ---- .../next-release/api-change-ec2-1100.json | 5 ---- .../api-change-lexv2models-57229.json | 5 ---- .../api-change-lexv2runtime-25724.json | 5 ---- .../api-change-redshiftdata-51332.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.17.95.json delete mode 100644 .changes/next-release/api-change-connect-51704.json delete mode 100644 .changes/next-release/api-change-ec2-1100.json delete mode 100644 .changes/next-release/api-change-lexv2models-57229.json delete mode 100644 .changes/next-release/api-change-lexv2runtime-25724.json delete mode 100644 .changes/next-release/api-change-redshiftdata-51332.json diff --git a/.changes/1.17.95.json b/.changes/1.17.95.json new file mode 100644 index 0000000000..ec0e8a26fc --- /dev/null +++ b/.changes/1.17.95.json @@ -0,0 +1,27 @@ +[ + { + "category": "``redshift-data``", + "description": "[``botocore``] Redshift Data API service now supports SQL parameterization.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency", + "type": "api-change" + }, + { + "category": "``lexv2-runtime``", + "description": "[``botocore``] Update lexv2-runtime client to latest version", + "type": "api-change" + }, + { + "category": "``lexv2-models``", + "description": "[``botocore``] Update lexv2-models client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-51704.json b/.changes/next-release/api-change-connect-51704.json deleted file mode 100644 index b46e0fc91f..0000000000 --- a/.changes/next-release/api-change-connect-51704.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``connect``", - "type": "api-change", - "description": "[``botocore``] This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance" -} diff --git a/.changes/next-release/api-change-ec2-1100.json b/.changes/next-release/api-change-ec2-1100.json deleted file mode 100644 index e2e5a449e9..0000000000 --- a/.changes/next-release/api-change-ec2-1100.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ec2``", - "type": "api-change", - "description": "[``botocore``] EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency" -} diff --git a/.changes/next-release/api-change-lexv2models-57229.json b/.changes/next-release/api-change-lexv2models-57229.json deleted file mode 100644 index c260930352..0000000000 --- a/.changes/next-release/api-change-lexv2models-57229.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``lexv2-models``", - "type": "api-change", - "description": "[``botocore``] Update lexv2-models client to latest version" -} diff --git a/.changes/next-release/api-change-lexv2runtime-25724.json b/.changes/next-release/api-change-lexv2runtime-25724.json deleted file mode 100644 index e6f5d79430..0000000000 --- a/.changes/next-release/api-change-lexv2runtime-25724.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``lexv2-runtime``", - "type": "api-change", - "description": "[``botocore``] Update lexv2-runtime client to latest version" -} diff --git a/.changes/next-release/api-change-redshiftdata-51332.json b/.changes/next-release/api-change-redshiftdata-51332.json deleted file mode 100644 index 6e63161674..0000000000 --- a/.changes/next-release/api-change-redshiftdata-51332.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``redshift-data``", - "type": "api-change", - "description": "[``botocore``] Redshift Data API service now supports SQL parameterization." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 183fa404a2..4c2d4fd3cb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.17.95 +======= + +* api-change:``redshift-data``: [``botocore``] Redshift Data API service now supports SQL parameterization. +* api-change:``connect``: [``botocore``] This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance +* api-change:``ec2``: [``botocore``] EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency +* api-change:``lexv2-runtime``: [``botocore``] Update lexv2-runtime client to latest version +* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version + + 1.17.94 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 5b8fa9680b..5d0371b931 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.94' +__version__ = '1.17.95' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index aaa4158c88..fc83926f92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.94,<1.21.0 + botocore>=1.20.95,<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 517d6a719e..0e82bebdc0 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.94,<1.21.0', + 'botocore>=1.20.95,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]