Skip to content

Releases: lonng/nano

v0.5.1

27 May 03:20
1698d2e
Compare
Choose a tag to compare

⚠️ This release is a cumulative update release, there are updates that are incompatible with previous versions, please upgrade carefully; new projects can be used with confidence.

Updates

  • Change the protobuf package from github.com/golang/protobuf/proto to google.golang.org/protobuf/proto
  • Support heartbeat between nodes in the same cluster.
  • Fix re-register router after node restart.
  • Support customize route messages.
  • Support delete route.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

29 Oct 09:32
c56bea9
Compare
Choose a tag to compare
fix tadpole example (#63)

v0.4.0

12 Dec 13:33
29e34c2
Compare
Choose a tag to compare
Update README.md