From 38b3e6dd2bbd391e178b2636db350c2af6bf3b77 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 21 Oct 2024 18:08:05 +0000 Subject: [PATCH] Bumping version to 1.35.45 --- .changes/1.35.45.json | 52 +++++++++++++++++++ .../api-change-applicationinsights-14705.json | 5 -- .../api-change-autoscaling-58901.json | 5 -- .../api-change-bedrockagentruntime-34706.json | 5 -- .../next-release/api-change-dms-84953.json | 5 -- .../next-release/api-change-ec2-49098.json | 5 -- .../next-release/api-change-eks-35676.json | 5 -- .../next-release/api-change-fms-39411.json | 5 -- ...-change-paymentcryptographydata-25649.json | 5 -- .../next-release/api-change-wafv2-18392.json | 5 -- .../next-release/enhancement-s3-47846.json | 5 -- CHANGELOG.rst | 15 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 14 files changed, 69 insertions(+), 52 deletions(-) create mode 100644 .changes/1.35.45.json delete mode 100644 .changes/next-release/api-change-applicationinsights-14705.json delete mode 100644 .changes/next-release/api-change-autoscaling-58901.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-34706.json delete mode 100644 .changes/next-release/api-change-dms-84953.json delete mode 100644 .changes/next-release/api-change-ec2-49098.json delete mode 100644 .changes/next-release/api-change-eks-35676.json delete mode 100644 .changes/next-release/api-change-fms-39411.json delete mode 100644 .changes/next-release/api-change-paymentcryptographydata-25649.json delete mode 100644 .changes/next-release/api-change-wafv2-18392.json delete mode 100644 .changes/next-release/enhancement-s3-47846.json diff --git a/.changes/1.35.45.json b/.changes/1.35.45.json new file mode 100644 index 0000000000..00e031de32 --- /dev/null +++ b/.changes/1.35.45.json @@ -0,0 +1,52 @@ +[ + { + "category": "``application-insights``", + "description": "This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.", + "type": "api-change" + }, + { + "category": "``autoscaling``", + "description": "Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs.", + "type": "api-change" + }, + { + "category": "``dms``", + "description": "Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments", + "type": "api-change" + }, + { + "category": "``fms``", + "description": "Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs.", + "type": "api-change" + }, + { + "category": "``payment-cryptography-data``", + "description": "Adding new API to generate authenticated scripts for EMV pin change use cases.", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "Handle HTTP 200 responses with error information for all supported s3 operations.", + "type": "enhancement" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationinsights-14705.json b/.changes/next-release/api-change-applicationinsights-14705.json deleted file mode 100644 index d85788ab3a..0000000000 --- a/.changes/next-release/api-change-applicationinsights-14705.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-insights``", - "description": "This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications." -} diff --git a/.changes/next-release/api-change-autoscaling-58901.json b/.changes/next-release/api-change-autoscaling-58901.json deleted file mode 100644 index 3a28a010f7..0000000000 --- a/.changes/next-release/api-change-autoscaling-58901.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-34706.json b/.changes/next-release/api-change-bedrockagentruntime-34706.json deleted file mode 100644 index 1dbbaac176..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-34706.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs." -} diff --git a/.changes/next-release/api-change-dms-84953.json b/.changes/next-release/api-change-dms-84953.json deleted file mode 100644 index 7baf144146..0000000000 --- a/.changes/next-release/api-change-dms-84953.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dms``", - "description": "Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics." -} diff --git a/.changes/next-release/api-change-ec2-49098.json b/.changes/next-release/api-change-ec2-49098.json deleted file mode 100644 index e49449beec..0000000000 --- a/.changes/next-release/api-change-ec2-49098.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only." -} diff --git a/.changes/next-release/api-change-eks-35676.json b/.changes/next-release/api-change-eks-35676.json deleted file mode 100644 index 2020590e5a..0000000000 --- a/.changes/next-release/api-change-eks-35676.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments" -} diff --git a/.changes/next-release/api-change-fms-39411.json b/.changes/next-release/api-change-fms-39411.json deleted file mode 100644 index e214a4bf1e..0000000000 --- a/.changes/next-release/api-change-fms-39411.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fms``", - "description": "Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs." -} diff --git a/.changes/next-release/api-change-paymentcryptographydata-25649.json b/.changes/next-release/api-change-paymentcryptographydata-25649.json deleted file mode 100644 index fe4a886820..0000000000 --- a/.changes/next-release/api-change-paymentcryptographydata-25649.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography-data``", - "description": "Adding new API to generate authenticated scripts for EMV pin change use cases." -} diff --git a/.changes/next-release/api-change-wafv2-18392.json b/.changes/next-release/api-change-wafv2-18392.json deleted file mode 100644 index 268fe1e900..0000000000 --- a/.changes/next-release/api-change-wafv2-18392.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager." -} diff --git a/.changes/next-release/enhancement-s3-47846.json b/.changes/next-release/enhancement-s3-47846.json deleted file mode 100644 index a549b5e190..0000000000 --- a/.changes/next-release/enhancement-s3-47846.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "``s3``", - "description": "Handle HTTP 200 responses with error information for all supported s3 operations." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a755447f33..93589871c2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ CHANGELOG ========= +1.35.45 +======= + +* api-change:``application-insights``: This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications. +* api-change:``autoscaling``: Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API. +* api-change:``bedrock-agent-runtime``: Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs. +* api-change:``dms``: Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics. +* api-change:``ec2``: Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only. +* api-change:``eks``: This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments +* api-change:``fms``: Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs. +* api-change:``payment-cryptography-data``: Adding new API to generate authenticated scripts for EMV pin change use cases. +* api-change:``wafv2``: Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager. +* enhancement:``s3``: Handle HTTP 200 responses with error information for all supported s3 operations. + + 1.35.44 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index b4b57ec03a..276d102ff5 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.44' +__version__ = '1.35.45' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index d03b3d1709..be9f4d02f6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.44' +release = '1.35.45' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.