Fabric SDK Node Versions Save

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

v2.2.20

5 months ago

What's Changed

Supported Node versions

The updated dependency to address CVE-2023-45857 is used only by the CouchDB wallet implementation, and requires Node 14 or later. Therefore Node 10 and 12 are no longer supported by the fabric-network package. If you need to continue running on one of these unsupported Node versions, you should continue to use [email protected].

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.19...v2.2.20

v2.2.19

7 months ago

What's Changed

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.18...v2.2.19

v2.2.18

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.17...v2.2.18

v2.2.17

1 year ago

What's Changed

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.16...v2.2.17

v2.2.16

1 year ago

What's Changed

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.15...v2.2.16

v2.2.15

1 year ago

This is a maintenance release containing the following changes:

  • Update dependencies to address a gRPC bug that could cause pings to be sent on destroyed HTTP sessions, resulting in an ERR_HTTP2_INVALID_SESSION error.

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.14...v2.2.15

v2.2.14

1 year ago

This is a maintenance release containing the following changes:

  • Dependency updates to address security vulnerability CVE-2022-25898.
  • Resolve an issue that could cause partial discovery results to be obtained under high load, and subsequent transaction failures.
  • Resolve an issue that could cause an unhandled promise rejection with exceptionally short commit timeouts.

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.13...v2.2.14

v2.2.13

1 year ago

This is a maintenance release containing dependency updates to address security vulnerability CVE-2021-43138.

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.12...v2.2.13

v2.2.12

1 year ago

This is a maintenance release containing big fixes and the following enhancements:

  • Numeric and boolean configuration properties can be set using environment variables.
  • Support for Node 16 LTS.
  • Looser Node version requirements.

Full Changelog: https://github.com/hyperledger/fabric-sdk-node/compare/v2.2.11...v2.2.12

v1.4.20

1 year ago

Changes

This 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.

Security fixes

The following security vulnerability is addressed:

New Contributors