From 5e637dbc0c37f06ce4f41a3eb303cda05be66b5b Mon Sep 17 00:00:00 2001 From: aznrayizzle Date: Tue, 20 Sep 2022 15:03:29 -0400 Subject: [PATCH 1/2] release notes Signed-off-by: aznrayizzle --- docs/_i18n/en.yml | 1 + docs/faqs/index.md | 2 +- docs/releasenotes/index.md | 95 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 docs/releasenotes/index.md diff --git a/docs/_i18n/en.yml b/docs/_i18n/en.yml index ca22a6e661..9c50bf28c2 100644 --- a/docs/_i18n/en.yml +++ b/docs/_i18n/en.yml @@ -45,6 +45,7 @@ pages: private_data_exchange: Private Data Exchange reference: Reference remote_fabric_network: Remote Fabric Network + release_notes: Release Notes security: Security tools: Tools tutorials: Tutorials diff --git a/docs/faqs/index.md b/docs/faqs/index.md index 179bcd04c9..4dbcd57fdf 100644 --- a/docs/faqs/index.md +++ b/docs/faqs/index.md @@ -2,7 +2,7 @@ layout: i18n_page title: pages.faqs nav_order: 9 -has_children: true +has_children: false --- # FAQs diff --git a/docs/releasenotes/index.md b/docs/releasenotes/index.md new file mode 100644 index 0000000000..405537a971 --- /dev/null +++ b/docs/releasenotes/index.md @@ -0,0 +1,95 @@ +--- +layout: i18n_page +title: pages.release_notes +nav_order: 10 +has_children: false +--- + +# Release Notes + +[Full release notes](https://github.com/hyperledger/firefly/releases) + +## [Version 1.1 - September 12, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.1.0) + +[FireFly 1.1 migration guide](https://github.com/hyperledger/firefly/wiki/Migration-Guide-for-v1.1.0) + +What's New: +- Gateway Mode: Connect to many chains with auto-indexing of activities +- Public EVM Chain Support: Manage public chain connections including Ethereum, Polygon, Arbitrum, Binance Smart Chain, Moonbeam, and more. \ +- Namespaces: Isolated environments within a FireFly runtime allowing independent configuration of plugin and infrastructure components and more +- Connector Toolkit: Quickly build custom connectors +- Pluggable API Security: Plug in your own API security +- Mass Scale Tokens: Support many parallel copies of token plugins for mass scale + +## [Version 1.0.3 - July 07, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.0.3) + +What's New: +- Adds support for custom URIs for non-fungible tokens and documentation updates +- Deprecate default value for "ffdx" +- Back port of custom URI support for non-fungible tokens +- Update token connector versions +- Back port of "FAQ and FireFly Tutorial updates" + +## [Version 1.0.2 - May 12, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.0.2) + +What's New: +- Fix invocations on custom Fabric chaincode, which were not properly reporting success/failure status back to FireFly (along with other minor bugfixes). +- De-duplicate existing token approvals in database migration +- Backport docs generation and versioning code for 1.0 stream +- Default fabconnect calls to async +- Set message header type of broadcast/private + +## [Version 1.0.1 - May 09, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.0.1) + +What's New: +- Fixes for token approvals - previously approvals would intermittently be missed by FireFly or recorded with incorrect details. +- 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. + +## [Version 1.0.0 - April 28, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.0.0) + +This release includes lots of major hardening, performance improvements, and bug fixes, as well as more complete documentation and OpenAPI specifications. + +What's New: +- Massive performance improvements across the board +- Up-to-date documentation and fully annotated OpenAPI specification +- Overhaul of UI +- Cleaner logs and error messages +- Lots of bug fixes and miscellaneous enhancements + + +## [Version 0.14.0 - March 22, 2022](https://github.com/hyperledger/firefly/releases/tag/v0.14.0) + +What's New: +- Major UI updates including Activity, Blockchain, Off-Chain, Tokens, Network Map, and My Node sections +- Custom contract APIs +- Enhanced subscription filters +- Event API enrichment +- Performance updates +- Bug fixes + +## [Version 0.13.0 - February 14, 2022](https://github.com/hyperledger/firefly/releases/tag/v0.13.0) + +What's New: +- Hardening release with significant rework to core of FireFly, mostly to fix issues exposed by the performance testing. +- Support for running on ARM-based M1 processors +- Rewrite of the message batching and event aggregation logic inside FireFly, to fix numerous edge cases with lost or hung messages +- Hardening of operations and transactions to behave more consistently across all types +- Metrics reporting to Prometheus +- Continued development to support custom on-chain logic (still in preview) + +## [Version 0.12.0 - February 02, 2022](https://github.com/hyperledger/firefly/releases/tag/v0.12.0) + +What's New: +- All APIs deprecated in v0.11.0 or earlier are removed +- Preview of custom on-chain logic +- Support for new ERC20 / ERC721 connector +- Overhaul of Transaction type and new BlockchainEvent type +- Support for delivery confirmations via DX plugin + +## [Version 0.11.0 - November 22, 2021](https://github.com/hyperledger/firefly/releases/tag/v0.11.0) + +What's New: +- Significant hardening and enhanced token functionality +- Major web UI overhaul +- Optimized database operations for increased transactional throughput +- Fixed PostgreSQL database migrations \ No newline at end of file From 8d1b6f0fc3743d7f7b13fa08bf20c059fdfdf63f Mon Sep 17 00:00:00 2001 From: Nicko Guyer Date: Mon, 26 Sep 2022 10:05:13 -0400 Subject: [PATCH 2/2] Update docs/releasenotes/index.md Signed-off-by: Nicko Guyer --- docs/releasenotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasenotes/index.md b/docs/releasenotes/index.md index 405537a971..5fce081bce 100644 --- a/docs/releasenotes/index.md +++ b/docs/releasenotes/index.md @@ -15,7 +15,7 @@ has_children: false What's New: - Gateway Mode: Connect to many chains with auto-indexing of activities -- Public EVM Chain Support: Manage public chain connections including Ethereum, Polygon, Arbitrum, Binance Smart Chain, Moonbeam, and more. \ +- Public EVM Chain Support: Manage public chain connections including Ethereum, Polygon, Arbitrum, Binance Smart Chain, Moonbeam, and more. - Namespaces: Isolated environments within a FireFly runtime allowing independent configuration of plugin and infrastructure components and more - Connector Toolkit: Quickly build custom connectors - Pluggable API Security: Plug in your own API security