Skip to content

Commit

Permalink
v2.2.9 release
Browse files Browse the repository at this point in the history
Signed-off-by: sapthasurendran <[email protected]>
  • Loading branch information
sapthasurendran committed Aug 25, 2021
1 parent d6b8092 commit 21f7e76
Show file tree
Hide file tree
Showing 2 changed files with 16 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.9-snapshot",
"tag": "unstable-2.2",
"version": "2.2.9",
"tag": "latest",
"main": "index.js",
"private": true,
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions release_notes/v2.2.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Release Notes
-------------
This v2.2.9 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

Bug Fixes:

https://jira.hyperledger.org/browse/FABN-1657
When no peers are available in the fabric network, blockListeners now try to automatically
reconnect with retries until connection made successful.

0 comments on commit 21f7e76

Please sign in to comment.