Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

v0.19.19

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidkel davidkel released this 07 Dec 09:48
· 5 commits to v0.19.x since this release
dab2b14

Composer v0.19.19

Welcome to Hyperledger Composer v0.19.19, which comes with some logging and functional updates, to help keep you all Composing.
Also we can confirm the Composer v0.20 can be used with hyperledger fabric 1.3.0. It doesn't exploit any features of this release but does tolerate it.

Bug fixes

🐞 #4531 Fixes an issue where a websocket client can terminate the rest server
🐞 #4535 Fixes the logging of transaction ids for the performance (verbose) logging in chaincode
🐞 #4538 Corrects the cloud wallets documentation
🐞 #4522 Minor improvements to chaincode logging

Notes

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

  • hlfv1 for Fabric v1.0
  • hlfv11 for Fabric v1.1
  • hlfv12 for Fabric v1.2

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

  • v0.20.0 and above are compatible with the Fabric 1.2.0, 1.2.1 and 1.3.0 driver only
  • v0.18.2, v0.19.0 and above are compatible with the Fabric 1.1.0 driver only
  • v0.18.0 -> v0.18.1 are compatible with the Fabric RC1 driver only
  • v0.17.3 -> v0.17.6 are compatible with Fabric alpha driver only
  • v0.17.0 -> v0.17.2 are compatible with Fabric preview driver only

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