From c04875b95178b7d379c9249d7d0b8cca10038401 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 28 Jun 2024 19:07:48 +0000 Subject: [PATCH] Bumping version to 1.34.136 --- .changes/1.34.136.json | 47 +++++++++++++++++++ .../next-release/api-change-acmpca-68569.json | 5 -- .../api-change-cloudhsmv2-36944.json | 5 -- .../api-change-connect-75908.json | 5 -- .../next-release/api-change-emr-97166.json | 5 -- .../next-release/api-change-glue-94828.json | 5 -- .../api-change-kinesisanalyticsv2-13461.json | 5 -- .../api-change-opensearch-43114.json | 5 -- .../next-release/api-change-pi-29553.json | 5 -- .../api-change-workspaces-77090.json | 5 -- CHANGELOG.rst | 14 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 14 files changed, 64 insertions(+), 48 deletions(-) create mode 100644 .changes/1.34.136.json delete mode 100644 .changes/next-release/api-change-acmpca-68569.json delete mode 100644 .changes/next-release/api-change-cloudhsmv2-36944.json delete mode 100644 .changes/next-release/api-change-connect-75908.json delete mode 100644 .changes/next-release/api-change-emr-97166.json delete mode 100644 .changes/next-release/api-change-glue-94828.json delete mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-13461.json delete mode 100644 .changes/next-release/api-change-opensearch-43114.json delete mode 100644 .changes/next-release/api-change-pi-29553.json delete mode 100644 .changes/next-release/api-change-workspaces-77090.json diff --git a/.changes/1.34.136.json b/.changes/1.34.136.json new file mode 100644 index 0000000000..2a81e1ad9d --- /dev/null +++ b/.changes/1.34.136.json @@ -0,0 +1,47 @@ +[ + { + "category": "``acm-pca``", + "description": "[``botocore``] Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.", + "type": "api-change" + }, + { + "category": "``cloudhsmv2``", + "description": "[``botocore``] Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release supports showing PreferredAgentRouting step via DescribeContact API.", + "type": "api-change" + }, + { + "category": "``emr``", + "description": "[``botocore``] This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.", + "type": "api-change" + }, + { + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] Support for Flink 1.19 in Managed Service for Apache Flink", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "[``botocore``] Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-68569.json b/.changes/next-release/api-change-acmpca-68569.json deleted file mode 100644 index 0aec19a89f..0000000000 --- a/.changes/next-release/api-change-acmpca-68569.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "[``botocore``] Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions." -} diff --git a/.changes/next-release/api-change-cloudhsmv2-36944.json b/.changes/next-release/api-change-cloudhsmv2-36944.json deleted file mode 100644 index 0646a08f9b..0000000000 --- a/.changes/next-release/api-change-cloudhsmv2-36944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudhsmv2``", - "description": "[``botocore``] Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API." -} diff --git a/.changes/next-release/api-change-connect-75908.json b/.changes/next-release/api-change-connect-75908.json deleted file mode 100644 index 66f68417eb..0000000000 --- a/.changes/next-release/api-change-connect-75908.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release supports showing PreferredAgentRouting step via DescribeContact API." -} diff --git a/.changes/next-release/api-change-emr-97166.json b/.changes/next-release/api-change-emr-97166.json deleted file mode 100644 index ffefd3b85e..0000000000 --- a/.changes/next-release/api-change-emr-97166.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr``", - "description": "[``botocore``] This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters." -} diff --git a/.changes/next-release/api-change-glue-94828.json b/.changes/next-release/api-change-glue-94828.json deleted file mode 100644 index 302e088846..0000000000 --- a/.changes/next-release/api-change-glue-94828.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name." -} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-13461.json b/.changes/next-release/api-change-kinesisanalyticsv2-13461.json deleted file mode 100644 index 2c4995e52f..0000000000 --- a/.changes/next-release/api-change-kinesisanalyticsv2-13461.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesisanalyticsv2``", - "description": "[``botocore``] Support for Flink 1.19 in Managed Service for Apache Flink" -} diff --git a/.changes/next-release/api-change-opensearch-43114.json b/.changes/next-release/api-change-opensearch-43114.json deleted file mode 100644 index afbe3d7517..0000000000 --- a/.changes/next-release/api-change-opensearch-43114.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains." -} diff --git a/.changes/next-release/api-change-pi-29553.json b/.changes/next-release/api-change-pi-29553.json deleted file mode 100644 index 71928e8c8b..0000000000 --- a/.changes/next-release/api-change-pi-29553.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "[``botocore``] Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances." -} diff --git a/.changes/next-release/api-change-workspaces-77090.json b/.changes/next-release/api-change-workspaces-77090.json deleted file mode 100644 index a00a6861c7..0000000000 --- a/.changes/next-release/api-change-workspaces-77090.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 45b30305d9..7bdf4a78c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.34.136 +======== + +* api-change:``acm-pca``: [``botocore``] Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions. +* api-change:``cloudhsmv2``: [``botocore``] Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API. +* api-change:``connect``: [``botocore``] This release supports showing PreferredAgentRouting step via DescribeContact API. +* api-change:``emr``: [``botocore``] This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters. +* api-change:``glue``: [``botocore``] Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name. +* api-change:``kinesisanalyticsv2``: [``botocore``] Support for Flink 1.19 in Managed Service for Apache Flink +* api-change:``opensearch``: [``botocore``] This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains. +* api-change:``pi``: [``botocore``] Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances. +* api-change:``workspaces``: [``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal. + + 1.34.135 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 31b6de3aa0..62c27d3d60 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.135' +__version__ = '1.34.136' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 8a234caa61..44a048829b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.135,<1.35.0 + botocore>=1.34.136,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 1e6feae7a1..0035f299da 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.135,<1.35.0', + 'botocore>=1.34.136,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]