-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.8.0-alpha is released; Add release note; Change-Id: I9e1274b5096b0c6c7f665caace9cb3046240f858 Signed-off-by: Haitao Yue <[email protected]> Signed-off-by: Baohua Yang <[email protected]> Signed-off-by: Tong Li <[email protected]>
- Loading branch information
Showing
3 changed files
with
114 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
v0.8.0-alpha https://github.com/hyperledger/cello/releases/tag/v0.8.0-alpha January 20, 2018 | ||
------------------------ | ||
|
||
Release Notes | ||
------------- | ||
Add new features | ||
|
||
* Blockchain-Explorer support; | ||
* Enable user dashboard, can apply chain, query block/transaction, upload/invoke/query chain code; | ||
* Support v3 docker compose format; | ||
* Support fabric 1.0.5; | ||
* Support fabric with kafaka mode; | ||
* Enable creating/hosting service images at dockerhub; | ||
|
||
Improvement | ||
|
||
* Use mongoengine instead of mongodb library for admin dashboard. | ||
|
||
Known Vulnerabilities | ||
--------------------- | ||
none | ||
|
||
Resolved Vulnerabilities | ||
------------------------ | ||
none | ||
|
||
Known Issues & Workarounds | ||
-------------------------- | ||
* Health check should ignore blockchain explorer port. | ||
* Cluster's user_id should be empty when the chain is created. | ||
* User dashboard does not support debug/product mode. | ||
|
||
|
||
Change Log | ||
---------- | ||
https://github.com/hyperledger/cello/blob/master/CHANGELOG.md#v080-alpha |