badger v2.0.1-rc1 Release Notes

Release Date: 2019-12-23 // over 4 years ago
  • 🆕 New APIs

    badger.Options

    - WithZSTDCompressionLevel (3eb4e72)

    Badger.TableInfo

    🔋 Features

    • Introduce in-memory mode in badger. (#1113)

    🛠 Fixed

    • Limit manifest's change set size. (#1119)
    • Cast idx to uint32 to fix compilation on i386. (#1118)
    • 🛠 Fix request increment ref bug. (#1121)
    • 🛠 Fix windows dataloss issue. (#1134)
    • 🛠 Fix VerifyValueChecksum checks. (#1138)
    • 🛠 Fix encryption in stream writer. (#1146)
    • 🛠 Fix segmentation fault in vlog.Read. (header.Decode) (#1150)
    • 🛠 Fix merge iterator duplicates issue. (#1157)

    🐎 Performance

    • 0️⃣ Set level 15 as default compression level in Zstd. (#1111)
    • ⚡️ Optimize createTable in stream_writer.go. (#1132)