-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-4391 release notes for 1.0.0-beta
This CR presents a proposed canonical format for release notes for Hyperledger Fabric (and related sub-projects) and proposes the content for the 1.0.0-beta release. updated the grpc-go link to be less specific updated releases.rst with relnotes Change-Id: I75522b524c787917cb8d1a67bd56c6c7ebceba52 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
- Loading branch information
1 parent
ed02047
commit 38ca371
Showing
2 changed files
with
49 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# v1.0.0-beta June 8, 2017 | ||
|
||
## Release Notes | ||
Bug fixes, documentation and test coverage improvements, UX improvements based on user feedback and changes to address a variety of static scan findings (unused code, static security scanning, spelling, linting and more). | ||
|
||
Upgraded to [latest version](https://github.com/grpc/grpc-go/releases/) (a precursor to 1.4.0) of gRPC-go and implemented keep-alive feature for improved resiliency. | ||
|
||
Added a [new tool](https://github.com/hyperledger/fabric/tree/master/examples/configtxupdate) `configtxlator` to enable users to translate the contents of a channel configuration transaction into a human readable form. | ||
|
||
## Known Vulnerabilities | ||
none | ||
|
||
## Resolved Vulnerabilities | ||
none | ||
|
||
## Known Issues & Workarounds | ||
BCCSP content in the configtx.yaml has been [removed](https://github.com/hyperledger/fabric/commit/a997c30). This change will cause a panic when running `configtxgen` tool with a configtx.yaml file that includes the removed BCCSP content. | ||
|
||
Java Chaincode support has been disabled until post 1.0.0 as it is not yet fully mature. It may be re-enabled for experimentation by cloning the hyperledger/fabric repository, reversing [this commit](https://github.com/hyperledger/fabric/commit/29e0c40) and building your own fork. | ||
|
||
## [Change Log](https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v100-beta) |