github.com/tenywen/fabric@v1.0.0-beta.0.20170620030522-a5b1ed380643/docs/source/releases.rst (about) 1 Release Notes 2 ============= 3 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 32 `v1.0.0-alpha2 <https://github.com/hyperledger/fabric/releases/tag/v1.0.0-alpha2>`__ 33 34 The second alpha release of the v1.0.0 Hyperledger Fabric project. The code is 35 now feature complete. From now until the v1.0.0 release, the community is 36 focused on documentation improvements, testing, hardening, bug fixing and 37 tooling. We will be releasing successive release candidates periodically as 38 the release firms up. 39 40 `Change Log <https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v100-alpha2-may-15-2017>`__ 41 42 `v1.0.0-alpha <https://github.com/hyperledger/fabric/releases/tag/v1.0.0-alpha>`__ 43 March 16, 2017 44 45 The first alpha release of the v1.0.0 Hyperledger Fabric project. The code is 46 being made available to developers to begin exploring the v1.0 architecture. 47 48 `Change Log <https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v100-alpha-march-16-2017>`__ 49 50 `v0.6-preview <https://github.com/hyperledger/fabric/tree/v0.6>`__ 51 September 16, 2016 52 53 A developer preview release of the Hyperledger Fabric intended to 54 exercise the release logistics and stabilize a set of capabilities for 55 developers to try out. This will be the last release under the original 56 architecture. All subsequent releases will deliver on the v1.0 57 architecture. 58 59 `Change Log <https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v06-preview-september-16-2016>`__ 60 61 `v0.5-developer-preview <https://github.com/hyperledger-archives/fabric/tree/v0.5-developer-preview>`__ 62 June 17, 2016 63 64 A developer preview release of the Hyperledger Fabric intended to 65 exercise the release logistics and stabilize a set of capabilities for 66 developers to try out. 67 68 Key features: 69 70 Permissioned blockchain with immediate finality Chaincode (aka smart 71 contract) execution environments Docker container (user chaincode) 72 In-process with peer (system chaincode) Pluggable consensus with PBFT, 73 NOOPS (development mode), SIEVE (prototype) Event framework supports 74 pre-defined and custom events Client SDK (Node.js), basic REST APIs and 75 CLIs Known Key Bugs and work in progress 76 77 - 1895 - Client SDK interfaces may crash if wrong parameter specified 78 - 1901 - Slow response after a few hours of stress testing 79 - 1911 - Missing peer event listener on the client SDK 80 - 889 - The attributes in the TCert are not encrypted. This work is 81 still on-going 82 83 .. Licensed under Creative Commons Attribution 4.0 International License 84 https://creativecommons.org/licenses/by/4.0/