MyGit

v0.20.3

hyperledger-archives/composer

版本发布时间: 2018-11-02 19:11:21

hyperledger-archives/composer最新发布版本:v0.20.9(2019-08-30 19:07:40)

Composer v0.20.3

Welcome to Hyperledger Composer v0.20.3, which comes with some logging and functional updates, to help keep your Composer experience as hyperlegendary as possible.

Features

✨ #4477, #4492 New implementation for handling transaction events around notification of transaction commits

Bug fixes

🐞 #4470, #4471 improve docs about TLS for CA on connection profile (thanks to @bjrnt) 🐞 #4490 fix version of loopback-datasource-juggler as new release broke composer rest server 🐞 #4487 upgrade to fabric-shim 1.2.3 to fix problems with Peer issuing GOAWAY and terminating chaincode 🐞 #4482 Update docs around business network reset usage

Notes

⚠️The new event handler capability changes how composer notifies client applications (and this includes the composer rest server, composer playground and the composer cli as they are client applications themselves) as to when the transaction has been committed/rejected. Previous releases allowed a transaction to be submitted but if it was not possible to determine whether that transaction was committed/rejected due to no event hub connections, it would just return a successful message to indicate successful submission only. The new event handler mechanism now will reject any attempt to submit a transaction if it has no connected event hubs as it will not be able to determine the final state of the transaction. It will also throw an error if during the process of submission it is not able to determine if the transaction was committed or was rejected due to loss of connection to the event hubs.

⚠️ If using the Composer tooling to create a Hyperledger Fabric development server, this will now be creating a v1.2.0 server by default. If you are using a different level of Composer, you will need to set the relevant environment variable via export FABRIC_VERSION=hlfvXX when using the Hyperledger Fabric development servers provided by Composer:

⚠️ There are multiple support splits across differing Fabric levels, so please be careful with what versions are being used:

⚠️ The is a change in the business network lifecycle administration, and business network card commands between v0.18.2 and v0.19.0

Conga Comics

If you are new to Conga Comics, then you can view the complete Conga Comic collection at https://congacomic.github.io/

相关地址:原始地址 下载(tar) 下载(zip)

查看:2018-11-02发行的版本