You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
## v1.0.0-alpha3
2
-
Tue 20 Mar 2018 14:24:09 EDT
2
+
Tue 20 Mar 2018 17:52:25 EDT
3
3
4
-
*[ac4dd8eb](https://github.com/hyperledger/fabric-sdk-go/commit/ac4dd8eb)[[FAB-8912](https://jira.hyperledger.org/browse/FAB-8912)] Update stable target to 1.1.0
4
+
*[aaeebdd3](https://github.com/hyperledger/fabric-sdk-go/commit/aaeebdd3)[[FAB-8983](https://jira.hyperledger.org/browse/FAB-8983)] make org names consistent in small case
5
+
*[d7c5c6a0](https://github.com/hyperledger/fabric-sdk-go/commit/d7c5c6a0)[[FAB-7975](https://jira.hyperledger.org/browse/FAB-7975)] return status code for chaincode error
6
+
*[8b74992f](https://github.com/hyperledger/fabric-sdk-go/commit/8b74992f)[[FAB-8912](https://jira.hyperledger.org/browse/FAB-8912)] Update stable target to 1.1.0
5
7
*[79b343ba](https://github.com/hyperledger/fabric-sdk-go/commit/79b343ba)[[FAB-8995](https://jira.hyperledger.org/browse/FAB-8995)] Event client should read channel config
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,16 @@ The SDK's integration tests run against three tagged Fabric versions:
46
46
47
47
Additionally for development purposes integration tests also run against the devstable Fabric version as needed.
48
48
49
+
### v1.0 Notes
50
+
The SDK uses the Fabric v1.1 delivery service as the default event mechanism. When using Fabric v1.0, you must override this default by setting the event service type in the config:
51
+
52
+
```
53
+
client:
54
+
peer:
55
+
eventService:
56
+
type: eventhub
57
+
```
58
+
49
59
### Retired versions
50
60
When the 'prev' code level is updated, the last tested fabric-sdk-go commit or tag is listed below.
0 commit comments