From 7d27f44775937e0867ee7b8580e4e3881eb613a5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 8 Nov 2023 19:14:54 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-connect-75244.json | 5 +++++ .changes/next-release/api-change-connectcases-30533.json | 5 +++++ .changes/next-release/api-change-datasync-9951.json | 5 +++++ .changes/next-release/api-change-endpointrules-15139.json | 5 +++++ .changes/next-release/api-change-guardduty-74398.json | 5 +++++ .changes/next-release/api-change-lambda-76570.json | 5 +++++ .changes/next-release/api-change-lexv2models-45922.json | 5 +++++ .changes/next-release/api-change-omics-4078.json | 5 +++++ .changes/next-release/api-change-rds-46062.json | 5 +++++ .../next-release/api-change-redshiftserverless-91942.json | 5 +++++ .changes/next-release/api-change-resiliencehub-76910.json | 5 +++++ .changes/next-release/api-change-sqs-4089.json | 5 +++++ 12 files changed, 60 insertions(+) create mode 100644 .changes/next-release/api-change-connect-75244.json create mode 100644 .changes/next-release/api-change-connectcases-30533.json create mode 100644 .changes/next-release/api-change-datasync-9951.json create mode 100644 .changes/next-release/api-change-endpointrules-15139.json create mode 100644 .changes/next-release/api-change-guardduty-74398.json create mode 100644 .changes/next-release/api-change-lambda-76570.json create mode 100644 .changes/next-release/api-change-lexv2models-45922.json create mode 100644 .changes/next-release/api-change-omics-4078.json create mode 100644 .changes/next-release/api-change-rds-46062.json create mode 100644 .changes/next-release/api-change-redshiftserverless-91942.json create mode 100644 .changes/next-release/api-change-resiliencehub-76910.json create mode 100644 .changes/next-release/api-change-sqs-4089.json diff --git a/.changes/next-release/api-change-connect-75244.json b/.changes/next-release/api-change-connect-75244.json new file mode 100644 index 0000000000..09c0c7ac2a --- /dev/null +++ b/.changes/next-release/api-change-connect-75244.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests." +} diff --git a/.changes/next-release/api-change-connectcases-30533.json b/.changes/next-release/api-change-connectcases-30533.json new file mode 100644 index 0000000000..498ec7fc33 --- /dev/null +++ b/.changes/next-release/api-change-connectcases-30533.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connectcases``", + "description": "[``botocore``] This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html" +} diff --git a/.changes/next-release/api-change-datasync-9951.json b/.changes/next-release/api-change-datasync-9951.json new file mode 100644 index 0000000000..7bfc4b7e9b --- /dev/null +++ b/.changes/next-release/api-change-datasync-9951.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datasync``", + "description": "[``botocore``] This change allows for 0 length access keys and secret keys for object storage locations. Users can now pass in empty string credentials." +} diff --git a/.changes/next-release/api-change-endpointrules-15139.json b/.changes/next-release/api-change-endpointrules-15139.json new file mode 100644 index 0000000000..11a6d922e0 --- /dev/null +++ b/.changes/next-release/api-change-endpointrules-15139.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version" +} diff --git a/.changes/next-release/api-change-guardduty-74398.json b/.changes/next-release/api-change-guardduty-74398.json new file mode 100644 index 0000000000..3ea1385497 --- /dev/null +++ b/.changes/next-release/api-change-guardduty-74398.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``guardduty``", + "description": "[``botocore``] Added API support for new GuardDuty EKS Audit Log finding types." +} diff --git a/.changes/next-release/api-change-lambda-76570.json b/.changes/next-release/api-change-lambda-76570.json new file mode 100644 index 0000000000..1f4c0c919e --- /dev/null +++ b/.changes/next-release/api-change-lambda-76570.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lambda``", + "description": "[``botocore``] Add Node 20 (nodejs20.x) support to AWS Lambda." +} diff --git a/.changes/next-release/api-change-lexv2models-45922.json b/.changes/next-release/api-change-lexv2models-45922.json new file mode 100644 index 0000000000..7d14fc27a2 --- /dev/null +++ b/.changes/next-release/api-change-lexv2models-45922.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lexv2-models``", + "description": "[``botocore``] Update lexv2-models client to latest version" +} diff --git a/.changes/next-release/api-change-omics-4078.json b/.changes/next-release/api-change-omics-4078.json new file mode 100644 index 0000000000..757460f1f0 --- /dev/null +++ b/.changes/next-release/api-change-omics-4078.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``omics``", + "description": "[``botocore``] Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields \"uuid\" and \"runOutputUri\"." +} diff --git a/.changes/next-release/api-change-rds-46062.json b/.changes/next-release/api-change-rds-46062.json new file mode 100644 index 0000000000..291910f6a5 --- /dev/null +++ b/.changes/next-release/api-change-rds-46062.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command." +} diff --git a/.changes/next-release/api-change-redshiftserverless-91942.json b/.changes/next-release/api-change-redshiftserverless-91942.json new file mode 100644 index 0000000000..699b63addb --- /dev/null +++ b/.changes/next-release/api-change-redshiftserverless-91942.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``redshift-serverless``", + "description": "[``botocore``] Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput." +} diff --git a/.changes/next-release/api-change-resiliencehub-76910.json b/.changes/next-release/api-change-resiliencehub-76910.json new file mode 100644 index 0000000000..0e67746245 --- /dev/null +++ b/.changes/next-release/api-change-resiliencehub-76910.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``resiliencehub``", + "description": "[``botocore``] AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications." +} diff --git a/.changes/next-release/api-change-sqs-4089.json b/.changes/next-release/api-change-sqs-4089.json new file mode 100644 index 0000000000..b004f18771 --- /dev/null +++ b/.changes/next-release/api-change-sqs-4089.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sqs``", + "description": "[``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol." +} From 0228ec602ca9052fa7a877125756133c950ad439 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 8 Nov 2023 19:15:03 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.81 --- .changes/1.28.81.json | 62 +++++++++++++++++++ .../api-change-connect-75244.json | 5 -- .../api-change-connectcases-30533.json | 5 -- .../api-change-datasync-9951.json | 5 -- .../api-change-endpointrules-15139.json | 5 -- .../api-change-guardduty-74398.json | 5 -- .../next-release/api-change-lambda-76570.json | 5 -- .../api-change-lexv2models-45922.json | 5 -- .../next-release/api-change-omics-4078.json | 5 -- .../next-release/api-change-rds-46062.json | 5 -- .../api-change-redshiftserverless-91942.json | 5 -- .../api-change-resiliencehub-76910.json | 5 -- .../next-release/api-change-sqs-4089.json | 5 -- CHANGELOG.rst | 17 +++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 17 files changed, 82 insertions(+), 63 deletions(-) create mode 100644 .changes/1.28.81.json delete mode 100644 .changes/next-release/api-change-connect-75244.json delete mode 100644 .changes/next-release/api-change-connectcases-30533.json delete mode 100644 .changes/next-release/api-change-datasync-9951.json delete mode 100644 .changes/next-release/api-change-endpointrules-15139.json delete mode 100644 .changes/next-release/api-change-guardduty-74398.json delete mode 100644 .changes/next-release/api-change-lambda-76570.json delete mode 100644 .changes/next-release/api-change-lexv2models-45922.json delete mode 100644 .changes/next-release/api-change-omics-4078.json delete mode 100644 .changes/next-release/api-change-rds-46062.json delete mode 100644 .changes/next-release/api-change-redshiftserverless-91942.json delete mode 100644 .changes/next-release/api-change-resiliencehub-76910.json delete mode 100644 .changes/next-release/api-change-sqs-4089.json diff --git a/.changes/1.28.81.json b/.changes/1.28.81.json new file mode 100644 index 0000000000..beb5e9fcb5 --- /dev/null +++ b/.changes/1.28.81.json @@ -0,0 +1,62 @@ +[ + { + "category": "``connect``", + "description": "[``botocore``] This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests.", + "type": "api-change" + }, + { + "category": "``connectcases``", + "description": "[``botocore``] This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html", + "type": "api-change" + }, + { + "category": "``datasync``", + "description": "[``botocore``] This change allows for 0 length access keys and secret keys for object storage locations. Users can now pass in empty string credentials.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Added API support for new GuardDuty EKS Audit Log finding types.", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "[``botocore``] Add Node 20 (nodejs20.x) support to AWS Lambda.", + "type": "api-change" + }, + { + "category": "``lexv2-models``", + "description": "[``botocore``] Update lexv2-models client to latest version", + "type": "api-change" + }, + { + "category": "``omics``", + "description": "[``botocore``] Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields \"uuid\" and \"runOutputUri\".", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "[``botocore``] Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput.", + "type": "api-change" + }, + { + "category": "``resiliencehub``", + "description": "[``botocore``] AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications.", + "type": "api-change" + }, + { + "category": "``sqs``", + "description": "[``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol.", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-75244.json b/.changes/next-release/api-change-connect-75244.json deleted file mode 100644 index 09c0c7ac2a..0000000000 --- a/.changes/next-release/api-change-connect-75244.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests." -} diff --git a/.changes/next-release/api-change-connectcases-30533.json b/.changes/next-release/api-change-connectcases-30533.json deleted file mode 100644 index 498ec7fc33..0000000000 --- a/.changes/next-release/api-change-connectcases-30533.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcases``", - "description": "[``botocore``] This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html" -} diff --git a/.changes/next-release/api-change-datasync-9951.json b/.changes/next-release/api-change-datasync-9951.json deleted file mode 100644 index 7bfc4b7e9b..0000000000 --- a/.changes/next-release/api-change-datasync-9951.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datasync``", - "description": "[``botocore``] This change allows for 0 length access keys and secret keys for object storage locations. Users can now pass in empty string credentials." -} diff --git a/.changes/next-release/api-change-endpointrules-15139.json b/.changes/next-release/api-change-endpointrules-15139.json deleted file mode 100644 index 11a6d922e0..0000000000 --- a/.changes/next-release/api-change-endpointrules-15139.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "[``botocore``] Update endpoint-rules client to latest version" -} diff --git a/.changes/next-release/api-change-guardduty-74398.json b/.changes/next-release/api-change-guardduty-74398.json deleted file mode 100644 index 3ea1385497..0000000000 --- a/.changes/next-release/api-change-guardduty-74398.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Added API support for new GuardDuty EKS Audit Log finding types." -} diff --git a/.changes/next-release/api-change-lambda-76570.json b/.changes/next-release/api-change-lambda-76570.json deleted file mode 100644 index 1f4c0c919e..0000000000 --- a/.changes/next-release/api-change-lambda-76570.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "[``botocore``] Add Node 20 (nodejs20.x) support to AWS Lambda." -} diff --git a/.changes/next-release/api-change-lexv2models-45922.json b/.changes/next-release/api-change-lexv2models-45922.json deleted file mode 100644 index 7d14fc27a2..0000000000 --- a/.changes/next-release/api-change-lexv2models-45922.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "[``botocore``] Update lexv2-models client to latest version" -} diff --git a/.changes/next-release/api-change-omics-4078.json b/.changes/next-release/api-change-omics-4078.json deleted file mode 100644 index 757460f1f0..0000000000 --- a/.changes/next-release/api-change-omics-4078.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``omics``", - "description": "[``botocore``] Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields \"uuid\" and \"runOutputUri\"." -} diff --git a/.changes/next-release/api-change-rds-46062.json b/.changes/next-release/api-change-rds-46062.json deleted file mode 100644 index 291910f6a5..0000000000 --- a/.changes/next-release/api-change-rds-46062.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command." -} diff --git a/.changes/next-release/api-change-redshiftserverless-91942.json b/.changes/next-release/api-change-redshiftserverless-91942.json deleted file mode 100644 index 699b63addb..0000000000 --- a/.changes/next-release/api-change-redshiftserverless-91942.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-serverless``", - "description": "[``botocore``] Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput." -} diff --git a/.changes/next-release/api-change-resiliencehub-76910.json b/.changes/next-release/api-change-resiliencehub-76910.json deleted file mode 100644 index 0e67746245..0000000000 --- a/.changes/next-release/api-change-resiliencehub-76910.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``resiliencehub``", - "description": "[``botocore``] AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications." -} diff --git a/.changes/next-release/api-change-sqs-4089.json b/.changes/next-release/api-change-sqs-4089.json deleted file mode 100644 index b004f18771..0000000000 --- a/.changes/next-release/api-change-sqs-4089.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sqs``", - "description": "[``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e91a008faf..dac03254fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,23 @@ CHANGELOG ========= +1.28.81 +======= + +* api-change:``connect``: [``botocore``] This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests. +* api-change:``connectcases``: [``botocore``] This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html +* api-change:``datasync``: [``botocore``] This change allows for 0 length access keys and secret keys for object storage locations. Users can now pass in empty string credentials. +* api-change:``guardduty``: [``botocore``] Added API support for new GuardDuty EKS Audit Log finding types. +* api-change:``lambda``: [``botocore``] Add Node 20 (nodejs20.x) support to AWS Lambda. +* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version +* api-change:``omics``: [``botocore``] Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri". +* api-change:``rds``: [``botocore``] This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command. +* api-change:``redshift-serverless``: [``botocore``] Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput. +* api-change:``resiliencehub``: [``botocore``] AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications. +* api-change:``sqs``: [``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol. +* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version + + 1.28.80 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index ff74b1865c..cc12e2a80b 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.80' +__version__ = '1.28.81' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 7fefae04ba..3faf104353 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.80,<1.32.0 + botocore>=1.31.81,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.7.0,<0.8.0 diff --git a/setup.py b/setup.py index 4518f2fde8..2796388474 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.80,<1.32.0', + 'botocore>=1.31.81,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.7.0,<0.8.0', ]