Skip to content

Releases: hyperledger/fabric-sdk-node

v2.2.20

13 Nov 15:13
ea65b92
Compare
Choose a tag to compare

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 fabric-network@2.2.19.

Full Changelog: v2.2.19...v2.2.20

v2.2.19

18 Sep 12:06
7d6752e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.18...v2.2.19

v2.2.18

17 May 09:40
48c5b2d
Compare
Choose a tag to compare

What's Changed

  • Correctly clean up network connections after use in CA client by @rajat-dlt in #674

New Contributors

Full Changelog: v2.2.17...v2.2.18

v2.2.17

08 Mar 16:30
933c10f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.16...v2.2.17

v2.2.16

24 Nov 11:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.15...v2.2.16

v2.2.15

05 Sep 12:49
fe80688
Compare
Choose a tag to compare

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: v2.2.14...v2.2.15

v2.2.14

19 Jul 12:38
f7c6bd8
Compare
Choose a tag to compare

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: v2.2.13...v2.2.14

v2.2.13

01 Jun 12:27
5d67afd
Compare
Choose a tag to compare

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

Full Changelog: v2.2.12...v2.2.13

v2.2.12

12 May 15:59
298a408
Compare
Choose a tag to compare

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: v2.2.11...v2.2.12

v1.4.20

12 May 07:52
0417e50
Compare
Choose a tag to compare

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