Skip to content

Releases: awgh/ratnet

v1.1.0 Release

17 Jan 00:12
c1db8b9
Compare
Choose a tag to compare

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

15 Jan 07:28
Compare
Choose a tag to compare

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

21 Nov 19:29
99e48c7
Compare
Choose a tag to compare
Pre-release

Final blocking issue resolved, documentation and cleanup required before release.
No more feature work planned before v1.0 final!

v1.0 Release Candidate 1

08 Feb 01:03
Compare
Choose a tag to compare
Pre-release

Tagged release candidate before merge of new peer group change.