Skip to content

Releases: hyperledger-labs/fablo

2.0.0

18 Sep 10:14
548a681
Compare
Choose a tag to compare

Breaking changes

  • Drop support for capabilities v1, and Fabric versions below 2.0.0 #461 #462 #464 #473 #486 #488
  • Drop yarn and nvm installation support #455

Features

  • Add application capability V_2_5 [#463] #463
  • Support for chaincode invoke command (tls and non-tls) #403 #413
  • Support for chaincodes list command (tls and non-tls) #409 #411
  • Christmas easter egg #427
  • Remove dev dependencies on chaincode installation for Node.js #450
  • Update Fabric version in the initial configuration #470
  • Publish Fablo Docker image for ARM architecture #478 #487

Fixes

  • Fixed https request when tls is enabled #438
  • Fixed issue with fablo up command when using CouchDB #443
  • Update Docker Compose command #465
  • Fixed issue with private data collection #460
  • Updated Node.js version from 12 to 16 in chaincode
  • Remove unsupported test library and dependencies

Chore & Maintenance

  • Add contributing guidelines #439
  • Documented the Fablo architecture in ARCHITECTURE.md file #456
  • Changed recommended Node.js version check #442
  • Library updates (mostly by Dependabot)
  • Various CI improvements and fixes #467 #458 #489
  • Improve .gitignore file #476
  • Update Fablo docker image registry to GHCR #491

1.2.0

16 Aug 18:58
6d8c9e6
Compare
Choose a tag to compare

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

18 Jul 11:31
f2a465d
Compare
Choose a tag to compare

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

01 Jun 14:58
ba760de
Compare
Choose a tag to compare
1.0.3-unstable Pre-release
Pre-release
Merge pull request #315 from dzikowski/node16-dco

Node16 dco + merges

1.0.2

05 Apr 11:54
41c6f96
Compare
Choose a tag to compare
  • Expose peer and orderer Prometheus metrics

1.0.1-unstable

20 Feb 17:43
Compare
Choose a tag to compare
1.0.1-unstable Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0...1.0.1-unstable

1.0.0

04 Jan 19:32
31f59fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...1.0.0

0.3.0

24 Nov 08:22
Compare
Choose a tag to compare

Improved version with:

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

More details in changelog.md

0.2.0

17 Sep 10:16
Compare
Choose a tag to compare

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