Skip to content

build(deps): bump github.com/dgraph-io/badger/v3 from 3.2011.1 to 3.2103.2#180

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2
Closed

build(deps): bump github.com/dgraph-io/badger/v3 from 3.2011.1 to 3.2103.2#180
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2021

Bumps github.com/dgraph-io/badger/v3 from 3.2011.1 to 3.2103.2.

Release notes

Sourced from github.com/dgraph-io/badger/v3's releases.

BadgerDB v3.2103.2

This patch release contains:

Fixed

  • fix(compact): close vlog after the compaction at L0 has been completed (#1752)
  • fix(builder): put the upper limit on reallocation (#1748)
  • deps: Bump github.com/google/flatbuffers to v1.12.1 (#1746)
  • fix(levels): Avoid a deadlock when acquiring read locks in levels (#1744)
  • fix(pubsub): avoid deadlock in publisher and subscriber (#1749) (#1751)

Full Changelog: dgraph-io/badger@v3.2103.1...v3.2103.2

BadgerDB v3.2103.1

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)

BadgerDB v3.2103.0

Breaking

  • Subscribe: Add option to subscribe with holes in prefixes. (#1658)

Fixed

  • fix(compaction): Remove compaction backoff mechanism (#1686)
  • Add a name to mutexes to make them unexported (#1678)
  • fix(merge-operator): don't read the deleted keys (#1675)
  • fix(discard): close the discard stats file on db close (#1672)
  • fix(iterator): fix iterator when data does not exist in read only mode (#1670)
  • fix(badger): Do not reuse variable across badger commands (#1624)
  • fix(dropPrefix): check properly if the key is present in a table (#1623)

Performance

  • Opt(Stream): Optimize how we deduce key ranges for iteration (#1687)
  • Increase value threshold from 1 KB to 1 MB (#1664)
  • opt(DropPrefix): check if there exist some data to drop before dropping prefixes (#1621)

Features

  • feat(options): allow special handling and checking when creating options from superflag (#1688)
  • overwrite default Options from SuperFlag string (#1663)
  • Support SinceTs in iterators (#1653)
  • feat(info): Add a flag to parse and print DISCARD file (#1662)
  • feat(vlog): making vlog threshold dynamic 6ce3b7c (#1635)
  • feat(options): add NumGoroutines option for default Stream.numGo (#1656)
  • feat(Trie): Working prefix match with holes (#1654)
  • feat: add functionality to ban a prefix (#1638)

... (truncated)

Changelog

Sourced from github.com/dgraph-io/badger/v3's changelog.

[3.2103.2] - 2021-10-07

Fixed

  • fix(compact): close vlog after the compaction at L0 has completed (#1752)
  • fix(builder): put the upper limit on reallocation (#1748)
  • deps: Bump github.com/google/flatbuffers to v1.12.1 (#1746)
  • fix(levels): Avoid a deadlock when acquiring read locks in levels (#1744)
  • fix(pubsub): avoid deadlock in publisher and subscriber (#1749) (#1751)

[3.2103.1] - 2021-07-08

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)

[3.2103.0] - 2021-06-02

Breaking

  • Subscribe: Add option to subscribe with holes in prefixes. (#1658)

Fixed

  • fix(compaction): Remove compaction backoff mechanism (#1686)
  • Add a name to mutexes to make them unexported (#1678)
  • fix(merge-operator): don't read the deleted keys (#1675)
  • fix(discard): close the discard stats file on db close (#1672)
  • fix(iterator): fix iterator when data does not exist in read only mode (#1670)
  • fix(badger): Do not reuse variable across badger commands (#1624)
  • fix(dropPrefix): check properly if the key is present in a table (#1623)

Performance

  • Opt(Stream): Optimize how we deduce key ranges for iteration (#1687)
  • Increase value threshold from 1 KB to 1 MB (#1664)
  • opt(DropPrefix): check if there exist some data to drop before dropping prefixes (#1621)

Features

  • feat(options): allow special handling and checking when creating options from superflag (#1688)
  • overwrite default Options from SuperFlag string (#1663)
  • Support SinceTs in iterators (#1653)
  • feat(info): Add a flag to parse and print DISCARD file (#1662)
  • feat(vlog): making vlog threshold dynamic 6ce3b7c (#1635)
  • feat(options): add NumGoroutines option for default Stream.numGo (#1656)
  • feat(Trie): Working prefix match with holes (#1654)
  • feat: add functionality to ban a prefix (#1638)
  • feat(compaction): Support Lmax to Lmax compaction (#1615)

... (truncated)

Commits
  • f388e91 Update changelog for v3.2103.2
  • 09a6157 fix(compact): close vlog after the compaction at L0 has completed (#1752)
  • 4298c58 fix(builder): put the upper limit on reallocation (#1748)
  • 644971a deps: Bump github.com/google/flatbuffers to v1.12.1 (#1746)
  • 0c13869 Fix(levels): Avoid a deadlock when acquiring read locks in levels (#1744)
  • e4e2ad7 fix: avoid deadlock in publisher and subscriber (#1749) (#1751)
  • 35da7e8 chore: update changelog for v3.2103.1 (#1727)
  • 128ac55 Merge branch 'naman/cp/2103' into release/v3.2103
  • e1f9dce fix(pendingWrites): don't skip the pending entries with version=0 (#1721)
  • 439b568 fix: Fix conflict detection for managed DB (#1716)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from 0ccf6b9 to 38508bd Compare October 11, 2021 07:32
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from 38508bd to 5a2e719 Compare November 3, 2021 07:36
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch 2 times, most recently from 4458e01 to 451311f Compare November 25, 2021 07:33
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch 2 times, most recently from c222be2 to 7a99be3 Compare December 22, 2021 07:33
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from 7a99be3 to 9ba8ca8 Compare January 5, 2022 07:34
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from 9ba8ca8 to 6de4342 Compare January 17, 2022 07:14
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch 3 times, most recently from 88fab50 to 7d3c534 Compare January 27, 2022 07:14
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from 7d3c534 to 1a9d49a Compare February 8, 2022 07:14
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch 2 times, most recently from c62f875 to 0fee6a7 Compare March 4, 2022 07:12
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch 3 times, most recently from f8761e0 to 1440ffd Compare March 16, 2022 07:15
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from 1440ffd to 8a041cf Compare March 23, 2022 07:19
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch 2 times, most recently from bd8925c to c39cb2e Compare April 25, 2022 07:17
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from c39cb2e to c521ac0 Compare May 16, 2022 07:21
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch 3 times, most recently from e0fe87f to 486bdbf Compare May 31, 2022 07:13
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch 3 times, most recently from bea4706 to 1b756ba Compare June 14, 2022 07:13
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from 1b756ba to aaf3d54 Compare June 21, 2022 07:17
Bumps [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) from 3.2011.1 to 3.2103.2.
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/v3.2103.2/CHANGELOG.md)
- [Commits](dgraph-io/badger@v3.2011.1...v3.2103.2)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch from aaf3d54 to 4e79493 Compare June 21, 2022 07:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2022

Superseded by #250.

@dependabot dependabot bot closed this Oct 17, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/dgraph-io/badger/v3-3.2103.2 branch October 17, 2022 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants