You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reinstated support for Node.js 16 to make 3.x compatible with dashboard dependencies.
- Removed OS 2.0 from Unreleased OS workflow
- Updated compatibility workflow with all the newest even-numbered releases.
Signed-off-by: Theo Truong <theotr@amazon.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
## [Unreleased]
7
7
### Added
8
8
### Dependencies
9
-
- Bumps `@babel/traverse` from 7.22.8 to 7.24.7
10
-
- Bumps `eslint-plugin-prettier` from 5.1.3 to 5.2.1
11
-
- Bumps `simple-git` from 3.24.0 to 3.26.0
12
-
- Bumps `aws4` from 1.13.0 to 1.13.2
13
9
### Changed
14
10
### Deprecated
15
11
### Removed
16
12
### Fixed
17
-
- Upgrade JSON11 from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data
18
-
- Fixed typo cause JSON11 parse will always be execute when json string has number inside
19
13
### Security
20
14
21
15
## [3.0.0]
@@ -24,12 +18,16 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
24
18
- Added missing API functions and modules.
25
19
- Added missing request and response types.
26
20
### Dependencies
27
-
- Bumps `micromatch` from 4.0.7 to 4.0.8
28
-
- Bumps `debug` from 4.3.6 to 4.3.7
29
-
- Bumps `simple-statistics` from 7.8.4 to 7.8.5
30
-
- Bumps `simple-git` from 3.25.0 to 3.26.0
21
+
- Bumps `@babel/traverse` from 7.22.8 to 7.24.7
31
22
- Bumps `@types/node` from 22.5.0 to 22.5.4
23
+
- Bumps `aws4` from 1.13.0 to 1.13.2
32
24
- Bumps `aws4` from 1.13.1 to 1.13.2
25
+
- Bumps `debug` from 4.3.6 to 4.3.7
26
+
- Bumps `eslint-plugin-prettier` from 5.1.3 to 5.2.1
27
+
- Bumps `micromatch` from 4.0.7 to 4.0.8
28
+
- Bumps `simple-git` from 3.24.0 to 3.26.0
29
+
- Bumps `simple-git` from 3.25.0 to 3.26.0
30
+
- Bumps `simple-statistics` from 7.8.4 to 7.8.5
33
31
### Changed
34
32
- All API functions are now generated from the OpenSearch API specification.
35
33
- API request and response types are now generated from the OpenSearch API specification.
@@ -39,8 +37,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
39
37
### Removed
40
38
- 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.
41
39
- Removed support for overriding HTTP methods in API functions.
42
-
- Removed support for Node.js 10 through 16. The minimum supported Node.js version is now 18.
40
+
- Removed support for Node.js 10 through 14. The minimum supported Node.js version is now 16.
43
41
### Fixed
42
+
- Upgrade JSON11 from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data
43
+
- Fixed typo cause JSON11 parse will always be executed when json string has number inside
0 commit comments