-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
42b302c
commit f7c6bd8
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Release Notes | ||
------------- | ||
This v2.2.14 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 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. |