From b648aeaa210a1779eb094d46902ece0a036daa8e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 30 Nov 2022 19:07:43 +0000 Subject: [PATCH] Bumping version to 1.26.20 --- .changes/1.26.20.json | 42 +++++++++++++++++++ .../api-change-accessanalyzer-64324.json | 5 --- .../next-release/api-change-athena-9386.json | 5 --- .../api-change-dataexchange-91685.json | 5 --- .../api-change-docdbelastic-85324.json | 5 --- .../next-release/api-change-glue-36276.json | 5 --- .../api-change-s3control-38395.json | 5 --- .../api-change-sagemaker-121.json | 5 --- .../api-change-sagemakergeospatial-30584.json | 5 --- CHANGELOG.rst | 13 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 58 insertions(+), 43 deletions(-) create mode 100644 .changes/1.26.20.json delete mode 100644 .changes/next-release/api-change-accessanalyzer-64324.json delete mode 100644 .changes/next-release/api-change-athena-9386.json delete mode 100644 .changes/next-release/api-change-dataexchange-91685.json delete mode 100644 .changes/next-release/api-change-docdbelastic-85324.json delete mode 100644 .changes/next-release/api-change-glue-36276.json delete mode 100644 .changes/next-release/api-change-s3control-38395.json delete mode 100644 .changes/next-release/api-change-sagemaker-121.json delete mode 100644 .changes/next-release/api-change-sagemakergeospatial-30584.json diff --git a/.changes/1.26.20.json b/.changes/1.26.20.json new file mode 100644 index 0000000000..b1974e6968 --- /dev/null +++ b/.changes/1.26.20.json @@ -0,0 +1,42 @@ +[ + { + "category": "``accessanalyzer``", + "description": "[``botocore``] This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.", + "type": "api-change" + }, + { + "category": "``athena``", + "description": "[``botocore``] This release includes support for using Apache Spark in Amazon Athena.", + "type": "api-change" + }, + { + "category": "``dataexchange``", + "description": "[``botocore``] This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.", + "type": "api-change" + }, + { + "category": "``docdb-elastic``", + "description": "[``botocore``] Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "[``botocore``] Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket.", + "type": "api-change" + }, + { + "category": "``sagemaker-geospatial``", + "description": "[``botocore``] This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-accessanalyzer-64324.json b/.changes/next-release/api-change-accessanalyzer-64324.json deleted file mode 100644 index f16f4409ca..0000000000 --- a/.changes/next-release/api-change-accessanalyzer-64324.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``accessanalyzer``", - "description": "[``botocore``] This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points." -} diff --git a/.changes/next-release/api-change-athena-9386.json b/.changes/next-release/api-change-athena-9386.json deleted file mode 100644 index cd4ca0adfb..0000000000 --- a/.changes/next-release/api-change-athena-9386.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "[``botocore``] This release includes support for using Apache Spark in Amazon Athena." -} diff --git a/.changes/next-release/api-change-dataexchange-91685.json b/.changes/next-release/api-change-dataexchange-91685.json deleted file mode 100644 index 183889e0f5..0000000000 --- a/.changes/next-release/api-change-dataexchange-91685.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dataexchange``", - "description": "[``botocore``] This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies." -} diff --git a/.changes/next-release/api-change-docdbelastic-85324.json b/.changes/next-release/api-change-docdbelastic-85324.json deleted file mode 100644 index cc01e9d7a2..0000000000 --- a/.changes/next-release/api-change-docdbelastic-85324.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``docdb-elastic``", - "description": "[``botocore``] Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources" -} diff --git a/.changes/next-release/api-change-glue-36276.json b/.changes/next-release/api-change-glue-36276.json deleted file mode 100644 index c594f694ef..0000000000 --- a/.changes/next-release/api-change-glue-36276.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations." -} diff --git a/.changes/next-release/api-change-s3control-38395.json b/.changes/next-release/api-change-s3control-38395.json deleted file mode 100644 index 761e039dc0..0000000000 --- a/.changes/next-release/api-change-s3control-38395.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "[``botocore``] Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket." -} diff --git a/.changes/next-release/api-change-sagemaker-121.json b/.changes/next-release/api-change-sagemaker-121.json deleted file mode 100644 index fb889c8c3b..0000000000 --- a/.changes/next-release/api-change-sagemaker-121.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart." -} diff --git a/.changes/next-release/api-change-sagemakergeospatial-30584.json b/.changes/next-release/api-change-sagemakergeospatial-30584.json deleted file mode 100644 index bb371a7757..0000000000 --- a/.changes/next-release/api-change-sagemakergeospatial-30584.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker-geospatial``", - "description": "[``botocore``] This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29f3360e1a..977e410e3a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.26.20 +======= + +* api-change:``accessanalyzer``: [``botocore``] This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points. +* api-change:``athena``: [``botocore``] This release includes support for using Apache Spark in Amazon Athena. +* api-change:``dataexchange``: [``botocore``] This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies. +* api-change:``docdb-elastic``: [``botocore``] Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources +* api-change:``glue``: [``botocore``] This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations. +* api-change:``s3control``: [``botocore``] Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket. +* api-change:``sagemaker-geospatial``: [``botocore``] This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models. +* api-change:``sagemaker``: [``botocore``] Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart. + + 1.26.19 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 4185002620..5acfc1003a 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.19' +__version__ = '1.26.20' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 48071fee32..c625949622 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.19,<1.30.0 + botocore>=1.29.20,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 2d90d2a382..937702379a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.19,<1.30.0', + 'botocore>=1.29.20,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]