Skip to content

Latest commit

 

History

History
98 lines (81 loc) · 6.44 KB

CHANGELOG.md

File metadata and controls

98 lines (81 loc) · 6.44 KB

0.7.0 - 2023-03-06

  • Update prost to 0.11 (#496)
  • Make priority an i64 so a lower than default priority can be configured (#495)
  • Allow fetching entries in asynchronous manner (#459)
  • Support setting max-inflight-msgs in runtime to reduce memory usage (#450)

0.6.0 - 2021-06-16

  • Joint Consensus became a stable feature (#379, #380, #382, #383, #385, #386, #411)
  • Ported aggresive flow control from etcd/raft (#354)
  • Introduced group commit to force geo replication safety (#359)
  • Harden read index (#355, #363)
  • Support limiting uncommitted logs (#398)
  • Support asynchronous ready (#403, #410, #417, #433)
  • Fast log append rejection (#367)
  • bytes::Bytes is used for protos if feature protobuf-codec is enabled (by default) (#438)
  • Switched to thiserror (#435)
  • Implemented committed entries pagination (#440)

0.6.0-alpha - 2019-07-24

0.5.0 - 2019-02-11

0.4.0 - 2018-09-18

0.3.1 - 2018-07-10

0.3.0 - 2018-06-07

0.2.0 - 2018-05-14

0.1.0 - 2018-02-26

  • initial release