github.com/ewagmig/fabric@v2.1.1+incompatible/release_notes/v1.0.1.txt (about)

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