Releases: awgh/ratnet
v1.1.0 Release
This release breaks the Policy API by moving each policy (Poll, Server, and P2P) into their own packages, consistent with the other APIs.
This release also introduces the -tags no_json build tag, which removes all dependencies on encoding/json and also disables the importers and exporters for nodes. encoding/json is still pulled in by math/big and the time library.
All nodes now have an Import and Export command, when no_json is not enabled.
v1.0.0 Release
Ratnet - First Major Version
We've just made the last API-breaking change we had planned, so we'll call this 1.0.0.
This will make it easier to use go modules to include ratnet in your projects.
Cheers!
v1.0 Release Candidate 2
Final blocking issue resolved, documentation and cleanup required before release.
No more feature work planned before v1.0 final!
v1.0 Release Candidate 1
Tagged release candidate before merge of new peer group change.