This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Releases: trifel/Report.ixi
Releases · trifel/Report.ixi
0.6
Significant changes:
- Neighbor uuid is now retrieved from the neighbor's public address.
- Report Port is no longer used, the bi-lateral (off-band) metadata exchange is removed.
- Pings are not longer sent out on regular basis
- GossipListener is removed completely to improve performance.
0.5.2
0.5.1
- Fixed Sender-thread concurrency crash bug.
- Automatic configuration migration for users that already have Report.ixi 0.5.
- Average system load is sent to RCS, allowing us to get a good overview of network stress.
- Improved Report.ixi info logging.
- Added Report.ixi debug logging if you run Ict with flag --debug. Very useful when troubleshooting technical problems.
- Reduced ping broadcasting rate to: Once per 5 minutes.
0.5
0.4.1
0.4
0.3.3
0.3.2
0.3.1
0.3
Public release of Report.ixi.
- Metrics logging once per minute
- Ping messages are signed by the producer so that the authenticity and integrity of the payload is ensured by direct neighbors.
- Json (de)serialization classes for various payloads ('Metadata', 'Ping', 'Signed', etc..).
- Neighbors are listed in report.ixi.cfg with the exact same syntax as ict.cfg.
- Improved details in logging for specific events (e.g. 'public key updated', 'uuid changed', etc..)
- Cleaned up the Api class.
- Report.ixi version is now sent to neighbors upon startup.