From 0083aa5ae8d7b95965f5ca0b9c0164b8e3c037fe Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 28 Jul 2023 18:13:14 +0000 Subject: [PATCH] Add changelog entries from botocore --- .../next-release/api-change-applicationinsights-33760.json | 5 +++++ .changes/next-release/api-change-cloudformation-65096.json | 5 +++++ .changes/next-release/api-change-cloudfront-73061.json | 5 +++++ .changes/next-release/api-change-connect-42566.json | 5 +++++ .changes/next-release/api-change-kafka-68185.json | 5 +++++ .changes/next-release/api-change-pinpoint-52760.json | 5 +++++ .changes/next-release/enhancement-HTTP-88756.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-applicationinsights-33760.json create mode 100644 .changes/next-release/api-change-cloudformation-65096.json create mode 100644 .changes/next-release/api-change-cloudfront-73061.json create mode 100644 .changes/next-release/api-change-connect-42566.json create mode 100644 .changes/next-release/api-change-kafka-68185.json create mode 100644 .changes/next-release/api-change-pinpoint-52760.json create mode 100644 .changes/next-release/enhancement-HTTP-88756.json diff --git a/.changes/next-release/api-change-applicationinsights-33760.json b/.changes/next-release/api-change-applicationinsights-33760.json new file mode 100644 index 0000000000..65a780dd34 --- /dev/null +++ b/.changes/next-release/api-change-applicationinsights-33760.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-insights``", + "description": "[``botocore``] This release enable customer to add/remove/update more than one workload for a component" +} diff --git a/.changes/next-release/api-change-cloudformation-65096.json b/.changes/next-release/api-change-cloudformation-65096.json new file mode 100644 index 0000000000..ad9d8090df --- /dev/null +++ b/.changes/next-release/api-change-cloudformation-65096.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudformation``", + "description": "[``botocore``] This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet." +} diff --git a/.changes/next-release/api-change-cloudfront-73061.json b/.changes/next-release/api-change-cloudfront-73061.json new file mode 100644 index 0000000000..fcb7d2e863 --- /dev/null +++ b/.changes/next-release/api-change-cloudfront-73061.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudfront``", + "description": "[``botocore``] Add a new JavaScript runtime version for CloudFront Functions." +} diff --git a/.changes/next-release/api-change-connect-42566.json b/.changes/next-release/api-change-connect-42566.json new file mode 100644 index 0000000000..58f76cc22f --- /dev/null +++ b/.changes/next-release/api-change-connect-42566.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] This release adds support for new number types." +} diff --git a/.changes/next-release/api-change-kafka-68185.json b/.changes/next-release/api-change-kafka-68185.json new file mode 100644 index 0000000000..70aa7672d9 --- /dev/null +++ b/.changes/next-release/api-change-kafka-68185.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kafka``", + "description": "[``botocore``] Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters." +} diff --git a/.changes/next-release/api-change-pinpoint-52760.json b/.changes/next-release/api-change-pinpoint-52760.json new file mode 100644 index 0000000000..b55d967e51 --- /dev/null +++ b/.changes/next-release/api-change-pinpoint-52760.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pinpoint``", + "description": "[``botocore``] Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API" +} diff --git a/.changes/next-release/enhancement-HTTP-88756.json b/.changes/next-release/enhancement-HTTP-88756.json new file mode 100644 index 0000000000..02d5d9c89a --- /dev/null +++ b/.changes/next-release/enhancement-HTTP-88756.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "HTTP", + "description": "[``botocore``] Move 100-continue behavior to use `HTTPConnections` request interface." +}