v1.0.1
·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
v1.0.1
A small release to just add a sort-of bug fix. When passing peer_applications: [] to the config, neither FLAME nor FlamePeer were started on the peer node. This means that any call to the peer node via FLAME was destined to fail, because FLAME never started on the peer and therefore never received the acknowledgement from the terminator on the peer.
This release enforces that the :peer_applications value always contains both :flame and :flame_peer, regardless of what is passed. This enforces that no matter what, FLAME can properly communicate with the peer.
Full Changelog: v1.0.0...v1.0.1