Skip to content

Commit

Permalink
FAB-4391 release notes for 1.0.0-beta
Browse files Browse the repository at this point in the history
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
christo4ferris committed Jun 7, 2017
1 parent ed02047 commit 38ca371
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
29 changes: 28 additions & 1 deletion docs/source/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Release Notes
=============

`v1.0.0-beta <https://github.com/hyperledger/fabric/releases/tag/v1.0.0-beta>`__
June 8, 2017

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>`__

`v1.0.0-alpha2 <https://github.com/hyperledger/fabric/releases/tag/v1.0.0-alpha2>`__

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

.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
21 changes: 21 additions & 0 deletions release_notes/v1.0.0-beta.md
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)

0 comments on commit 38ca371

Please sign in to comment.