Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@dzikowski dzikowski released this 18 Sep 10:14
· 5 commits to main since this release
548a681

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