github.com/yous1230/fabric@v2.0.0-beta.0.20191224111736-74345bee6ac2+incompatible/release_notes/v1.1.0-alpha.txt (about)

     1  v1.1.0-alpha January 25, 2018
     2  -------------------------------
     3  
     4  Release Notes
     5  -------------
     6  This is a feature-complete *alpha* release of the up-coming 1.1 release. The 1.1 release
     7  includes the following new major features:
     8  
     9    - https://jira.hyperledger.org/browse/FAB-6911 - Event service for blocks
    10    - https://jira.hyperledger.org/browse/FAB-5481 - Event service for block transaction events
    11    - https://jira.hyperledger.org/browse/FAB-5300 - Certificate Revocation List from CA
    12    - https://jira.hyperledger.org/browse/FAB-3067 - Peer management of CouchDB indexes
    13    - https://jira.hyperledger.org/browse/FAB-6715 - Mutual TLS between all components
    14    - https://jira.hyperledger.org/browse/FAB-5556 - Rolling Upgrade via configured capabilities
    15    - https://jira.hyperledger.org/browse/FAB-2331 - Node.js Chaincode support
    16    - https://jira.hyperledger.org/browse/FAB-5363 - Node.js SDK Connection Profile
    17    - https://jira.hyperledger.org/browse/FAB-830 - Encryption library for chaincode
    18    - https://jira.hyperledger.org/browse/FAB-5346 - Attribute-based Access Control
    19    - https://jira.hyperledger.org/browse/FAB-6089 - Chaincode APIs for creator identity
    20    - https://jira.hyperledger.org/browse/FAB-6421 - Performance improvements
    21  
    22  Additionally, there are feature improvements, bug fixes, documentation and test
    23  coverage improvements, UX improvements based on user feedback and changes to address a
    24  variety of static scan findings (unused code, static security scanning, spelling,
    25  linting and more).
    26  
    27  Known Vulnerabilities
    28  ---------------------
    29  none
    30  
    31  Resolved Vulnerabilities
    32  ------------------------
    33  none
    34  
    35  Known Issues & Workarounds
    36  --------------------------
    37  The fabric-ccenv image which is used to build chaincode, currently includes
    38  the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
    39  This is convenient, as it provides the ability to package chaincode
    40  without the need to include the "shim". However, this may cause issues in future
    41  releases (and/or when trying to use packages which are included by the "shim").
    42  
    43  In order to avoid any issues, users are advised to manually vendor the "shim"
    44  package with their chaincode prior to using the peer CLI for packaging and/or
    45  for installing chaincode.
    46  
    47  Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
    48  and kindly be aware that given the above, we may end up changing the
    49  fabric-ccenv in the future.
    50  
    51  Change Log
    52  ----------
    53  https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v110-alpha