Skip to content

chore(deps): bump dgdao to v0.5.4 - #5

Merged
mlwelles merged 1 commit into
mainfrom
chore/bump-dgdao-v0.5.4
Jul 9, 2026
Merged

chore(deps): bump dgdao to v0.5.4#5
mlwelles merged 1 commit into
mainfrom
chore/bump-dgdao-v0.5.4

Conversation

@mlwelles

@mlwelles mlwelles commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

What changed

Bumps the github.com/dgraph-io/dgdao dependency from v0.5.3 to v0.5.4. This is
a dependency-only patch release (v0.2.1); no source changes. dgdao v0.5.4 pins
the transitive github.com/dgraph-io/dgraph/v25 dependency to the released
v25.3.8 tag rather than the earlier pre-release pseudo-version, and go mod tidy moves badger/v4 and ristretto/v2 forward with it.

CHANGELOG.md records the change under a new ## [0.2.1] - 2026-07-09 entry.

go.mod diff

Module Kind Before After
github.com/dgraph-io/dgdao direct v0.5.3 v0.5.4
github.com/dgraph-io/badger/v4 indirect v4.9.2 v4.9.4
github.com/dgraph-io/dgraph/v25 indirect v25.3.8-0.20260630205830-2744eff5ec94 v25.3.8
github.com/dgraph-io/ristretto/v2 indirect v2.4.0 v2.4.2

Verification

Run locally against this branch after go mod tidy, mirroring the repo CI
(go vet, go build, go test -short -race).

$ go build ./...
BUILD PASS

$ go vet ./...
VET PASS

$ go test -short -race ./...
ok  	github.com/dgraph-io/dgdao-migrate/migrate	24.863s
ok  	github.com/dgraph-io/dgdao-migrate/migrate/migratecli	1.728s

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.
@mlwelles
mlwelles merged commit 9abff8b into main Jul 9, 2026
1 check passed
@mlwelles
mlwelles deleted the chore/bump-dgdao-v0.5.4 branch July 9, 2026 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant