From d9553852ee6ab052235ca5ffb9f24ce34a629639 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 7 Jul 2023 18:08:20 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-dms-45367.json | 5 +++++ .changes/next-release/api-change-glue-1659.json | 5 +++++ .changes/next-release/api-change-logs-69871.json | 5 +++++ .changes/next-release/api-change-medialive-21083.json | 5 +++++ .changes/next-release/api-change-mediatailor-41446.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-dms-45367.json create mode 100644 .changes/next-release/api-change-glue-1659.json create mode 100644 .changes/next-release/api-change-logs-69871.json create mode 100644 .changes/next-release/api-change-medialive-21083.json create mode 100644 .changes/next-release/api-change-mediatailor-41446.json diff --git a/.changes/next-release/api-change-dms-45367.json b/.changes/next-release/api-change-dms-45367.json new file mode 100644 index 0000000000..1d0d666217 --- /dev/null +++ b/.changes/next-release/api-change-dms-45367.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dms``", + "description": "[``botocore``] Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings" +} diff --git a/.changes/next-release/api-change-glue-1659.json b/.changes/next-release/api-change-glue-1659.json new file mode 100644 index 0000000000..6c075c6adb --- /dev/null +++ b/.changes/next-release/api-change-glue-1659.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation." +} diff --git a/.changes/next-release/api-change-logs-69871.json b/.changes/next-release/api-change-logs-69871.json new file mode 100644 index 0000000000..c5d4abcd6c --- /dev/null +++ b/.changes/next-release/api-change-logs-69871.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``logs``", + "description": "[``botocore``] Add CMK encryption support for CloudWatch Logs Insights query result data" +} diff --git a/.changes/next-release/api-change-medialive-21083.json b/.changes/next-release/api-change-medialive-21083.json new file mode 100644 index 0000000000..a2060261c1 --- /dev/null +++ b/.changes/next-release/api-change-medialive-21083.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] This release enables the use of Thumbnails in AWS Elemental MediaLive." +} diff --git a/.changes/next-release/api-change-mediatailor-41446.json b/.changes/next-release/api-change-mediatailor-41446.json new file mode 100644 index 0000000000..ef009a52a2 --- /dev/null +++ b/.changes/next-release/api-change-mediatailor-41446.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediatailor``", + "description": "[``botocore``] The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags." +} From eaa5d94bfc7e6720ebd73dbfa01bfc9b7be8da6d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 7 Jul 2023 18:08:32 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.1 --- .changes/1.28.1.json | 27 +++++++++++++++++++ .../next-release/api-change-dms-45367.json | 5 ---- .../next-release/api-change-glue-1659.json | 5 ---- .../next-release/api-change-logs-69871.json | 5 ---- .../api-change-medialive-21083.json | 5 ---- .../api-change-mediatailor-41446.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.28.1.json delete mode 100644 .changes/next-release/api-change-dms-45367.json delete mode 100644 .changes/next-release/api-change-glue-1659.json delete mode 100644 .changes/next-release/api-change-logs-69871.json delete mode 100644 .changes/next-release/api-change-medialive-21083.json delete mode 100644 .changes/next-release/api-change-mediatailor-41446.json diff --git a/.changes/1.28.1.json b/.changes/1.28.1.json new file mode 100644 index 0000000000..8b3dfe8b46 --- /dev/null +++ b/.changes/1.28.1.json @@ -0,0 +1,27 @@ +[ + { + "category": "``dms``", + "description": "[``botocore``] Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "[``botocore``] Add CMK encryption support for CloudWatch Logs Insights query result data", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] This release enables the use of Thumbnails in AWS Elemental MediaLive.", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "[``botocore``] The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dms-45367.json b/.changes/next-release/api-change-dms-45367.json deleted file mode 100644 index 1d0d666217..0000000000 --- a/.changes/next-release/api-change-dms-45367.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dms``", - "description": "[``botocore``] Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings" -} diff --git a/.changes/next-release/api-change-glue-1659.json b/.changes/next-release/api-change-glue-1659.json deleted file mode 100644 index 6c075c6adb..0000000000 --- a/.changes/next-release/api-change-glue-1659.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation." -} diff --git a/.changes/next-release/api-change-logs-69871.json b/.changes/next-release/api-change-logs-69871.json deleted file mode 100644 index c5d4abcd6c..0000000000 --- a/.changes/next-release/api-change-logs-69871.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "[``botocore``] Add CMK encryption support for CloudWatch Logs Insights query result data" -} diff --git a/.changes/next-release/api-change-medialive-21083.json b/.changes/next-release/api-change-medialive-21083.json deleted file mode 100644 index a2060261c1..0000000000 --- a/.changes/next-release/api-change-medialive-21083.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] This release enables the use of Thumbnails in AWS Elemental MediaLive." -} diff --git a/.changes/next-release/api-change-mediatailor-41446.json b/.changes/next-release/api-change-mediatailor-41446.json deleted file mode 100644 index ef009a52a2..0000000000 --- a/.changes/next-release/api-change-mediatailor-41446.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "[``botocore``] The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc25317239..9c5ee29d89 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.28.1 +====== + +* api-change:``dms``: [``botocore``] Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings +* api-change:``glue``: [``botocore``] This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation. +* api-change:``logs``: [``botocore``] Add CMK encryption support for CloudWatch Logs Insights query result data +* api-change:``medialive``: [``botocore``] This release enables the use of Thumbnails in AWS Elemental MediaLive. +* api-change:``mediatailor``: [``botocore``] The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags. + + 1.28.0 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index d2af59df59..93de59bfed 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.0' +__version__ = '1.28.1' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 220fb10030..b6a26e3c78 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.0,<1.32.0 + botocore>=1.31.1,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 2655e5cfb1..bae9a4a54d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.0,<1.32.0', + 'botocore>=1.31.1,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]