Skip to content

Commit 38ca371

Browse files
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 <[email protected]>
1 parent ed02047 commit 38ca371

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

docs/source/releases.rst

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Release Notes
22
=============
33

4+
`v1.0.0-beta <https://github.com/hyperledger/fabric/releases/tag/v1.0.0-beta>`__
5+
June 8, 2017
6+
7+
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).
8+
9+
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.
10+
11+
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.
12+
13+
Known Vulnerabilities
14+
~~~~~~~~~~~~~~~~~~~~~
15+
16+
none
17+
18+
Resolved Vulnerabilities
19+
~~~~~~~~~~~~~~~~~~~~~~~~
20+
21+
none
22+
23+
Known Issues & Workarounds
24+
~~~~~~~~~~~~~~~~~~~~~~~~~~
25+
26+
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.
27+
28+
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.
29+
30+
`Change Log <https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v100-beta>`__
31+
432
`v1.0.0-alpha2 <https://github.com/hyperledger/fabric/releases/tag/v1.0.0-alpha2>`__
533

634
The second alpha release of the v1.0.0 Hyperledger Fabric project. The code is
@@ -54,4 +82,3 @@ CLIs Known Key Bugs and work in progress
5482

5583
.. Licensed under Creative Commons Attribution 4.0 International License
5684
https://creativecommons.org/licenses/by/4.0/
57-

release_notes/v1.0.0-beta.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# v1.0.0-beta June 8, 2017
2+
3+
## Release Notes
4+
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).
5+
6+
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.
7+
8+
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.
9+
10+
## Known Vulnerabilities
11+
none
12+
13+
## Resolved Vulnerabilities
14+
none
15+
16+
## Known Issues & Workarounds
17+
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.
18+
19+
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.
20+
21+
## [Change Log](https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v100-beta)

0 commit comments

Comments
 (0)