badger v2.2007.2 Release Notes

Release Date: 2020-08-26 // over 3 years ago
  • ๐Ÿ›  Fixed

    • Compaction: Use separate compactors for L0, L1 (#1466)
    • Rework Block and Index cache (#1473)
    • โž• Add IsClosed method (#1478)
    • Cleanup: Avoid truncating in vlog.Open on error (#1465)
    • Cleanup: Do not close cache before compactions (#1464)

    ๐Ÿ†• New APIs

    • Badger.DB
      • BlockCacheMetrics (#1473)
      • IndexCacheMetrics (#1473)
    • Badger.Option
      • WithBlockCacheSize (#1473)
      • WithIndexCacheSize (#1473)

    โœ‚ Removed APIs [Breaking Changes]

    • Badger.DB
    • Badger.Option
      • WithMaxCacheSize (#1473)
      • WithMaxBfCacheSize (#1473)
      • WithKeepBlockIndicesInCache (#1473)
      • WithKeepBlocksInCache (#1473)