github.com/defanghe/fabric@v2.1.1+incompatible/release_notes/v1.0.2.txt (about) 1 v1.0.2 August 31, 2017 2 ------------------------ 3 4 Release Notes 5 ------------- 6 Bug fixes, documentation and test coverage improvements, UX improvements 7 based on user feedback and changes to address a variety of static scan 8 findings (unused code, static security scanning, spelling, linting and more). 9 10 Known Vulnerabilities 11 --------------------- 12 none 13 14 Resolved Vulnerabilities 15 ------------------------ 16 https://jira.hyperledger.org/browse/FAB-5753 17 https://jira.hyperledger.org/browse/FAB-5899 18 19 Known Issues & Workarounds 20 -------------------------- 21 The fabric-ccenv image which is used to build chaincode, currently includes 22 the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package. 23 This is convenient, as it provides the ability to package chaincode 24 without the need to include the "shim". However, this may cause issues in future 25 releases (and/or when trying to use packages which are included by the "shim"). 26 27 In order to avoid any issues, users are advised to manually vendor the "shim" 28 package with their chaincode prior to using the peer CLI for packaging and/or 29 for installing chaincode. 30 31 Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details, 32 and kindly be aware that given the above, we may end up changing the 33 fabric-ccenv in the future. 34 35 Change Log 36 ---------- 37 https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v102