Skip to content

v0.4.72-nightly

Pre-release
Pre-release
Compare
Choose a tag to compare
@databend-bot databend-bot released this 07 Aug 16:00
7b31dd2

What's Changed

Bug Fixes

  • [store] refactor: use master branch for sled, with the fix to deadlock within multiple tokio runtime (#1326) by @drmingdrmer
  • [cli] fix: status test should use different temp dir or next time it reads the old data left by previous test (#1325) by @drmingdrmer

Dependency Updates

Improvement

  • [store] refactor: RaftState: cleanup open-create: separate info extraction and staet initialization (#1333) by @drmingdrmer
  • [store] refactor: add a field is_open to MetaStore and RaftState to indicate if it is opened from a previously saved state (#1332) by @drmingdrmer
  • [store] refactor: remove MetaStore::{open,new}, open_create() is enough (#1331) by @drmingdrmer
  • [deps] all in comfy-table (#1323) by @PsiACE
  • [store] refactor: rename myid to id, reanme target-id to target (#1330) by @drmingdrmer
  • [cli] refactor: remove temp println (#1327) by @drmingdrmer
  • [store] refactor: use master branch for sled, with the fix to deadlock within multiple tokio runtime (#1326) by @drmingdrmer

Others

  • [store] refactor: RaftState: cleanup open-create: separate info extraction and staet initialization (#1333) by @drmingdrmer
  • [store] refactor: add a field is_open to MetaStore and RaftState to indicate if it is opened from a previously saved state (#1332) by @drmingdrmer
  • [store] refactor: remove MetaStore::{open,new}, open_create() is enough (#1331) by @drmingdrmer
  • [store] refactor: rename myid to id, reanme target-id to target (#1330) by @drmingdrmer
  • [cli] refactor: remove temp println (#1327) by @drmingdrmer
  • [store] refactor: use master branch for sled, with the fix to deadlock within multiple tokio runtime (#1326) by @drmingdrmer
  • [cli] fix: status test should use different temp dir or next time it reads the old data left by previous test (#1325) by @drmingdrmer