Skip to content

Releases: dgraph-io/badger

v4.9.2

09 Jun 01:07
284cea0

Choose a tag to compare

What's Changed

  • chore(core): remove unused event log by @xqqp in #2257
  • fix(cd): upload build artifacts to GitHub Release by @matthewmcneely in #2273
  • fix: Prevent NPE on sync with inmemory DB by @alpe in #2264
  • perf: skip lsm lookup for expired entries during value log rewrite by @lamb007 in #2269
  • chore: update jemalloc to 5.3.1 by @solracsf in #2275
  • fix : read only user should be able to open db on ReadOnly mode by @Naelpuissant in #2268
  • fix(compaction): clamp baseLevel to >=1 to prevent L0->L0 panic on la… by @shiva-istari in #2296

New Contributors

Full Changelog: v4.9.1...v4.9.2

v4.9.1

04 Feb 20:56
3290a60

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.9.0...v4.9.1

v4.9.0

16 Dec 20:06
a700dc3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.0...v4.9.0

Badger v4.8.0

15 Jul 17:10
b43f4aa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.7.0...v4.8.0

Badger v4.7.0

07 Apr 16:41
a9a63e2

Choose a tag to compare

This release removes the dependency on github.com/pkg/errors. If you rely on errors returned by badger, please proceed with caution.

What's Changed

  • chore(deps): Update module golang.org/x/sys to v0.31.0 by @renovate in #2179
  • chore(deps): Update go minor and patch by @renovate in #2181
  • chore(deps): Update go minor and patch by @renovate in #2187
  • chore(deps): remove dependency on github.com/pkg/errors by @hazzik in #2184

New Contributors

Full Changelog: v4.6.0...v4.7.0

Badger v4.6.0

17 Mar 16:41
62c6dc2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.2...v4.6.0

Badger v4.5.2

04 Mar 21:33
911b81a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.1...v4.5.2

Badger v4.5.1

21 Jan 18:20
64b2f37

Choose a tag to compare

What's Changed

  • Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1
  • docs: Add pagination explanation to docs
  • chore(deps): bump the minor group with 2 updates
  • chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in the minor group
  • chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.0 to 2.0.1 in the patch group
  • chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in the minor group
  • chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the patch group
  • chore(deps): bump the minor group with 2 updates
  • fix(info): print Total BloomFilter Size with totalBloomFilter instead of totalIndex
  • chore(deps): bump the minor group with 2 updates
  • chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in the patch group
  • feat(info): print total size of listed keys
  • chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.1 to 2.1.0 in the minor group
  • chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the patch group

Full Changelog: v4.5.0...v4.5.1

Badger v4.5.0

28 Nov 23:36
bb576b6

Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.5.0

Badger v4.4.0

11 Nov 22:03
b239e99

Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.4.0