Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.4.20 #575

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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