badger v2.0.3 Release Notes

Release Date: 2020-03-27 // about 4 years ago
  • ๐Ÿ›  Fixed

    • โž• Add support for watching nil prefix in subscribe API (#1246)

    ๐ŸŽ Performance

    • Compress/Encrypt Blocks in the background (#1227)
    • 0๏ธโƒฃ Disable cache by default (#1257)

    ๐Ÿ”‹ Features

    • โž• Add BypassDirLock option (#1243)
    • โž• Add separate cache for bloomfilters (#1260)

    ๐Ÿ†• New APIs

    • badger.DB
    • badger.Options
      • WithBypassLockGuard (#1243)
      • WithLoadBloomsOnOpen (#1260)
      • WithMaxBfCacheSize (#1260)