This repository was archived by the owner on Apr 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " fabric-sdk-node" ,
3- "version" : " 2.2.14-snapshot " ,
4- "tag" : " unstable-2.2 " ,
3+ "version" : " 2.2.14" ,
4+ "tag" : " latest " ,
55 "main" : " index.js" ,
66 "private" : true ,
77 "repository" : {
Original file line number Diff line number Diff line change 1+ Release Notes
2+ -------------
3+ This v2.2.14 version is the latest of the v2.2 long-term support (LTS) release
4+ of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous
5+ v2.x releases. Please see the Fabric LTS release strategy document for more
6+ information on LTS releases:
7+
8+ https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md
9+
10+ This is a maintenance release containing the following changes:
11+
12+ - Dependency updates to address security vulnerability CVE-2022-25898.
13+ - Resolve an issue that could cause partial discovery results to be obtained
14+ under high load, and subsequent transaction failures.
15+ - Resolve an issue that could cause an unhandled promise rejection with
16+ exceptionally short commit timeouts.
You can’t perform that action at this time.
0 commit comments