github.com/defanghe/fabric@v2.1.1+incompatible/release_notes/v1.0.3.txt (about) 1 v1.0.3 October 3, 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 none 17 18 Known Issues & Workarounds 19 -------------------------- 20 The fabric-ccenv image which is used to build chaincode, currently includes 21 the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package. 22 This is convenient, as it provides the ability to package chaincode 23 without the need to include the "shim". However, this may cause issues in future 24 releases (and/or when trying to use packages which are included by the "shim"). 25 26 In order to avoid any issues, users are advised to manually vendor the "shim" 27 package with their chaincode prior to using the peer CLI for packaging and/or 28 for installing chaincode. 29 30 Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details, 31 and kindly be aware that given the above, we may end up changing the 32 fabric-ccenv in the future. 33 34 Change Log 35 ---------- 36 https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v103