Skip to content

v1.0.0

Compare
Choose a tag to compare
@nguyer nguyer released this 28 Apr 14:39
ea38e01

Summary

Version 1.0.0 🎉

This release includes lots of major hardening, performance improvements, and bug fixes, as well as more complete documentation and OpenAPI specifications.

  • 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

You can view the release notes for each release candidate for more details: rc.1 rc.2 rc.3 rc.4 rc.5 rc.6

Breaking Changes and Migrations

  • firefly-dataexchange-https must be upgraded to 1.0.0 alongside FireFly core, as the ack event has been renamed from "commit" to "ack". Upgrading dependencies alongside FireFly is always recommended, but running mismatched versions of FireFly and dataexchange in this case will cause event processing to stall completely.
  • Some of the APIs for creating contract listeners have changed - see #685
  • Some field names under TokenPool, TokenTransfer, and TokenApproval have been adjusted - see #709

Updated Dependencies

What's Changed

New Contributors

Full Changelog: v0.14.1...v1.0.0