Skip to content

Commit 526cc02

Browse files
committed
Update CHANGELOG
1 parent 7594de1 commit 526cc02

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
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
212
breaking changes:
313
- GH-3145 Dropped support for Node < v16
14+
- GH-3148 Dropped support for deprecated docker images
415
chores:
16+
- GH-3146 Updated dependencies
17+
- GH-3146 Updated ESLint rules
518
- GH-3145 Migrate to GitHub Actions
619

720
5.3.2:

MIGRATION.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,17 @@ Newman v6 requires Node.js >= v16. [Install Node.js via package manager](https:/
3434

3535
### Latest Postman Runtime
3636
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:
3838
* JWT authentication
3939
* NTLMv2 authentication
4040
* Promise execution in scripts
4141
* Stripping JSON comments in the raw mode body
4242

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+
4348
---
4449

4550
## Migrating from V4 to V5

0 commit comments

Comments
 (0)