libraft v0.4.1.0 Release Notes

Release Date: 2019-02-12 // about 5 years ago
  • 0.4.1.0

    • ๐Ÿ‘Œ Improvement: Users can now supply an existing logging function to log internal
      ๐Ÿ”Š raft node logs, useful for integration into existing applications.
    • ๐Ÿ‘Œ Improvement: The example instances for RaftClientSend and
      RaftClientRecv using unix sockets no longer need to fork a server to handle
      responses from the raft node; the response is sent on the same socket the
      client opens while sending the request.