|
| 1 | +--- |
| 2 | +layout: i18n_page |
| 3 | +title: pages.release_notes |
| 4 | +nav_order: 10 |
| 5 | +has_children: false |
| 6 | +--- |
| 7 | + |
| 8 | +# Release Notes |
| 9 | + |
| 10 | +[Full release notes](https://github.com/hyperledger/firefly/releases) |
| 11 | + |
| 12 | +## [Version 1.1 - September 12, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.1.0) |
| 13 | + |
| 14 | +[FireFly 1.1 migration guide](https://github.com/hyperledger/firefly/wiki/Migration-Guide-for-v1.1.0) |
| 15 | + |
| 16 | +What's New: |
| 17 | +- Gateway Mode: Connect to many chains with auto-indexing of activities |
| 18 | +- Public EVM Chain Support: Manage public chain connections including Ethereum, Polygon, Arbitrum, Binance Smart Chain, Moonbeam, and more. |
| 19 | +- Namespaces: Isolated environments within a FireFly runtime allowing independent configuration of plugin and infrastructure components and more |
| 20 | +- Connector Toolkit: Quickly build custom connectors |
| 21 | +- Pluggable API Security: Plug in your own API security |
| 22 | +- Mass Scale Tokens: Support many parallel copies of token plugins for mass scale |
| 23 | + |
| 24 | +## [Version 1.0.3 - July 07, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.0.3) |
| 25 | + |
| 26 | +What's New: |
| 27 | +- Adds support for custom URIs for non-fungible tokens and documentation updates |
| 28 | +- Deprecate default value for "ffdx" |
| 29 | +- Back port of custom URI support for non-fungible tokens |
| 30 | +- Update token connector versions |
| 31 | +- Back port of "FAQ and FireFly Tutorial updates" |
| 32 | + |
| 33 | +## [Version 1.0.2 - May 12, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.0.2) |
| 34 | + |
| 35 | +What's New: |
| 36 | +- Fix invocations on custom Fabric chaincode, which were not properly reporting success/failure status back to FireFly (along with other minor bugfixes). |
| 37 | +- De-duplicate existing token approvals in database migration |
| 38 | +- Backport docs generation and versioning code for 1.0 stream |
| 39 | +- Default fabconnect calls to async |
| 40 | +- Set message header type of broadcast/private |
| 41 | + |
| 42 | +## [Version 1.0.1 - May 09, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.0.1) |
| 43 | + |
| 44 | +What's New: |
| 45 | +- Fixes for token approvals - previously approvals would intermittently be missed by FireFly or recorded with incorrect details. |
| 46 | +- New versions of ERC20/ERC721 connector will assume "no data" support if you create a token pool against an older version of the sample smart contracts. |
| 47 | + |
| 48 | +## [Version 1.0.0 - April 28, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.0.0) |
| 49 | + |
| 50 | +This release includes lots of major hardening, performance improvements, and bug fixes, as well as more complete documentation and OpenAPI specifications. |
| 51 | + |
| 52 | +What's New: |
| 53 | +- Massive performance improvements across the board |
| 54 | +- Up-to-date documentation and fully annotated OpenAPI specification |
| 55 | +- Overhaul of UI |
| 56 | +- Cleaner logs and error messages |
| 57 | +- Lots of bug fixes and miscellaneous enhancements |
| 58 | + |
| 59 | + |
| 60 | +## [Version 0.14.0 - March 22, 2022](https://github.com/hyperledger/firefly/releases/tag/v0.14.0) |
| 61 | + |
| 62 | +What's New: |
| 63 | +- Major UI updates including Activity, Blockchain, Off-Chain, Tokens, Network Map, and My Node sections |
| 64 | +- Custom contract APIs |
| 65 | +- Enhanced subscription filters |
| 66 | +- Event API enrichment |
| 67 | +- Performance updates |
| 68 | +- Bug fixes |
| 69 | + |
| 70 | +## [Version 0.13.0 - February 14, 2022](https://github.com/hyperledger/firefly/releases/tag/v0.13.0) |
| 71 | + |
| 72 | +What's New: |
| 73 | +- Hardening release with significant rework to core of FireFly, mostly to fix issues exposed by the performance testing. |
| 74 | +- Support for running on ARM-based M1 processors |
| 75 | +- Rewrite of the message batching and event aggregation logic inside FireFly, to fix numerous edge cases with lost or hung messages |
| 76 | +- Hardening of operations and transactions to behave more consistently across all types |
| 77 | +- Metrics reporting to Prometheus |
| 78 | +- Continued development to support custom on-chain logic (still in preview) |
| 79 | + |
| 80 | +## [Version 0.12.0 - February 02, 2022](https://github.com/hyperledger/firefly/releases/tag/v0.12.0) |
| 81 | + |
| 82 | +What's New: |
| 83 | +- All APIs deprecated in v0.11.0 or earlier are removed |
| 84 | +- Preview of custom on-chain logic |
| 85 | +- Support for new ERC20 / ERC721 connector |
| 86 | +- Overhaul of Transaction type and new BlockchainEvent type |
| 87 | +- Support for delivery confirmations via DX plugin |
| 88 | + |
| 89 | +## [Version 0.11.0 - November 22, 2021](https://github.com/hyperledger/firefly/releases/tag/v0.11.0) |
| 90 | + |
| 91 | +What's New: |
| 92 | +- Significant hardening and enhanced token functionality |
| 93 | +- Major web UI overhaul |
| 94 | +- Optimized database operations for increased transactional throughput |
| 95 | +- Fixed PostgreSQL database migrations |
0 commit comments