Skip to content

Releases: hyperledger/firefly

v0.11.3

21 Dec 03:48
7065837
Compare
Choose a tag to compare

Summary

  • Dependency updates and bug fixes
  • Helm/Kubernetes deployment template updated for fabric and prometheus metrics

Updated Dependencies

What's Changed

  • Fabric connector needs to subscribe from zero by @peterbroadhurst in #361
  • Support configuration keys when the value type is a list by @jebonfig in #362
  • [helm] Adding Storage for DX Blobs and PVC Templating Improvements by @hfuss in #354
  • Fix send-to-self for private messages, and add group query URLs by @peterbroadhurst in #363
  • [helm] Support for Prometheus Metrics by @hfuss in #338
  • [fabric] Dockerfile for Compiling firefly-go for Linux by @hfuss in #357
  • Update manifest ready for v0.11.3 release by @peterbroadhurst in #364
  • [helm] Fabconnect Support by @hfuss in #356

Full Changelog: v0.11.2...v0.11.3

v0.11.2

14 Dec 19:07
Compare
Choose a tag to compare

Summary

This patch release includes important fixes and hardening for recent features. Major highlights:

  • New charts UI and UI fixes for token panels
  • Handling for token connectors that don't guarantee a unique URI for each NFT

Updated Dependencies

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

01 Dec 16:41
Compare
Choose a tag to compare

Summary

This patch release includes important fixes and hardening for recent features. Major highlights:

  • Fixed bugs with some token transfer events being ignored
  • Added support for retrieving the URI attached to each non-fungible token
  • Updated EthConnect release with significant new features, particularly when using Kafka
  • Added initial prometheus metrics for batch pins

Updated Dependencies

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

22 Nov 16:03
15e4a0c
Compare
Choose a tag to compare

Summary

This release brings a lot of fixes and some exciting new features. Here are some of the highlights:

  • Significantly hardened and enhanced token functionality
    • New, more flexible API structure (old APIs deprecated)
    • Coordination of token mint/burn/transfer events with attached messages and off-chain data
    • Proper handling for failed transfers and other error scenarios
  • Major web UI overhaul
    • New pluggable architecture, introducing modules
      • Existing FireFly UI is now the data module
      • Added two new modules, tokens and network-map
    • Reworked navigation
    • Updated dashboard
    • Enhanced filtering
  • Optimized database operations for increased transactional throughput
  • Fixed PostgreSQL database migrations

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1-20211025-01

25 Oct 15:01
818b5ed
Compare
Choose a tag to compare
v0.10.1-20211025-01 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.1-20211025-01

v0.10.1

15 Oct 20:47
80f6839
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

19 Oct 20:47
3d9f3ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

13 Oct 23:56
83507dc
Compare
Choose a tag to compare
Merge pull request #241 from hyperledger/manifest

Add manifest for CLI to pull specific version sets