I’ve tagged the RobustIRC v0.7 release. It contains a bunch of infrastructure improvements and fixes. Here are the release notes:
• Move to latest hashicorp/raft v1.1.2
• localnet: add -shell for easy process termination/restarting
• api: /messages: fail early when partitioned, acknowledge request immediately:
• remove osext dependency now that go1.8 is in Debian stable-backports
• postmessage: ensure messages do not contain \n
• add flakyhttp mechanism for fault injection:
• prometheus: bump hold time of often-spurious LeaderFlapping alert
• Fix accidental 404 when GetMessages is aborted (Thanks sur5r)