File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
unreleased :
2
+ new features :
3
+ - |
4
+ GH-3146 Uses the latest Postman Runtime, which adds support for:
5
+ -> JWT authentication
6
+ -> NTLMv2 authentication
7
+ -> Promise execution in scripts
8
+ -> Stripping JSON comments in the raw mode body
9
+ -> ...and several improvements and bug fixes
10
+ fixed bugs :
11
+ - GH-3146 Fixed a bug where an invalid `folder` input used to exit silently
2
12
breaking changes :
3
13
- GH-3145 Dropped support for Node < v16
14
+ - GH-3148 Dropped support for deprecated docker images
4
15
chores :
16
+ - GH-3146 Updated dependencies
17
+ - GH-3146 Updated ESLint rules
5
18
- GH-3145 Migrate to GitHub Actions
6
19
7
20
5.3.2 :
Original file line number Diff line number Diff line change @@ -34,12 +34,17 @@ Newman v6 requires Node.js >= v16. [Install Node.js via package manager](https:/
34
34
35
35
### Latest Postman Runtime
36
36
Newman v6 uses the latest version of the Postman Runtime dependencies. This brings in several improvements and bug fixes.
37
- Here are some of the notable changes :
37
+ Here are some of the notable additions :
38
38
* JWT authentication
39
39
* NTLMv2 authentication
40
40
* Promise execution in scripts
41
41
* Stripping JSON comments in the raw mode body
42
42
43
+ ### Docker Images
44
+ Newman v6 drops support for deprecated ` postman/newman_alpine33 ` and ` postman/newman_ubuntu1404 ` Docker images.
45
+
46
+ The two available Docker images, ` postman/newman:alpine ` and ` postman/newman:ubuntu ` are upgraded to Node.js v16.
47
+
43
48
---
44
49
45
50
## Migrating from V4 to V5
You can’t perform that action at this time.
0 commit comments