Skip to content

Commit

Permalink
Release v1.4.20 (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed May 12, 2022
1 parent 45aad19 commit 0417e50
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.4.20
Wed 11 May 2022 17:30:55 BST

* [45aad194](https://github.com/hyperledger/fabric-sdk-node/commit/45aad194) Add support for Node 14 and 16 (#572)
* [d52cb4f2](https://github.com/hyperledger/fabric-sdk-node/commit/d52cb4f2) Define endorseTimeout value in fabric-sdk-node v1.4(Issue #552) (#565)
* [28fb45c0](https://github.com/hyperledger/fabric-sdk-node/commit/28fb45c0) Update nconf dependency to address CVE-2022-21803 (#566)
* [a07a8fa0](https://github.com/hyperledger/fabric-sdk-node/commit/a07a8fa0) Fix license check (#563)
* [b57dd6c0](https://github.com/hyperledger/fabric-sdk-node/commit/b57dd6c0) Ensure supported Node versions for all dependencies (#562)

## v1.4.19
Tue 18 Jan 2022 17:54:17 GMT

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-sdk-node",
"version": "1.4.20-snapshot",
"tag": "unstable-1.4",
"version": "1.4.20",
"tag": "latest-1.4",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion release_notes/v1.4.19.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Known Issues & Workarounds

Change Log
----------
https://github.com/hyperledger/fabric-sdk-node/blob/release-1.4/CHANGELOG.md#v1418
https://github.com/hyperledger/fabric-sdk-node/blob/release-1.4/CHANGELOG.md#v1419
27 changes: 27 additions & 0 deletions release_notes/v1.4.20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Release Notes
-------------

fabric-sdk-node 1.4.20 is a maintenance release containing the following enhancements:

- Support for Node 14 and 16.
- Loosened Node engines requirements to versions >=10.13.0.
- Add configurable `eventHandlerOptions.endorseTimeout` property to the Gateway connect options.


Known Vulnerabilities
---------------------
none


Resolved Vulnerabilities
------------------------
CVE-2022-21803: https://nvd.nist.gov/vuln/detail/CVE-2022-21803


Known Issues & Workarounds
--------------------------


Change Log
----------
https://github.com/hyperledger/fabric-sdk-node/blob/release-1.4/CHANGELOG.md#v1420

0 comments on commit 0417e50

Please sign in to comment.