Skip to content

v1.7.4

Compare
Choose a tag to compare
@FZambia FZambia released this 21 Aug 05:55
· 842 commits to master since this release

No backwards incompatible changes here.

This release is centered around internal refactoring to detach node from server - see more details in #186.

Features

  • optionally create PID file using --pid_file command line option.
  • create connections in separate goroutines to slightly improve GC (and therefore reduce memory usage).

Internal (for developers/contributors)

  • Using Go 1.8.3 for builds