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

Commit ccecff4

Browse files
troyrondaAleksandar Likic
authored andcommitted
[FAB-7546] Release v1.0.0-alpha3
Change-Id: I6ee1b9e503eb0cc9e5fa609b91a20a74995f685e Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent aaeebdd commit ccecff4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## v1.0.0-alpha3
2-
Tue 20 Mar 2018 14:24:09 EDT
2+
Tue 20 Mar 2018 17:52:25 EDT
33

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
57
* [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
68
* [e3276ec1](https://github.com/hyperledger/fabric-sdk-go/commit/e3276ec1) [[FAB-8985](https://jira.hyperledger.org/browse/FAB-8985)] client,common,fabsdk/... metalinter
79
* [f46da4c6](https://github.com/hyperledger/fabric-sdk-go/commit/f46da4c6) [[FAB-8982](https://jira.hyperledger.org/browse/FAB-8982)] Remove binary output in debug log

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ The SDK's integration tests run against three tagged Fabric versions:
4646

4747
Additionally for development purposes integration tests also run against the devstable Fabric version as needed.
4848

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+
4959
### Retired versions
5060
When the 'prev' code level is updated, the last tested fabric-sdk-go commit or tag is listed below.
5161

0 commit comments

Comments
 (0)