Skip to content

BadgerDB v3.2103.1

Compare
Choose a tag to compare
@NamanJain8 NamanJain8 released this 08 Jul 10:24
· 14 commits to release/v3.2103 since this release
35da7e8

This release removes CGO dependency opf badger by using Klauspost's ZSTD instead of Datadog's ZSTD. Also, this has some of the fixes.

Fixed

  • fix(compaction): copy over the file ID when building tables #1713
  • fix: Fix conflict detection for managed DB (#1716)
  • fix(pendingWrites): don't skip the pending entries with version=0 (#1721)

Features

  • feat(zstd): replace datadog's zstd with Klauspost's zstd (#1709)