chore(deps): bump dgdao to v0.5.4 - #5
Merged
Merged
Conversation
Update the github.com/dgraph-io/dgdao dependency from v0.5.3 to v0.5.4. The new release pins Dgraph to the released v25.3.8 tag instead of the pre-release pseudo-version v25.3.8-0.20260630205830-2744eff5ec94; the transitive graph moves badger/v4 to v4.9.4 and ristretto/v2 to v2.4.2. Add a [0.2.1] entry to CHANGELOG.md recording the bump. go build, go vet, and go test -short -race all pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Bumps the
github.com/dgraph-io/dgdaodependency from v0.5.3 to v0.5.4. This isa dependency-only patch release (v0.2.1); no source changes. dgdao v0.5.4 pins
the transitive
github.com/dgraph-io/dgraph/v25dependency to the releasedv25.3.8tag rather than the earlier pre-release pseudo-version, andgo mod tidymovesbadger/v4andristretto/v2forward with it.CHANGELOG.mdrecords the change under a new## [0.2.1] - 2026-07-09entry.go.mod diff
github.com/dgraph-io/dgdaogithub.com/dgraph-io/badger/v4github.com/dgraph-io/dgraph/v25github.com/dgraph-io/ristretto/v2Verification
Run locally against this branch after
go mod tidy, mirroring the repo CI(
go vet,go build,go test -short -race).