Skip to content

Commit 9bc710e

Browse files
authored
bump version to 2.4.0-beta (#288)
* bump version to 2.4.0-beta Signed-off-by: fraVlaca <[email protected]> * updated release notes file to .txt Signed-off-by: fraVlaca <[email protected]> * updated tag in azure pipeline Signed-off-by: fraVlaca <[email protected]> * updated version on missing files Signed-off-by: fraVlaca <[email protected]>
1 parent 493e441 commit 9bc710e

File tree

27 files changed

+167
-59
lines changed

27 files changed

+167
-59
lines changed

CHANGELOG.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,101 @@
1+
## v2.4.0-beta
2+
Wed 18 Aug 2021 12:11:16 BST
3+
4+
* [d98e77b](https://github.com/hyperledger/fabric-chaincode-node/commit/d98e77b) updated documentation for getStateByPartialCompositeKey, getStateByPartialCompositeKeyWithPagination and getPrivateDataByPartialCompositeKey
5+
* [c982390](https://github.com/hyperledger/fabric-chaincode-node/commit/c982390) Disable server tests
6+
* [556f32a](https://github.com/hyperledger/fabric-chaincode-node/commit/556f32a) Metadata generate updated [FABCN-447](https://jira.hyperledger.org/browse/FABCN-447) (#276)
7+
* [2bd68fd](https://github.com/hyperledger/fabric-chaincode-node/commit/2bd68fd) Shebang issue fixed [FABCN-438](https://jira.hyperledger.org/browse/FABCN-438) (#271)
8+
* [1d43015](https://github.com/hyperledger/fabric-chaincode-node/commit/1d43015) Pipeline publishing fixed (#273)
9+
* [9b80078](https://github.com/hyperledger/fabric-chaincode-node/commit/9b80078) Transaction metadata tags updated (#265)
10+
* [ea8da64](https://github.com/hyperledger/fabric-chaincode-node/commit/ea8da64) Update "master" branch references to "main"
11+
* [c1ec01f](https://github.com/hyperledger/fabric-chaincode-node/commit/c1ec01f) correct cli option
12+
* [c62883f](https://github.com/hyperledger/fabric-chaincode-node/commit/c62883f) Enable TLS FV Tests
13+
* [68cca50](https://github.com/hyperledger/fabric-chaincode-node/commit/68cca50) Remove full path as debug
14+
* [46bfc5c](https://github.com/hyperledger/fabric-chaincode-node/commit/46bfc5c) Remove the use of the "phantom" module
15+
* [e5389a4](https://github.com/hyperledger/fabric-chaincode-node/commit/e5389a4) Only update dependencies in test chaincodes (#261)
16+
* [794cb86](https://github.com/hyperledger/fabric-chaincode-node/commit/794cb86) Need explicit dependency for variables
17+
* [4128b25](https://github.com/hyperledger/fabric-chaincode-node/commit/4128b25) Update rush pnpm version and adjust version format (#259)
18+
* [20db7eb](https://github.com/hyperledger/fabric-chaincode-node/commit/20db7eb) Move build date to build data (#258)
19+
* [52d8638](https://github.com/hyperledger/fabric-chaincode-node/commit/52d8638) Move azure variable to env variable
20+
* [b1991a6](https://github.com/hyperledger/fabric-chaincode-node/commit/b1991a6) Add in the missing dependency, adjust find command" (#256)
21+
* [b1bb93c](https://github.com/hyperledger/fabric-chaincode-node/commit/b1bb93c) Remove incorrect condition placement
22+
* [7565306](https://github.com/hyperledger/fabric-chaincode-node/commit/7565306) replicate template
23+
* [3ed241d](https://github.com/hyperledger/fabric-chaincode-node/commit/3ed241d) Use templates
24+
* [5e0c543](https://github.com/hyperledger/fabric-chaincode-node/commit/5e0c543) Simplify Naming
25+
* [54c27e7](https://github.com/hyperledger/fabric-chaincode-node/commit/54c27e7) Move to use NPM directly
26+
* [4510e67](https://github.com/hyperledger/fabric-chaincode-node/commit/4510e67) Adjust NPM repo URL
27+
* [2017002](https://github.com/hyperledger/fabric-chaincode-node/commit/2017002) Provide Nightly publishing of drivers
28+
* [fc7877a](https://github.com/hyperledger/fabric-chaincode-node/commit/fc7877a) Enable nightly publish
29+
* [3b01913](https://github.com/hyperledger/fabric-chaincode-node/commit/3b01913) Fix typo on fabric-contract-api (#254)
30+
* [845d689](https://github.com/hyperledger/fabric-chaincode-node/commit/845d689) [FABCN-351](https://jira.hyperledger.org/browse/FABCN-351) CORE_PEER_ADDRESS issue fixed (#252)
31+
* [6b2b671](https://github.com/hyperledger/fabric-chaincode-node/commit/6b2b671) jsDoc update: fix log4js legacy text (#239)
32+
* [c0199de](https://github.com/hyperledger/fabric-chaincode-node/commit/c0199de) [FABCN-388](https://jira.hyperledger.org/browse/FABCN-388) Tutorial updated (#246)
33+
* [9c8e7b9](https://github.com/hyperledger/fabric-chaincode-node/commit/9c8e7b9) [FABCN-429](https://jira.hyperledger.org/browse/FABCN-429) Iterator tutorial updated (#249)
34+
* [0751396](https://github.com/hyperledger/fabric-chaincode-node/commit/0751396) Metadata issue solved (#238)
35+
* [bc9f669](https://github.com/hyperledger/fabric-chaincode-node/commit/bc9f669) getTxTimestamp fixed (#237)
36+
* [bfade8a](https://github.com/hyperledger/fabric-chaincode-node/commit/bfade8a) [FABCN-403](https://jira.hyperledger.org/browse/FABCN-403) around transaction (#196)
37+
* [64f59d0](https://github.com/hyperledger/fabric-chaincode-node/commit/64f59d0) Set node version for jsdoc build
38+
* [07b4bc0](https://github.com/hyperledger/fabric-chaincode-node/commit/07b4bc0) Update node/npm versions
39+
* [ae5a352](https://github.com/hyperledger/fabric-chaincode-node/commit/ae5a352) Tutorials updated (#218)
40+
* [1d8aa36](https://github.com/hyperledger/fabric-chaincode-node/commit/1d8aa36) [FABCN-1627](https://jira.hyperledger.org/browse/FABCN-1627)-Update class-transformer dependency (#212)
41+
* [8be5b2b](https://github.com/hyperledger/fabric-chaincode-node/commit/8be5b2b) [FABCN-430](https://jira.hyperledger.org/browse/FABCN-430) Fix type for timestamp.second (#194)
42+
* [57d46e7](https://github.com/hyperledger/fabric-chaincode-node/commit/57d46e7) [FABCN-435](https://jira.hyperledger.org/browse/FABCN-435) OOM on Large Arg Size (#208)
43+
* [58b997c](https://github.com/hyperledger/fabric-chaincode-node/commit/58b997c) [FABCN-433](https://jira.hyperledger.org/browse/FABCN-433) Update typescript and @types/node (#200)
44+
* [b255587](https://github.com/hyperledger/fabric-chaincode-node/commit/b255587) [FABCN-241](https://jira.hyperledger.org/browse/FABCN-241) Remove to.be.ok (#198)
45+
* [2553b32](https://github.com/hyperledger/fabric-chaincode-node/commit/2553b32) [FABCN-422](https://jira.hyperledger.org/browse/FABCN-422) Add release guide (#187)
46+
* [b2af9bd](https://github.com/hyperledger/fabric-chaincode-node/commit/b2af9bd) [FABCN-420](https://jira.hyperledger.org/browse/FABCN-420) Remove Azure pipeline warnings
47+
* [29d42fc](https://github.com/hyperledger/fabric-chaincode-node/commit/29d42fc) Fix: ChaincodeStub.getMspID should be in lowerCamelCASE
48+
* [bbb58a2](https://github.com/hyperledger/fabric-chaincode-node/commit/bbb58a2) Update doc releases (#183)
49+
* [259f040](https://github.com/hyperledger/fabric-chaincode-node/commit/259f040) [FABCN-319](https://jira.hyperledger.org/browse/FABCN-319) Update Dependencies (#178)
50+
* [8380560](https://github.com/hyperledger/fabric-chaincode-node/commit/8380560) Use Official CouchDB 3.1 Image (#180)
51+
* [88c0a78](https://github.com/hyperledger/fabric-chaincode-node/commit/88c0a78) [FABCN-393](https://jira.hyperledger.org/browse/FABCN-393) Fix broken links in documents (#168)
52+
* [255325d](https://github.com/hyperledger/fabric-chaincode-node/commit/255325d) [FABCN-412](https://jira.hyperledger.org/browse/FABCN-412) TLS support for chaincode server (#164)
53+
* [38a7123](https://github.com/hyperledger/fabric-chaincode-node/commit/38a7123) [FABCN-414](https://jira.hyperledger.org/browse/FABCN-414) Update TypeScript definition (#165)
54+
* [dab4f39](https://github.com/hyperledger/fabric-chaincode-node/commit/dab4f39) [FABCN-413](https://jira.hyperledger.org/browse/FABCN-413) Add e2e test for chaincode server (#162)
55+
* [bea333d](https://github.com/hyperledger/fabric-chaincode-node/commit/bea333d) [FABCN-411](https://jira.hyperledger.org/browse/FABCN-411) Add server command to CLI (#161)
56+
* [6c22fde](https://github.com/hyperledger/fabric-chaincode-node/commit/6c22fde) [FABCN-410](https://jira.hyperledger.org/browse/FABCN-410) Use new lifecycle for fv/e2e tests (#158)
57+
* [749c3eb](https://github.com/hyperledger/fabric-chaincode-node/commit/749c3eb) [FABCN-409](https://jira.hyperledger.org/browse/FABCN-409) Chaincode gRPC server w/o TLS (#159)
58+
* [1b2768b](https://github.com/hyperledger/fabric-chaincode-node/commit/1b2768b) [FABCN-408](https://jira.hyperledger.org/browse/FABCN-408) Separate message handler from client (#155)
59+
* [5acea60](https://github.com/hyperledger/fabric-chaincode-node/commit/5acea60) [FABCN-407](https://jira.hyperledger.org/browse/FABCN-407) Update protos (#154)
60+
* [2fcf3eb](https://github.com/hyperledger/fabric-chaincode-node/commit/2fcf3eb) [FABCN-405](https://jira.hyperledger.org/browse/FABCN-405) Fix tutorial reference (#150)
61+
* [9927649](https://github.com/hyperledger/fabric-chaincode-node/commit/9927649) Nominate James Taylor for maintainership (#151)
62+
* [eb57958](https://github.com/hyperledger/fabric-chaincode-node/commit/eb57958) Improve JSDoc title (#127)
63+
* [d3aab62](https://github.com/hyperledger/fabric-chaincode-node/commit/d3aab62) [FABCN-401](https://jira.hyperledger.org/browse/FABCN-401) Correct use of Yargs api (#147)
64+
* [955c9ce](https://github.com/hyperledger/fabric-chaincode-node/commit/955c9ce) [FABCN-396](https://jira.hyperledger.org/browse/FABCN-396) Add notes on minimum 1.4 module version for node 12 (#140)
65+
* [9d45ba7](https://github.com/hyperledger/fabric-chaincode-node/commit/9d45ba7) [FABCN-397](https://jira.hyperledger.org/browse/FABCN-397) State queries limited to 100 results (#141) (#142)
66+
* [298687a](https://github.com/hyperledger/fabric-chaincode-node/commit/298687a) [FABCN-395](https://jira.hyperledger.org/browse/FABCN-395): Use @grpc/grpc-js for Node.js chaincode (#143)
67+
* [33b940a](https://github.com/hyperledger/fabric-chaincode-node/commit/33b940a) [FABCN-394](https://jira.hyperledger.org/browse/FABCN-394) Update typescript interface file (#128) (#129)
68+
* [f120508](https://github.com/hyperledger/fabric-chaincode-node/commit/f120508) Fix broken tutorials link (#137)
69+
* [6595dd4](https://github.com/hyperledger/fabric-chaincode-node/commit/6595dd4) Cleanup Fabric Version Methodology (#135)
70+
* [ccf1d5b](https://github.com/hyperledger/fabric-chaincode-node/commit/ccf1d5b) [FAB-17777](https://jira.hyperledger.org/browse/FAB-17777) Create basic settings.yaml (#132)
71+
* [c2e226c](https://github.com/hyperledger/fabric-chaincode-node/commit/c2e226c) [FABCN-391](https://jira.hyperledger.org/browse/FABCN-391) Update jsdoc 2.x link (#126)
72+
* [11d2b94](https://github.com/hyperledger/fabric-chaincode-node/commit/11d2b94) [FABCN-391](https://jira.hyperledger.org/browse/FABCN-391) fix directory for api doc publish (#124)
73+
* [3f25f75](https://github.com/hyperledger/fabric-chaincode-node/commit/3f25f75) Update timeout (#114)
74+
* [fcb89fa](https://github.com/hyperledger/fabric-chaincode-node/commit/fcb89fa) [FABCN-391](https://jira.hyperledger.org/browse/FABCN-391) Update apidoc site header
75+
* [efae4d0](https://github.com/hyperledger/fabric-chaincode-node/commit/efae4d0) [FABCN-391](https://jira.hyperledger.org/browse/FABCN-391) Update publish JSDoc job
76+
* [b7b9e6c](https://github.com/hyperledger/fabric-chaincode-node/commit/b7b9e6c) [FABCN-391](https://jira.hyperledger.org/browse/FABCN-391) Update master docs to reference release-2.x
77+
* [9c4da4e](https://github.com/hyperledger/fabric-chaincode-node/commit/9c4da4e) [FABCN-391](https://jira.hyperledger.org/browse/FABCN-391) Update version number in master branch
78+
* [f3c0592](https://github.com/hyperledger/fabric-chaincode-node/commit/f3c0592) Use two version numbers for fabric docker image pull
79+
* [e919284](https://github.com/hyperledger/fabric-chaincode-node/commit/e919284) Update audit level
80+
* [b15a2ed](https://github.com/hyperledger/fabric-chaincode-node/commit/b15a2ed) fix: remove semicolon
81+
* [e86cde6](https://github.com/hyperledger/fabric-chaincode-node/commit/e86cde6) [FABCN-381](https://jira.hyperledger.org/browse/FABCN-381) Access localmspid
82+
* [ec6caa6](https://github.com/hyperledger/fabric-chaincode-node/commit/ec6caa6) Re-enable tests
83+
* [fb30d3d](https://github.com/hyperledger/fabric-chaincode-node/commit/fb30d3d) [FABCN-241](https://jira.hyperledger.org/browse/FABCN-241) Remove to.be.ok
84+
* [98632a0](https://github.com/hyperledger/fabric-chaincode-node/commit/98632a0) [FABCN-241](https://jira.hyperledger.org/browse/FABCN-241) Change to.be.ok
85+
* [4a98b61](https://github.com/hyperledger/fabric-chaincode-node/commit/4a98b61) [FABCN-241](https://jira.hyperledger.org/browse/FABCN-241) Remove to.be.ok
86+
* [8408fb8](https://github.com/hyperledger/fabric-chaincode-node/commit/8408fb8) Add readme to redirect to site
87+
* [28682d4](https://github.com/hyperledger/fabric-chaincode-node/commit/28682d4) [FABCN-359](https://jira.hyperledger.org/browse/FABCN-359) Add ledger dev dependency to docs
88+
* [d4d6711](https://github.com/hyperledger/fabric-chaincode-node/commit/d4d6711) [FABCN-359](https://jira.hyperledger.org/browse/FABCN-359) Add fabric-ledger project
89+
* [9d616be](https://github.com/hyperledger/fabric-chaincode-node/commit/9d616be) Improve build reliability
90+
* [3c6f401](https://github.com/hyperledger/fabric-chaincode-node/commit/3c6f401) [FABCN-382](https://jira.hyperledger.org/browse/FABCN-382) fix compatibility.md title
91+
* [32b465e](https://github.com/hyperledger/fabric-chaincode-node/commit/32b465e) [FABCN-378](https://jira.hyperledger.org/browse/FABCN-378) Update gh-pages
92+
* [6850de7](https://github.com/hyperledger/fabric-chaincode-node/commit/6850de7) Fix gh-pages publish
93+
* [b6c5b56](https://github.com/hyperledger/fabric-chaincode-node/commit/b6c5b56) [FABCN-373](https://jira.hyperledger.org/browse/FABCN-373) Compatibility Matrix
94+
* [2ee7246](https://github.com/hyperledger/fabric-chaincode-node/commit/2ee7246) [FABCN-378](https://jira.hyperledger.org/browse/FABCN-378) Publish jsdoc to correct repo
95+
* [1e26293](https://github.com/hyperledger/fabric-chaincode-node/commit/1e26293) [FABCN-378](https://jira.hyperledger.org/browse/FABCN-378) Publish jsdoc
96+
* [9bcd0b3](https://github.com/hyperledger/fabric-chaincode-node/commit/9bcd0b3) [FABCN-377](https://jira.hyperledger.org/browse/FABCN-377) Prepare for v2.1 unstable builds (WIP)
97+
* [869f107](https://github.com/hyperledger/fabric-chaincode-node/commit/869f107) [FABCI-482](https://jira.hyperledger.org/browse/FABCI-482) Update Nexus URL's to Artifactory
98+
199
## v2.3.0
2100
Tue 3 Nov 15:40:46 GMT 2020
3101

TUTORIAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The dependencies of `fabric-contract-api` and `fabric-shim` will be required.
2828
"author": "",
2929
"license": "Apache-2.0",
3030
"dependencies": {
31-
"fabric-contract-api": "^2.3.1-unstable",
32-
"fabric-shim": "^2.3.1-unstable"
31+
"fabric-contract-api": "^2.4.0-beta",
32+
"fabric-shim": "^2.4.0-beta"
3333
}
3434
}
3535

apis/fabric-contract-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fabric-contract-api",
3-
"version": "2.3.1-unstable",
4-
"tag": "unstable",
3+
"version": "2.4.0-beta",
4+
"tag": "beta",
55
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
66
"main": "index.js",
77
"repository": {
@@ -46,7 +46,7 @@
4646
"lines": 100
4747
},
4848
"dependencies": {
49-
"fabric-shim-api": "2.3.1-unstable",
49+
"fabric-shim-api": "2.4.0-beta",
5050
"class-transformer": "^0.3.1",
5151
"fast-safe-stringify": "^2.0.7",
5252
"get-params": "^0.1.2",

apis/fabric-shim-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fabric-shim-api",
3-
"version": "2.3.1-unstable",
4-
"tag": "unstable",
3+
"version": "2.4.0-beta",
4+
"tag": "beta",
55
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
66
"main": "index.js",
77
"repository": {

ci/azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pool:
5252
#
5353
# Publish to NPM on release builds (they are the github tagged releases)
5454
# Publish to NPM on nightly builds when there is something to build
55-
# the ids will be of the format 2.3.1-unstable.{commitid}
55+
# the ids will be of the format 2.4.0-beta.{commitid}
5656
#
5757
stages:
5858

@@ -306,7 +306,7 @@ stages:
306306
workingFile: '$(Agent.TempDirectory)/.npmrc'
307307
customEndpoint: 'fabric-chainode-node-npm'
308308
- script: |
309-
find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag unstable \;
309+
find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag beta \;
310310
displayName: 'npm publish'
311311
- job: dockerhub_publish
312312
steps:
@@ -362,5 +362,5 @@ stages:
362362
workingFile: '$(Agent.TempDirectory)/.npmrc'
363363
customEndpoint: 'fabric-chainode-node-npm'
364364
- script: |
365-
find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag unstable \;
365+
find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag beta \;
366366
displayName: 'npm publish'

common/config/rush/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_jsdoc/tutorials/using-chaincodeinterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd mycc
88
// create a new node project
99
npm init
1010
// install fabric-shim at main branch
11-
npm install fabric-shim@2.3.1-unstable
11+
npm install fabric-shim@2.4.0-beta
1212
// or using the released version
1313
npm install fabric-shim
1414
touch mychaincode.js
@@ -68,7 +68,7 @@ Finally, update the "start" script in package.json to "node mychaincode.js":
6868
"engineStrict": true,
6969
"license": "Apache-2.0",
7070
"dependencies": {
71-
"fabric-shim": "2.3.1-unstable"
71+
"fabric-shim": "2.4.0-beta"
7272
}
7373
}
7474
```

docs/_jsdoc/tutorials/using-contractinterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The dependencies of `fabric-contract-api` and `fabric-shim` will be required.
2828
"author": "",
2929
"license": "Apache-2.0",
3030
"dependencies": {
31-
"fabric-contract-api": "^2.3.1-unstable",
32-
"fabric-shim": "^2.3.1-unstable"
31+
"fabric-contract-api": "^2.4.0-beta",
32+
"fabric-shim": "^2.4.0-beta"
3333
}
3434
}
3535

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "fabric-shim-docs",
3-
"version": "2.3.1-unstable",
3+
"version": "2.4.0-beta",
44
"description": "",
55
"private": true,
66
"scripts": {
77
"build": "npm run docs",
88
"docs": "rimraf ./gen && jsdoc -c ./_jsdoc.json"
99
},
1010
"dependencies": {
11-
"fabric-ledger": "2.3.1-unstable"
11+
"fabric-ledger": "2.4.0-beta"
1212
},
1313
"devDependencies": {
1414
"ink-docstrap": "^1.3.2",

libraries/fabric-ledger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-ledger",
3-
"version": "2.3.1-unstable",
3+
"version": "2.4.0-beta",
44
"tag": "unstable",
55
"description": "A node.js implementation of Hyperledger Fabric ledger api, to allow access to ledger data from smart contracts",
66
"main": "lib/index.js",
@@ -49,7 +49,7 @@
4949
"lines": 100
5050
},
5151
"dependencies": {
52-
"fabric-contract-api": "2.3.1-unstable",
52+
"fabric-contract-api": "2.4.0-beta",
5353
"winston": "^3.3.2"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)