Fabric SDK Node Versions Save

Hyperledger Fabric SDK for Node https://wiki.hyperledger.org/display/fabric

v1.4.19

2 years ago

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

2 years ago

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

2 years ago

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

2 years ago

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

2 years ago

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

2 years ago

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

2 years ago

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

3 years ago

This is a maintenance release with bug fixes.

v1.4.17

3 years ago

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

3 years ago

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