Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 2dcfaa9

Browse files
[FAB-1022] Release v1.0.0-rc1 (#156)
Signed-off-by: andrew-coleman <[email protected]>
1 parent e84f33e commit 2dcfaa9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.codecov.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coverage:
88
default:
99
# this project is not currently at the desired target of 85%
1010
# target: 85%
11-
target: 74%
11+
target: 73%
1212
patch:
1313
default:
1414
target: 85%

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.0.0-rc1
2+
Thu 3 Dec 2020 08:17:58 GMT
3+
4+
* [e84f33e9](https://github.com/hyperledger/fabric-sdk-go/commit/e84f33e9) [FABG-1021] Add properties to Peer (#155)
5+
* [5b6912cc](https://github.com/hyperledger/fabric-sdk-go/commit/5b6912cc) [FABG-1020] Changed lifecycle payloads to use camel-case in JSON fields (#154)
6+
* [2f93a320](https://github.com/hyperledger/fabric-sdk-go/commit/2f93a320) Fix Gateway Evaluate ignoring endpoint option (#153)
7+
* [a6ea771b](https://github.com/hyperledger/fabric-sdk-go/commit/a6ea771b) Fix typing error (#152)
8+
* [91355b02](https://github.com/hyperledger/fabric-sdk-go/commit/91355b02) Fix see redundant connector caching. (#151)
9+
* [9c426dcc](https://github.com/hyperledger/fabric-sdk-go/commit/9c426dcc) FABG-1018 TRANSIENT_FAILURE in SubmitTransaction (#150)
10+
* [03d41dd2](https://github.com/hyperledger/fabric-sdk-go/commit/03d41dd2) [FABG-1017] pkcs11 resilience - handling CKR_OPERATION_NOT_INITIALIZED (#149)
11+
* [a64e1ef9](https://github.com/hyperledger/fabric-sdk-go/commit/a64e1ef9) [FABG-1016] Remove PackageID field from check commit readiness request (#148)
12+
* [45ff9b13](https://github.com/hyperledger/fabric-sdk-go/commit/45ff9b13) [FABG-1015] Added JSON tags to lifecycle structs (#147)
13+
* [a18228fa](https://github.com/hyperledger/fabric-sdk-go/commit/a18228fa) [FABG-1008] Allows ecdsakey to return private key bytes (#145)
14+
* [842c4b3e](https://github.com/hyperledger/fabric-sdk-go/commit/842c4b3e) [FABG-1012] Retry on private data dissemination error (#144)
15+
* [0c18d1aa](https://github.com/hyperledger/fabric-sdk-go/commit/0c18d1aa) [FABG-1010] Added ConnectionFailed to ResMgmtDefaultRetryableCodes (#142)
16+
* [166507a9](https://github.com/hyperledger/fabric-sdk-go/commit/166507a9) [FABG-1009] Wait for responses from other Discovery targets (#141)
17+
118
## v1.0.0-beta3
219
Wed 26 Aug 2020 08:14:23 EDT
320

0 commit comments

Comments
 (0)