Skip to content

Commit

Permalink
[FAB-7546] Release v1.0.0-alpha3
Browse files Browse the repository at this point in the history
Change-Id: I6ee1b9e503eb0cc9e5fa609b91a20a74995f685e
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda authored and Aleksandar Likic committed Mar 20, 2018
1 parent aaeebdd commit ccecff4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,9 @@
## v1.0.0-alpha3
Tue 20 Mar 2018 14:24:09 EDT
Tue 20 Mar 2018 17:52:25 EDT

* [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
* [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
* [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
* [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
* [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
* [e3276ec1](https://github.com/hyperledger/fabric-sdk-go/commit/e3276ec1) [[FAB-8985](https://jira.hyperledger.org/browse/FAB-8985)] client,common,fabsdk/... metalinter
* [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
Expand Down
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -46,6 +46,16 @@ The SDK's integration tests run against three tagged Fabric versions:

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

### v1.0 Notes
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:

```
client:
peer:
eventService:
type: eventhub
```

### Retired versions
When the 'prev' code level is updated, the last tested fabric-sdk-go commit or tag is listed below.

Expand Down

0 comments on commit ccecff4

Please sign in to comment.