Skip to content

Commit

Permalink
Release v2.2.14 (#609)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Jul 19, 2022
1 parent 42b302c commit f7c6bd8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-sdk-node",
"version": "2.2.14-snapshot",
"tag": "unstable-2.2",
"version": "2.2.14",
"tag": "latest",
"main": "index.js",
"private": true,
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions release_notes/v2.2.14.txt
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.

0 comments on commit f7c6bd8

Please sign in to comment.