Skip to content

Commit 21c4377

Browse files
mbwhitejt-nti
authored andcommitted
Prepare the 2.5.1 release
Signed-off-by: Matthew B White <[email protected]>
1 parent 0cbcb3d commit 21c4377

File tree

23 files changed

+74
-52
lines changed

23 files changed

+74
-52
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.5.1
2+
Wed Jan 11 11:31:22 GMT 2023
3+
4+
* [30125f68](https://github.com/hyperledger/fabric-chaincode-node/commit/30125f68) Pin fabric-shim's dependency on grpc-js to 1.8.1 (#369)
5+
* [4a0fc571](https://github.com/hyperledger/fabric-chaincode-node/commit/4a0fc571) GHA workflow
6+
* [102473e7](https://github.com/hyperledger/fabric-chaincode-node/commit/102473e7) GHA Workflow
7+
* [c6ff468b](https://github.com/hyperledger/fabric-chaincode-node/commit/c6ff468b) Get builds on release-2.5 branch (#360)
8+
19
## v2.5.0
210
Thu Dec 8 09:19:10 GMT 2022
311

apis/fabric-contract-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-contract-api",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"tag": "latest",
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",
@@ -46,7 +46,7 @@
4646
"lines": 100
4747
},
4848
"dependencies": {
49-
"fabric-shim-api": "2.5.0",
49+
"fabric-shim-api": "2.5.1",
5050
"class-transformer": "^0.4.0",
5151
"fast-safe-stringify": "^2.1.1",
5252
"get-params": "^0.1.2",

apis/fabric-shim-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-shim-api",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"tag": "latest",
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",

docker/fabric-nodeenv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-nodeenv",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "",
55
"main": "docker.js",
66
"scripts": {
@@ -11,6 +11,6 @@
1111
"license": "Apache-2.0",
1212
"dependencies": {
1313
"git-rev-sync": "3.0.1",
14-
"toolchain": "2.5.0"
14+
"toolchain": "2.5.1"
1515
}
1616
}

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.5.0",
3+
"version": "2.5.1",
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.5.0"
11+
"fabric-ledger": "2.5.1"
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.5.0",
3+
"version": "2.5.1",
44
"tag": "latest",
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.5.0",
52+
"fabric-contract-api": "2.5.1",
5353
"winston": "^3.7.2"
5454
},
5555
"devDependencies": {

libraries/fabric-shim/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-shim",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"tag": "latest",
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",
@@ -60,8 +60,8 @@
6060
"@hyperledger/fabric-protos": "0.1.0-dev.2300102001.1",
6161
"@types/node": "^16.11.1",
6262
"ajv": "^6.12.2",
63-
"fabric-contract-api": "2.5.0",
64-
"fabric-shim-api": "2.5.0",
63+
"fabric-contract-api": "2.5.1",
64+
"fabric-shim-api": "2.5.1",
6565
"fs-extra": "^10.0.1",
6666
"reflect-metadata": "^0.1.13",
6767
"winston": "^3.7.2",

release_notes/v2.5.1.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
v2.5.1
2+
------
3+
4+
Release Notes
5+
-------------
6+
This is the LTS Release of of the v2.5 Fabric Chaincode Node. It replaces the previous v2.2 LTS.
7+
8+
- the PurgePrivateData feature is exposed via a new `PurgePrivateData` API
9+
- the grpc-js dependency has been locked to 1.8.1
10+
- arm docker builds
11+
12+
Change Log
13+
----------
14+
https://github.com/hyperledger/fabric-chaincode-node/blob/main/CHANGELOG.md#v2.5.0

test/chaincodes/annotations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"typings": "dist/index.d.ts",
1515
"engine-strict": true,
1616
"engineStrict": true,
17-
"version": "2.5.0",
17+
"version": "2.5.1",
1818
"author": "",
1919
"license": "APACHE-2.0",
2020
"dependencies": {
2121
"@types/node": "^16.11.4",
22-
"fabric-contract-api": "2.5.0",
23-
"fabric-shim": "2.5.0",
22+
"fabric-contract-api": "2.5.1",
23+
"fabric-shim": "2.5.1",
2424
"ts-node": "^3.3.0",
2525
"tslint": "^5.6.0",
2626
"typescript": "^4.0.2"

test/chaincodes/annotations/src/test_contract/expected-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
}
108108
},
109109
"info": {
110-
"version": "2.5.0",
110+
"version": "2.5.1",
111111
"title": "ts_chaincode"
112112
},
113113
"components": {

0 commit comments

Comments
 (0)