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

     1  v1.1.0-preview November 1, 2017
     2  -------------------------------
     3  
     4  Release Notes
     5  -------------
     6  This is a *preview* release of the up-coming 1.1 release. We are not feature
     7  complete for 1.1 just yet, but we wanted to get the following functionality
     8  published to gain some early community feedback on the following features:
     9  
    10    - https://jira.hyperledger.org/browse/FAB-2331- Node.js Chaincode
    11    - https://jira.hyperledger.org/browse/FAB-5363 - Node.js SDK Connection Profile
    12    - https://jira.hyperledger.org/browse/FAB-830 - Encryption library for chaincode
    13    - https://jira.hyperledger.org/browse/FAB-5346 - Attribute-based Access Control
    14    - https://jira.hyperledger.org/browse/FAB-6089 - Chaincode APIs to retrieve
    15      creator cert info
    16    - https://jira.hyperledger.org/browse/FAB-6421 - Performance improvements
    17  
    18  Additionally, there are the usual bug fixes, documentation and test coverage
    19  improvements, UX improvements based on user feedback and changes to address a
    20  variety of static scan findings (unused code, static security scanning, spelling,
    21  linting and more).
    22  
    23  Known Vulnerabilities
    24  ---------------------
    25  none
    26  
    27  Resolved Vulnerabilities
    28  ------------------------
    29  none
    30  
    31  Known Issues & Workarounds
    32  --------------------------
    33  The fabric-ccenv image which is used to build chaincode, currently includes
    34  the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
    35  This is convenient, as it provides the ability to package chaincode
    36  without the need to include the "shim". However, this may cause issues in future
    37  releases (and/or when trying to use packages which are included by the "shim").
    38  
    39  In order to avoid any issues, users are advised to manually vendor the "shim"
    40  package with their chaincode prior to using the peer CLI for packaging and/or
    41  for installing chaincode.
    42  
    43  Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
    44  and kindly be aware that given the above, we may end up changing the
    45  fabric-ccenv in the future.
    46  
    47  Change Log
    48  ----------
    49  https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v110-preview