Fablo Versions Save

Fablo is a simple tool to generate the Hyperledger Fabric blockchain network and run it on Docker. It supports RAFT and solo consensus protocols, multiple organizations and channels, chaincode installation and upgrade.

1.2.0

9 months ago

Features

  • Initial Kubernetes support #351 (not yet so elastic like Fablo in terms of network topology, but ready for first views and comments7)

Chore & Maintenance

  • Library updates

1.1.0

1 year ago

Features

  • Support Fabric Gateway since Fabric 2.4 #305
  • Introduce pre-restore hook
  • Attach fabric-ca-server-config.yaml as a volume #168
  • Support tls for CA #229
  • Use nvm to switch node version for chaincode build
  • Allow to run peers in dev mode #126
  • Allow to install each chaincode manually

Fixes

  • Support Apple M1 / arm64 architecture
  • Various fixes in channel scripts
  • Remove remaining docker containers and images after prune

Chore & Maintenance

  • Add fabricNodeenvVersion global configuration
  • Update Node.js runtime compatibility (details)
  • Update legacy URLs

1.0.3-unstable

2 years ago

1.0.2

2 years ago
  • Expose peer and orderer Prometheus metrics

1.0.1-unstable

2 years ago

What's Changed

Full Changelog: https://github.com/hyperledger-labs/fablo/compare/1.0.0...1.0.1-unstable

1.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperledger-labs/fablo/compare/0.3.0...1.0.0

0.3.1

2 years ago

0.3.0

2 years ago

Improved version with:

  • Orderer sharding, groupping
  • post generate hooks
  • bug fixes

More details in changelog.md

0.2.0

2 years ago

First stable release under a new name. Fablo supports:

  • Environment: Docker
  • RAFT and solo consensus protocols
  • Multiple organizations and channels
  • Chaincode installation and upgrade
  • Private data
  • Hyperledger Fabric since 1.3 to 2.3.x

It works on Linux and OSX