Skip to content

Releases: hyperledger/fabric-sdk-node

v1.4.19

19 Jan 09:13
94c88e8
Compare
Choose a tag to compare

This is a maintenance release that updates the jsrsasign dependency version to address a security vulnerability in RSA signature validation:

Note that the Node SDK does not perform RSA signature validation and so should not have been impacted by this vulnerability.

v2.2.11

17 Dec 10:42
41a1058
Compare
Choose a tag to compare

This v2.2.11 version is the latest of the v2.2 long-term support (LTS) release
of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous
v2.x releases. Please see the Fabric LTS release strategy document for more
information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md

This is a maintenance release containing bug fixes.

v2.2.10

22 Oct 08:09
3b66f7a
Compare
Choose a tag to compare

This v2.2.10 version is the latest of the v2.2 long-term support (LTS) release
of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous
v2.x releases. Please see the Fabric LTS release strategy document for more
information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md

This is a maintenance release containing bug fixes and dependency updates to
address security vulnerabilities.

v2.2.9

25 Aug 08:24
21f7e76
Compare
Choose a tag to compare

This v2.2.9 version is the latest of the v2.2 long-term support (LTS) release
of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous
v2.x releases. Please see the Fabric LTS release strategy document for more
information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md

Changes in this release:

  • FABN-1657: If no peers are reachable on event listener connect or reconnect, they now automatically retry until a connection is established.

v2.2.8

29 Jun 09:39
bb8ddfc
Compare
Choose a tag to compare

This v2.2.8 version is the latest of the v2.2 long-term support (LTS) release of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous v2.x releases. Please see the Fabric LTS release strategy document for more information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md

This release updates dependencies and addresses an issue that could prevent client applications from stopping cleanly.

Changes in this release:

  • When using a Hardware Security Module, the label associated with the slot containing the client identity's credentials can be specified instead of the slot index. This provides a more robust mechanism for specifying the correct HSM slot.

v2.2.7

18 Jun 08:05
ac0e9f1
Compare
Choose a tag to compare

This v2.2.7 version is the latest of the v2.2 long-term support (LTS) release of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous v2.x releases. Please see the Fabric LTS release strategy document for more information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md

Changes in v2.2.7:

  • Transaction objects can be serialized using their serialize() method, and later reconstructed using the Contract's deserializeTransaction() method. This allows a transaction to be persisted and resubmitted with the same transaction ID (and nonce) following a client application restart, and may be useful to recover from a client application failure while an in-flight transaction is in an indeterminate state as its commit status has not yet been observed.

v2.2.6

27 May 10:25
e7b3d69
Compare
Choose a tag to compare

This v2.2.6 version is the latest of the v2.2 long-term support (LTS) release
of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous
v2.x releases. Please see the Fabric LTS release strategy document for more
information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md

This is a maintenance release containing bug fixes and dependency updates to
address security vulnerabilities.

v1.4.18

21 Apr 17:02
fcf443c
Compare
Choose a tag to compare

This is a maintenance release with bug fixes.

v1.4.17

15 Jan 16:24
4ca22aa
Compare
Choose a tag to compare

fabric-sdk-node 1.4.17 is a maintenance release containing bug fixes. All users of the v1.4 Node SDK are advised to upgrade to this version.

[FABN-1685] commitTimeout not setting (#411)
[FABN-1441] Typo change (#412)
[FABN-1504] Type definition improvement (#410)
[FABN-1591] Document Release Process (#409)
[FABN-1591] Document Release Process (#404)

v2.2.5

14 Jan 15:41
5a24310
Compare
Choose a tag to compare

This is a patch release with bug fixes.

This v2.2.5 release is the long-term support (LTS) release of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous v2.2.x releases. Please see the Fabric LTS release strategy document for more information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/master/text/0005-lts-release-strategy.md