From d4a7d0c07320ab5e353ff9ba7477bb659186fc76 Mon Sep 17 00:00:00 2001 From: Theo Truong Date: Mon, 12 Aug 2024 14:01:21 -0600 Subject: [PATCH] # Updated Node JS Versions Signed-off-by: Theo Truong --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877b8d1a7..dac60138f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed - *BREAKING* Removed support for API param aliases. That is, the API functions now only accept params with the exact names specified in the OpenSearch API specification. - *BREAKING* Removed support for snake_cased API function names. All API functions are now camelCased only to conform to JavaScript naming conventions. +- *BREAKING* Removed support for Node.js 10 through 16. The minimum supported Node.js version is now 18. ### Fixed ### Security