Skip to content

Commit

Permalink
FABN-1656 Publish v2.2.3
Browse files Browse the repository at this point in the history
Publish v2.2.3 of release-2.2

Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob authored and Brett Logan committed Oct 26, 2020
1 parent ff892db commit 535172f
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v2.2.3
Thu Oct 22 10:45:24 EDT 2020

* [ff892dbd](https://github.com/hyperledger/fabric-sdk-node/commit/ff892dbd) [FABN-1646](https://jira.hyperledger.org/browse/FABN-1646) Support multiple submits (#361) (#363)
* [01d3358c](https://github.com/hyperledger/fabric-sdk-node/commit/01d3358c) [FABN-1598](https://jira.hyperledger.org/browse/FABN-1598) Check discovery endorsements (#314) (#353)
* [7240b9ac](https://github.com/hyperledger/fabric-sdk-node/commit/7240b9ac) [FABN-1646](https://jira.hyperledger.org/browse/FABN-1646) Allow multiple connection checking (#351) (#352)
* [9c9097ef](https://github.com/hyperledger/fabric-sdk-node/commit/9c9097ef) [FABN-1653: Fix snapshot publishing for multi-](https://jira.hyperledger.org/browse/FABN-1653: Fix snapshot publishing for multi-)digit versions (#359)
* [ea053f27](https://github.com/hyperledger/fabric-sdk-node/commit/ea053f27) [FABN-1637](https://jira.hyperledger.org/browse/FABN-1637): Build and test with Node 14 (#357)
* [145a7eba](https://github.com/hyperledger/fabric-sdk-node/commit/145a7eba) [FABN-1650](https://jira.hyperledger.org/browse/FABN-1650): Info logs for handled errors in NetworkConfig (#349)
* [0e63a7fb](https://github.com/hyperledger/fabric-sdk-node/commit/0e63a7fb) [[FABN-1271](https://jira.hyperledger.org/browse/FABN-1271)] Add "prefer MSP ID" strategies and change defaults (#340) (#341)
* [4fadf73e](https://github.com/hyperledger/fabric-sdk-node/commit/4fadf73e) [[FABN-1626](https://jira.hyperledger.org/browse/FABN-1626)] Update dependencies (#339)
* [0aec57e3](https://github.com/hyperledger/fabric-sdk-node/commit/0aec57e3) [FABN-1640](https://jira.hyperledger.org/browse/FABN-1640): Fix submit transaction error path with no connection details (#336) (#337)
* [4c897e35](https://github.com/hyperledger/fabric-sdk-node/commit/4c897e35) [FABN-1627](https://jira.hyperledger.org/browse/FABN-1627) Add decode to blockdecoder (#329) (#334)
* [424eb909](https://github.com/hyperledger/fabric-sdk-node/commit/424eb909) [FABN-1624](https://jira.hyperledger.org/browse/FABN-1624) handle discovery peer connection error (#327) (#333)
* [915f5d1f](https://github.com/hyperledger/fabric-sdk-node/commit/915f5d1f) [[FABN-1623]-](https://jira.hyperledger.org/browse/FABN-1623]-)Update elliptic dependency (#331)
* [36a0c020](https://github.com/hyperledger/fabric-sdk-node/commit/36a0c020) [FABN-1632](https://jira.hyperledger.org/browse/FABN-1632) improve commit failover (#328)
* [19dec701](https://github.com/hyperledger/fabric-sdk-node/commit/19dec701) [FABN-1571](https://jira.hyperledger.org/browse/FABN-1571) randomize peers (#326)
* [90cf8df6](https://github.com/hyperledger/fabric-sdk-node/commit/90cf8df6) [FABN-1617: Don't publish development configuration in fabric-](https://jira.hyperledger.org/browse/FABN-1617: Don't publish development configuration in fabric-)network (#322)
* [120682df](https://github.com/hyperledger/fabric-sdk-node/commit/120682df) add long to dependencies (#320)

## v2.2.2
Fri Aug 21 11:30:59 EDT 2020

Expand Down
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"hyperledger",
"blockchain"
],
"version": "2.2.3-snapshot",
"version": "2.2.3",
"main": "index.js",
"scripts": {
"test": "nyc mocha --recursive -t 10000"
Expand Down
2 changes: 1 addition & 1 deletion fabric-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-common",
"version": "2.2.3-snapshot",
"version": "2.2.3",
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-network` packages.",
"keywords": [
"blockchain",
Expand Down
2 changes: 1 addition & 1 deletion fabric-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"hyperledger",
"blockchain"
],
"version": "2.2.3-snapshot",
"version": "2.2.3",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion fabric-protos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-protos",
"version": "2.2.3-snapshot",
"version": "2.2.3",
"description": "Protocol Buffer files and generated JavaScript classes for Hyperledger Fabric",
"main": "index.js",
"scripts": {
Expand Down
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.3-snapshot",
"tag": "unstable-2.2",
"version": "2.2.3",
"tag": "latest",
"main": "index.js",
"private": true,
"repository": {
Expand Down
36 changes: 36 additions & 0 deletions release_notes/v2.2.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Release Notes
-------------
This v2.2.3 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/master/text/0005-lts-release-strategy.md

If migrating a client application from an earlier version of the API, consult
the migration tutorial for details of potentially breaking changes and recommended actions:

https://hyperledger.github.io/fabric-sdk-node/master/tutorial-migration.html

Major changes from v1.4:

- The fabric-client package has been removed. Client applications should use
the Fabric Programming Model APIs from the fabric-network package.

- The underlying APIs that interface with the gRPC layer have been
reimplemented in the fabric-common package and should not be used directly
by client applications.

- Simplified wallet management, which is portable across SDK languages and
with pluggable persistent storage. More information can be found here:

https://hyperledger.github.io/fabric-sdk-node/master/tutorial-wallet.html

- New eventing implementation in fabric-network. Client application code can
listen for block events using Network.addBlockListener(), and listen for
contract events using Contract.addContractListener(). The Network object
also provides capability to listen for transaction commit events,
specifically to support the implementation of custom event handlers. More
information can be found here:

https://hyperledger.github.io/fabric-sdk-node/master/tutorial-transaction-commit-events.html

0 comments on commit 535172f

Please sign in to comment.