github.com/lzy4123/fabric@v2.1.1+incompatible/release_notes/v1.1.0-rc1.txt (about)

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