From d1be4086eb0c57b10fef81d4a0470204c0124ed3 Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Tue, 7 Nov 2023 10:35:26 -0800 Subject: [PATCH] [Event Hubs] Add changelog entry for node v18 req (#27676) --- sdk/eventhub/event-hubs/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk/eventhub/event-hubs/CHANGELOG.md b/sdk/eventhub/event-hubs/CHANGELOG.md index d1467fb05088..117c2dfac80c 100644 --- a/sdk/eventhub/event-hubs/CHANGELOG.md +++ b/sdk/eventhub/event-hubs/CHANGELOG.md @@ -3,8 +3,13 @@ ## 5.11.3 (2023-11-07) ### Bugs Fixed + - Improve event prefetching to not overload the internal queue. +### Other Changes + +- NodeJS v18 is now the minimum version supported. Check out the [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule) for more information on NodeJS support timelines. And check out the [Microsoft Support Policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md#microsoft-support-policy) for more information on Microsoft support timelines. + ## 5.11.2 (2023-09-25) ### Bugs Fixed