Skip to content

v1.1.0 Release

Latest
Compare
Choose a tag to compare
@awgh awgh released this 17 Jan 00:12
· 25 commits to master since this release
c1db8b9

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.