Releases: Jille/raft-grpc-transport
Releases · Jille/raft-grpc-transport
v1.6.0
Implemented the Close(), Connect(), Disconnect(), DisconnectAll() and RequestPreVote() APIs.
Upgraded to Raft v1.7.0.
Upgraded to the proto v2 API.
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Accept any grpc.ServiceRegistrar
instead of requiring *grpc.Server
. Thanks @rledisez.
v1.4.0
Add HeartbeatTimeout option
v1.3.0
Update to raft 1.3.7 protocol
v1.2.0
Update to a newer gRPC and Raft 1.3.0.
v1.1.1
Add missing InstallSnapshotRequest.SnapshotVersion field
v1.1.0
Implement fast path for heartbeats
Raft calls Transport.SetHeartbeatHandler() with a callback that can handle heartbeats, so they can skip the queue.
v1.0.0
Implement fast path for heartbeats
Raft calls Transport.SetHeartbeatHandler() with a callback that can handle heartbeats, so they can skip the queue.
v0.0.1
Implement fast path for heartbeats
Raft calls Transport.SetHeartbeatHandler() with a callback that can handle heartbeats, so they can skip the queue.