Releases: hyperledger-labs/fablo
Releases · hyperledger-labs/fablo
2.0.0
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
1.1.0
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
Merge pull request #315 from dzikowski/node16-dco Node16 dco + merges
1.0.2
1.0.1-unstable
What's Changed
- Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #275
- Bump follow-redirects from 1.14.1 to 1.14.7 by @dependabot in #276
- Bump nanoid from 3.1.22 to 3.2.0 by @dependabot in #279
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #280
- Removing redundant quotes by @dzikowski in #283
- peer metrics expose by @Hejwo in #287
Full Changelog: 1.0.0...1.0.1-unstable
1.0.0
What's Changed
- Use new environment variable for genesis block, for HLF version 2 by @gzhk in #246
- Generate connection profiles by @gzhk in #248
- Snapshot and restore network by @dzikowski in #247
- Rename 'reboot' command to 'reset' by @dzikowski in #250
- Rename x.com to x.example.com by @gzhk in #251
- Support hlf explorer by @gzhk in #252
- Testimonials added by @dzikowski in #256
- Fix logo for dark mode by @dzikowski in #259
- Update test-on-push.yml by @ryjones in #260
- Update test-on-push.yml by @ryjones in #261
- Update links in README to point at hyperledger-labs/fablo by @rucek in #258
- Global explorer by @gzhk in #266
- Support Postgres as a CA database by @gzhk in #268
- Use the official CouchDB image for peer database by @gzhk in #269
- Prepare for release v1.0.0 by @dzikowski in #270
- Release script fix by @dzikowski in #272
- Allow additional properties in Fablo config by @dzikowski in #273
New Contributors
Full Changelog: 0.3.0...1.0.0