Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit f7c6bd8

Browse files
Release v2.2.14 (#609)
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 42b302c commit f7c6bd8

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

release_notes/v2.2.14.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

0 commit comments

Comments
 (0)