Skip to content

Releases: hypermodeinc/badger

Badger v4.8.0

15 Jul 17:10
b43f4aa
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Migrate from OpenCensus to OpenTelemetry by @jsoriano in #2169
  • chore(deps): Update module github.com/spf13/cobra to v1.9.0 by @renovate in #2174
  • fix: remove accidentally uploaded binary badger-darwin-arm64 by @ix64 in #2175
  • update .gitignore by @mangalaman93 in #2176
  • chore(deps): Update go minor and patch by @renovate in #2177

New Contributors

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

Badger v4.5.2

04 Mar 21:33
911b81a
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

Badger v4.3.1

06 Oct 05:41
a9edda1
Compare
Choose a tag to compare

What's Changed

  • chore: update docs links by @ryanfoxtyler in #2097
  • chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group by @dependabot in #2100
  • chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 in the minor group by @dependabot in #2106
  • fix: fix reverse iterator broken by seek by @harshil-goel in #2109
  • chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 in the patch group by @dependabot in #2114
  • chore(deps): bump github.com/dgraph-io/ristretto from 0.1.2-0.20240116140435-c67e07994f91 to 1.0.0 by @dependabot in #2112

Full Changelog: v4.3.0...v4.3.1

Badger v4.3.0

29 Aug 04:27
02d7531
Compare
Choose a tag to compare

What's Changed

Fixes:

CI:

Full Changelog: v4.2.0...v4.3.0

Badger v4.2.0

04 Aug 13:07
ad41bfd
Compare
Choose a tag to compare

This release contains new and updated metrics for Badger, as well as several bug fixes.

Breaking

  • feat(metrics): fix and update metrics in badger (#1948)
  • fix(metrics): remove badger version in the metrics name (#1982)

Fixed

  • fix(db): avoid panic in parallel reads after closing DB (#1987)
  • fix(logging): fix direct access to logger (#1980)
  • fix(sec): bump google.golang.org/grpc from 1.20.1 to 1.53.0 (#1977)
  • fix(sec): update gopkg.in/yaml.v2 package (#1969)
  • fix(test): fix flakiness of TestPersistLFDiscardStats (#1963)
  • fix(stream): setup oracle correctly in stream writer (#1968) (#1904)
  • fix(stream): improve incremental stream writer (#1901)
  • fix(test): improve the params in BenchmarkDbGrowth (#1967)
  • fix(sync): sync active memtable and value log on Db.Sync (#1847) (#1953)
  • fix(test): handle draining of closed channel, speed up test. (#1957)
  • fix(test): fix table checksum test. Test on uncompressed. (#1952)
  • fix(level): change split key range right key to use ts=0 (#1932)
  • fix(test): the new test case PagebufferReader5 introduced an error. (#1936)
  • fix(test): add missing unlock in TestPersistLFDiscardStats (#1924)
  • fix(PageBufferReader): should conform to io.Reader interface (#1935)
  • fix(publisher): publish updates after persistence in WAL (#1917)

CI

  • chore(ci): split off coverage workflow (#1944)
  • chore(ci): adding trivy scanning workflow (#1925)