Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

FIN packet added

Compare
Choose a tag to compare
@jameshartig jameshartig released this 05 May 21:50
· 9 commits to master since this release

A FIN packet was added that signals the end of the transaction. This will allow us to actually error on i/o timeouts instead of just assuming the transaction is over. If you update your master to v0.2 and don't upgrade your slaves then you will start seeing incorrect signature warnings. This is expected and v0.2 added a forward-compatible check to prevent this in the future. Upgrading your slaves first and then the master is the recommended upgrade strategy.

A version --version flag was also added for official releases. See readme for how to customize the version at compile time.