From 57a4d2da78cc35c1229de88a7b67ff9cb2b51dbc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 6 Mar 2024 19:37:04 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-dynamodb-23706.json | 5 +++++ .changes/next-release/api-change-imagebuilder-56691.json | 5 +++++ .changes/next-release/api-change-mwaa-37301.json | 5 +++++ .changes/next-release/api-change-rds-88205.json | 5 +++++ .changes/next-release/api-change-redshift-10878.json | 5 +++++ .../next-release/api-change-verifiedpermissions-76927.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-dynamodb-23706.json create mode 100644 .changes/next-release/api-change-imagebuilder-56691.json create mode 100644 .changes/next-release/api-change-mwaa-37301.json create mode 100644 .changes/next-release/api-change-rds-88205.json create mode 100644 .changes/next-release/api-change-redshift-10878.json create mode 100644 .changes/next-release/api-change-verifiedpermissions-76927.json diff --git a/.changes/next-release/api-change-dynamodb-23706.json b/.changes/next-release/api-change-dynamodb-23706.json new file mode 100644 index 0000000000..fd2269ce12 --- /dev/null +++ b/.changes/next-release/api-change-dynamodb-23706.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dynamodb``", + "description": "[``botocore``] Doc only updates for DynamoDB documentation" +} diff --git a/.changes/next-release/api-change-imagebuilder-56691.json b/.changes/next-release/api-change-imagebuilder-56691.json new file mode 100644 index 0000000000..4cf986f70c --- /dev/null +++ b/.changes/next-release/api-change-imagebuilder-56691.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``imagebuilder``", + "description": "[``botocore``] Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response." +} diff --git a/.changes/next-release/api-change-mwaa-37301.json b/.changes/next-release/api-change-mwaa-37301.json new file mode 100644 index 0000000000..8cf08af195 --- /dev/null +++ b/.changes/next-release/api-change-mwaa-37301.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mwaa``", + "description": "[``botocore``] Amazon MWAA adds support for Apache Airflow v2.8.1." +} diff --git a/.changes/next-release/api-change-rds-88205.json b/.changes/next-release/api-change-rds-88205.json new file mode 100644 index 0000000000..cd535974c7 --- /dev/null +++ b/.changes/next-release/api-change-rds-88205.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value." +} diff --git a/.changes/next-release/api-change-redshift-10878.json b/.changes/next-release/api-change-redshift-10878.json new file mode 100644 index 0000000000..aa67da0f83 --- /dev/null +++ b/.changes/next-release/api-change-redshift-10878.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``redshift``", + "description": "[``botocore``] Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation." +} diff --git a/.changes/next-release/api-change-verifiedpermissions-76927.json b/.changes/next-release/api-change-verifiedpermissions-76927.json new file mode 100644 index 0000000000..1ea7a44baf --- /dev/null +++ b/.changes/next-release/api-change-verifiedpermissions-76927.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``verifiedpermissions``", + "description": "[``botocore``] Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs." +} From 26d558280ef7c57f4481886670e8528411a76989 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 6 Mar 2024 19:38:20 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.57 --- .changes/1.34.57.json | 32 +++++++++++++++++++ .../api-change-dynamodb-23706.json | 5 --- .../api-change-imagebuilder-56691.json | 5 --- .../next-release/api-change-mwaa-37301.json | 5 --- .../next-release/api-change-rds-88205.json | 5 --- .../api-change-redshift-10878.json | 5 --- .../api-change-verifiedpermissions-76927.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.34.57.json delete mode 100644 .changes/next-release/api-change-dynamodb-23706.json delete mode 100644 .changes/next-release/api-change-imagebuilder-56691.json delete mode 100644 .changes/next-release/api-change-mwaa-37301.json delete mode 100644 .changes/next-release/api-change-rds-88205.json delete mode 100644 .changes/next-release/api-change-redshift-10878.json delete mode 100644 .changes/next-release/api-change-verifiedpermissions-76927.json diff --git a/.changes/1.34.57.json b/.changes/1.34.57.json new file mode 100644 index 0000000000..98ea274df7 --- /dev/null +++ b/.changes/1.34.57.json @@ -0,0 +1,32 @@ +[ + { + "category": "``dynamodb``", + "description": "[``botocore``] Doc only updates for DynamoDB documentation", + "type": "api-change" + }, + { + "category": "``imagebuilder``", + "description": "[``botocore``] Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.", + "type": "api-change" + }, + { + "category": "``mwaa``", + "description": "[``botocore``] Amazon MWAA adds support for Apache Airflow v2.8.1.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "[``botocore``] Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.", + "type": "api-change" + }, + { + "category": "``verifiedpermissions``", + "description": "[``botocore``] Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-23706.json b/.changes/next-release/api-change-dynamodb-23706.json deleted file mode 100644 index fd2269ce12..0000000000 --- a/.changes/next-release/api-change-dynamodb-23706.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "[``botocore``] Doc only updates for DynamoDB documentation" -} diff --git a/.changes/next-release/api-change-imagebuilder-56691.json b/.changes/next-release/api-change-imagebuilder-56691.json deleted file mode 100644 index 4cf986f70c..0000000000 --- a/.changes/next-release/api-change-imagebuilder-56691.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``imagebuilder``", - "description": "[``botocore``] Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response." -} diff --git a/.changes/next-release/api-change-mwaa-37301.json b/.changes/next-release/api-change-mwaa-37301.json deleted file mode 100644 index 8cf08af195..0000000000 --- a/.changes/next-release/api-change-mwaa-37301.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mwaa``", - "description": "[``botocore``] Amazon MWAA adds support for Apache Airflow v2.8.1." -} diff --git a/.changes/next-release/api-change-rds-88205.json b/.changes/next-release/api-change-rds-88205.json deleted file mode 100644 index cd535974c7..0000000000 --- a/.changes/next-release/api-change-rds-88205.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value." -} diff --git a/.changes/next-release/api-change-redshift-10878.json b/.changes/next-release/api-change-redshift-10878.json deleted file mode 100644 index aa67da0f83..0000000000 --- a/.changes/next-release/api-change-redshift-10878.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift``", - "description": "[``botocore``] Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation." -} diff --git a/.changes/next-release/api-change-verifiedpermissions-76927.json b/.changes/next-release/api-change-verifiedpermissions-76927.json deleted file mode 100644 index 1ea7a44baf..0000000000 --- a/.changes/next-release/api-change-verifiedpermissions-76927.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``verifiedpermissions``", - "description": "[``botocore``] Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 60c47fb3c7..0ae2a86d27 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.57 +======= + +* api-change:``dynamodb``: [``botocore``] Doc only updates for DynamoDB documentation +* api-change:``imagebuilder``: [``botocore``] Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response. +* api-change:``mwaa``: [``botocore``] Amazon MWAA adds support for Apache Airflow v2.8.1. +* api-change:``rds``: [``botocore``] Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value. +* api-change:``redshift``: [``botocore``] Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation. +* api-change:``verifiedpermissions``: [``botocore``] Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs. + + 1.34.56 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 7a32da59a9..48946ab388 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.56' +__version__ = '1.34.57' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 977c7fa3cd..6703d07241 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.56,<1.35.0 + botocore>=1.34.57,<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 19e650f6a0..c58216166a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.56,<1.35.0', + 'botocore>=1.34.57,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]