We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.9 is nearing its launch, though some efforts are still underway to ensure a seamless upgrade process.
We extend our gratitude to our new contributors for their invaluable support!
AsyncRuntime::abort()
N, LS, SM
Raft<C, N, LS, SM>
option
Raft::begin_receiving_snapshot()
openraft::metrics::Wait
AsyncRuntime
RaftNetwork::snapshot()
PayloadTooLarge
Raft::access_raft_state()
RaftState
Raft::data_metrics()
Raft::server_metrics()
Raft::ensure_linearizable()
Raft::install_complete_snapshot()
Wait::eq()
ge()
Wait::voter_ids()
Wait::members()
RaftLogStorageExt
generic-snapshot-data
--features loosen-follower-log-revert
tick_loop()
Send
Sync
Instant
std::time::Instant
RaftError
raft-kv-memstore
Full Changelog: v0.8.9...v0.9.0-alpha.10
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening this issue!
Get help or engage by:
/help
/assignme
Sorry, something went wrong.
https://github.com/datafuselabs/openraft/releases/tag/v0.9.0
No branches or pull requests
Release 0.9 is nearing its launch, though some efforts are still underway to ensure a seamless upgrade process.
We extend our gratitude to our new contributors for their invaluable support!
What's Changed
Changes
AsyncRuntime::abort()
#1012N, LS, SM
fromRaft<C, N, LS, SM>
#941option
argument #1028New Features
Raft::begin_receiving_snapshot()
#1008openraft::metrics::Wait
#960AsyncRuntime
#995RaftNetwork::snapshot()
to send a complete snapshot #1009PayloadTooLarge
error #951Raft::access_raft_state()
to accessRaftState
with a function #957Raft::data_metrics()
andRaft::server_metrics()
#990Raft::ensure_linearizable()
to ensure linearizable read #964Raft::install_complete_snapshot()
to install a snapshot #1002Wait::eq()
andge()
to await a metics #967Wait::voter_ids()
and deprecateWait::members()
#961RaftLogStorageExt
to provide additional raft-log methods #1034generic-snapshot-data
#1016--features loosen-follower-log-revert
#903Bug Fix
tick_loop()
when the receiver is gone. #930Send
/Sync
bounds #934Instant
forstd::time::Instant
#1001RaftError
into serialize and deserialize #991New Contributors
raft-kv-memstore
example to use storage v2 #977Full Changelog: v0.8.9...v0.9.0-alpha.10
The text was updated successfully, but these errors were encountered: