diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e3263e4d..1897cc06bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v1.4.6 +Thu 20 Feb 2020 16:31:33 GMT + +* [24649b5c](https://github.com/hyperledger/fabric-sdk-node/commit/24649b5c) [[FABN-1481](https://jira.hyperledger.org/browse/FABN-1481)] Remove node 8 support and add node 12 (#118) +* [f19cd915](https://github.com/hyperledger/fabric-sdk-node/commit/f19cd915) [[FABN-1039] Port dependencies clean up to release-1](https://jira.hyperledger.org/browse/FABN-1039] Port dependencies clean up to release-1).4 (#117) +* [b746ce5d](https://github.com/hyperledger/fabric-sdk-node/commit/b746ce5d) [[FABN-1039](https://jira.hyperledger.org/browse/FABN-1039)] Remove gulp from release1.4 (#107) +* [fbda3e6c](https://github.com/hyperledger/fabric-sdk-node/commit/fbda3e6c) [[FABN-1430](https://jira.hyperledger.org/browse/FABN-1430)] Fix type for IServiceResponse (#62) (#114) +* [66a385e8](https://github.com/hyperledger/fabric-sdk-node/commit/66a385e8) add jsdoc for peer responses in exception (#113) +* [aa4e7a09](https://github.com/hyperledger/fabric-sdk-node/commit/aa4e7a09) Fix some broken docs links (#112) +* [ecf9ecad](https://github.com/hyperledger/fabric-sdk-node/commit/ecf9ecad) [FABN-1451](https://jira.hyperledger.org/browse/FABN-1451) add peer responses to error (#108) +* [046fe8cd](https://github.com/hyperledger/fabric-sdk-node/commit/046fe8cd) [FABN-1463](https://jira.hyperledger.org/browse/FABN-1463) NodeSDK make waitForReady optional (#103) +* [287ff71a](https://github.com/hyperledger/fabric-sdk-node/commit/287ff71a) [[FABN-1039](https://jira.hyperledger.org/browse/FABN-1039)] Cherry pick of changes delivered under "Create eslint task" (#101) +* [8c5c4fa4](https://github.com/hyperledger/fabric-sdk-node/commit/8c5c4fa4) [FABN-1460](https://jira.hyperledger.org/browse/FABN-1460) NodeSDK set release 1.4 snapshot (#100) +* [f7d89081](https://github.com/hyperledger/fabric-sdk-node/commit/f7d89081) [FABN-1446](https://jira.hyperledger.org/browse/FABN-1446): Specific compatibility matrix for 1.4 (#92) +* [6817c70d](https://github.com/hyperledger/fabric-sdk-node/commit/6817c70d) [[FABCI-482](https://jira.hyperledger.org/browse/FABCI-482)] Update Nexus URLs to Artifactory (#82) +* [95319fac](https://github.com/hyperledger/fabric-sdk-node/commit/95319fac) [FABN-1450](https://jira.hyperledger.org/browse/FABN-1450) NodeSDK publish 1.4.5 (#90) + ## v1.4.5 Wed Jan 15 10:27:45 EST 2020 diff --git a/fabric-ca-client/package.json b/fabric-ca-client/package.json index 7e27afeff8..1a8c3af2d0 100644 --- a/fabric-ca-client/package.json +++ b/fabric-ca-client/package.json @@ -5,8 +5,8 @@ "hyperledger", "blockchain" ], - "version": "1.4.6-snapshot", - "tag": "unstable-1.4", + "version": "1.4.6", + "tag": "latest", "main": "index.js", "scripts": { "test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000" diff --git a/fabric-client/package.json b/fabric-client/package.json index 5a7220e80c..0d174af54b 100644 --- a/fabric-client/package.json +++ b/fabric-client/package.json @@ -5,8 +5,8 @@ "hyperledger", "blockchain" ], - "version": "1.4.6-snapshot", - "tag": "unstable-1.4", + "version": "1.4.6", + "tag": "latest", "main": "index.js", "scripts": { "test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000" diff --git a/fabric-common/package.json b/fabric-common/package.json index 5de3edd11f..234f1746c0 100644 --- a/fabric-common/package.json +++ b/fabric-common/package.json @@ -1,7 +1,7 @@ { "name": "fabric-common", - "version": "1.4.6-snapshot", - "tag": "unstable-1.4", + "version": "1.4.6", + "tag": "latest", "description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-client` packages.", "keywords": [ "blockchain", diff --git a/fabric-network/package.json b/fabric-network/package.json index 34a048aec9..09c77280ed 100644 --- a/fabric-network/package.json +++ b/fabric-network/package.json @@ -5,8 +5,8 @@ "hyperledger", "blockchain" ], - "version": "1.4.6-snapshot", - "tag": "unstable-1.4", + "version": "1.4.6", + "tag": "latest", "main": "index.js", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 5765119526..3c0a897a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fabric-sdk-node", - "version": "1.4.6-snapshot", + "version": "1.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1863,26 +1863,16 @@ "version": "file:fabric-ca-client", "dev": true, "requires": { - "bn.js": "^4.11.3", - "elliptic": "^6.2.3", - "fs-extra": "^6.0.1", "grpc": "1.23.3", - "js-sha3": "^0.7.0", "jsrsasign": "^7.2.2", - "jssha": "^2.1.0", - "long": "^4.0.0", - "nconf": "^0.10.0", - "sjcl": "1.0.7", "url": "^0.11.0", - "util": "^0.10.3", - "winston": "^2.2.0" + "util": "^0.10.3" }, "dependencies": { "fs-extra": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", - "dev": true, "requires": { "graceful-fs": "^4.1.2", "jsonfile": "^4.0.0", @@ -2233,8 +2223,7 @@ "graceful-fs": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", - "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", - "dev": true + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==" }, "growl": { "version": "1.10.5", @@ -3610,7 +3599,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "dev": true, "requires": { "graceful-fs": "^4.1.6" } @@ -3633,12 +3621,6 @@ "integrity": "sha1-rlIwy1V0RRu5eanMaXQoxg9ZjSA=", "dev": true }, - "jssha": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/jssha/-/jssha-2.3.1.tgz", - "integrity": "sha1-FHshJTaQNcpLL30hDcU58Amz3po=", - "dev": true - }, "just-extend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.0.2.tgz", @@ -6640,8 +6622,7 @@ "universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" }, "upper-case": { "version": "1.1.3", diff --git a/package.json b/package.json index 68503d9e0e..da82e18367 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fabric-sdk-node", - "version": "1.4.6-snapshot", - "testFabricVersion": "1.4.4", + "version": "1.4.6", + "testFabricVersion": "1.4.5", "testFabricThirdParty": "0.4.16", "main": "index.js", "repository": { diff --git a/release_notes/v1.4.6.txt b/release_notes/v1.4.6.txt new file mode 100644 index 0000000000..91816ca548 --- /dev/null +++ b/release_notes/v1.4.6.txt @@ -0,0 +1,23 @@ +Release Notes +------------- + +Fabric 1.4.6 is a maintenance release containing bug fixes and documentation improvements. + + +Known Vulnerabilities +--------------------- +none + + +Resolved Vulnerabilities +------------------------ +none + + +Known Issues & Workarounds +-------------------------- + + +Change Log +---------- +https://github.com/hyperledger/fabric-sdk-node/blob/release-1.4/CHANGELOG.md#v146