Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Sep 14, 2023
1 parent 7594de1 commit 526cc02
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
unreleased:
new features:
- |
GH-3146 Uses the latest Postman Runtime, which adds support for:
-> JWT authentication
-> NTLMv2 authentication
-> Promise execution in scripts
-> Stripping JSON comments in the raw mode body
-> ...and several improvements and bug fixes
fixed bugs:
- GH-3146 Fixed a bug where an invalid `folder` input used to exit silently
breaking changes:
- GH-3145 Dropped support for Node < v16
- GH-3148 Dropped support for deprecated docker images
chores:
- GH-3146 Updated dependencies
- GH-3146 Updated ESLint rules
- GH-3145 Migrate to GitHub Actions

5.3.2:
Expand Down
7 changes: 6 additions & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ Newman v6 requires Node.js >= v16. [Install Node.js via package manager](https:/

### Latest Postman Runtime
Newman v6 uses the latest version of the Postman Runtime dependencies. This brings in several improvements and bug fixes.
Here are some of the notable changes:
Here are some of the notable additions:
* JWT authentication
* NTLMv2 authentication
* Promise execution in scripts
* Stripping JSON comments in the raw mode body

### Docker Images
Newman v6 drops support for deprecated `postman/newman_alpine33` and `postman/newman_ubuntu1404` Docker images.

The two available Docker images, `postman/newman:alpine` and `postman/newman:ubuntu` are upgraded to Node.js v16.

---

## Migrating from V4 to V5
Expand Down

0 comments on commit 526cc02

Please sign in to comment.