Skip to content

Releases: inet256/inet256

v0.0.3

17 Apr 19:29
3ce12a5
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Breaking API Changes:

  • inet256.Service has lost 3 methods, which duplicated functionality provided by inet256.Node. The methods are FindAddr LookupPublicKey and MTU.

Breaking Behavior Changes:

  • The reference implementation no longer allows multiple nodes with the same address to be open at a time. package rcsrv adds reference counted nodes, which inet256grpc uses to allow multiple connections to a node.

Other Changes:

  • inet256cmd has been refactored so that other applications can import the commands.
  • More detail and organization added to the spec. No breaking changes.

v0.0.2

24 Oct 21:50
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
fixes inet256.IsErr* methods

v0.0.1

23 Oct 20:48
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
add script for building go binaries