BadgerDB v3.2103.1 release

Hey folks, we have released v3.2103.1 Badger DB.

This release removes CGO dependency of 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)

Please let us know about your experience with this version of Badger.