Tags: James1847/fabric-sdk-py
Tags
cut for release (hyperledger#111) Signed-off-by: rohanshrothrium <shrothriumrohan@gmail.com>
May 23, 2019 --------------------- Release Notes ------------- New Features ---------------- * Support fabric 1.x network; * Add more new features: 1. Implement event service 2. Implement discovery service 3. Replace Rx module with python native async/await 4. CA supporting 5. Implement mutual encryption Improvements ----------- * Improve the documentation and tutorials * Add example code * Refine invoke api * Improve query * Update test cases Known Vulnerabilities --------------------- * Private data collection is not fully supported Resolved Vulnerabilities ------------------------ None Change Log ---------- https://github.com/hyperledger/fabric-sdk-py/blob/master/CHANGELOG.md#v0.8.0
v0.7.0 September 10, 2018 ------------------------- Release Notes ------------- New Features ---------------- * Support fabric 1.0.x network; * Finish Basic Channel APIs: * Channel APIs * Load network configuration * Create a New Channel * Join Peers into a Channel * Get block from a channel * Query channel * Finish Basic Chaincode APIs: * Chaincode APIs * Install Chaincode to peers * Query install Chaincode * Query instantiated Chaincode * Instantiate Chaincode * Invoke Chaincode Improvements ------------ * Tutorials and documentation updated; * Add more test cases. Known Vulnerabilities --------------------- * Fabric-CA support is not implemented; * Fabric 1.1+ network support is not finished; Resolved Vulnerabilities ------------------------ None Change Log ---------- https://github.com/hyperledger/fabric-sdk-py/blob/master/CHANGELOG.md#v0.7.0