From d138dd14ddf5a11ef1cbb6eda73dd65c7ec77aa7 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 22 Oct 2024 21:18:30 +0000 Subject: [PATCH 1/5] js release notes for the 2024-11 release --- _data/releases/2024-11/js.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/releases/2024-11/js.yml b/_data/releases/2024-11/js.yml index e283e6fb6e9..0ea713eb10b 100644 --- a/_data/releases/2024-11/js.yml +++ b/_data/releases/2024-11/js.yml @@ -204,4 +204,14 @@ entries: #### Features Added - Added Proof-of-Possession via Signed HTTP Request (SHR) support to `AccessToken` and `GetTokenOptions` for `InteractiveBrowserCredential` native broker scenarios. #30961 +- Name: '@azure-rest/ai-inference' + Version: 1.0.0-beta.3 + DisplayName: AI Model Inference + ServiceName: AI + VersionType: Beta + Hidden: false + ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure-rest/ai-inference_1.0.0-beta.3/sdk/ai/ai-inference-rest/CHANGELOG.md + ChangelogContent: |- + #### Features Added + - Adds support for instrumentation using OpenTelemetry for chat completion without streaming. From 62edd1690c8e8d364766f3197fd2957f1a92986f Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 23 Oct 2024 21:20:01 +0000 Subject: [PATCH 2/5] js release notes for the 2024-11 release --- _data/releases/2024-11/js.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/releases/2024-11/js.yml b/_data/releases/2024-11/js.yml index 0ea713eb10b..5099f4aba75 100644 --- a/_data/releases/2024-11/js.yml +++ b/_data/releases/2024-11/js.yml @@ -214,4 +214,16 @@ entries: ChangelogContent: |- #### Features Added - Adds support for instrumentation using OpenTelemetry for chat completion without streaming. +- Name: '@azure/communication-chat' + Version: 1.5.3 + DisplayName: Communication Chat + ServiceName: Communication + VersionType: Patch + Hidden: false + ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/communication-chat_1.5.3/sdk/communication/communication-chat/CHANGELOG.md + ChangelogContent: |- + #### Other Changes + + - Supported getting real-time notification configuration from Chat Gateway. + - Updated to @azure/communication-signaling@1.0.0-beta.29 with TrouterConfigClient support. From 242f3b8bec11d4acdcc91f458dacb5176d53f034 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 23 Oct 2024 23:19:16 +0000 Subject: [PATCH 3/5] js release notes for the 2024-11 release --- _data/releases/2024-11/js.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/_data/releases/2024-11/js.yml b/_data/releases/2024-11/js.yml index 5099f4aba75..fea37b7d6f2 100644 --- a/_data/releases/2024-11/js.yml +++ b/_data/releases/2024-11/js.yml @@ -226,4 +226,23 @@ entries: - Supported getting real-time notification configuration from Chat Gateway. - Updated to @azure/communication-signaling@1.0.0-beta.29 with TrouterConfigClient support. +- Name: '@azure-rest/communication-messages' + Version: 2.0.0 + DisplayName: Communication Messages + ServiceName: Communication + VersionType: GA + Hidden: false + ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure-rest/communication-messages_2.0.0/sdk/communication/communication-messages-rest/CHANGELOG.md + ChangelogContent: |- + #### Features Added + + - Added ImageNotificationContent to send image messgae. + - Added DocumentNotificationContent to send document message. + - Added VideoNotificationContent to send video message. + - Added AudioNotificationContent to send audio message. + - Deprecated MediaNotificationContent. + + #### Breaking Changes + + - MediaNotificationContent interface kind field is update with value "image_v0" from "image". From 2f571bdd9100797fd024167d83648b63410e8767 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 24 Oct 2024 15:19:11 +0000 Subject: [PATCH 4/5] js release notes for the 2024-11 release --- _data/releases/2024-11/js.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_data/releases/2024-11/js.yml b/_data/releases/2024-11/js.yml index fea37b7d6f2..cf8c2a2b3b5 100644 --- a/_data/releases/2024-11/js.yml +++ b/_data/releases/2024-11/js.yml @@ -245,4 +245,12 @@ entries: #### Breaking Changes - MediaNotificationContent interface kind field is update with value "image_v0" from "image". +- Name: '@azure/arm-computefleet' + Version: 1.0.0 + DisplayName: Resource Management - Compute Fleet + ServiceName: Compute Fleet + VersionType: GA + Hidden: false + ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-computefleet_1.0.0/sdk/computefleet/arm-computefleet/CHANGELOG.md + ChangelogContent: "" From 52846163caec496c179fb9ee21e6916bcaf57cef Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 24 Oct 2024 19:19:47 +0000 Subject: [PATCH 5/5] js release notes for the 2024-11 release --- _data/releases/2024-11/js.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_data/releases/2024-11/js.yml b/_data/releases/2024-11/js.yml index cf8c2a2b3b5..55ad4476473 100644 --- a/_data/releases/2024-11/js.yml +++ b/_data/releases/2024-11/js.yml @@ -253,4 +253,15 @@ entries: Hidden: false ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-computefleet_1.0.0/sdk/computefleet/arm-computefleet/CHANGELOG.md ChangelogContent: "" +- Name: '@azure/communication-chat' + Version: 1.5.4 + DisplayName: Communication Chat + ServiceName: Communication + VersionType: Patch + Hidden: false + ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/communication-chat_1.5.4/sdk/communication/communication-chat/CHANGELOG.md + ChangelogContent: |- + #### Bugs Fixed + + - Updated the @azure/communication-chat version in UserAgentPrefix.