close
Skip to content

Releases: dgraph-io/dgraph

v25.3.4

11 May 21:05
cee702c

Choose a tag to compare

What's Changed

Full Changelog: v25.3.3...v25.3.4

v24.1.9

11 May 21:03

Choose a tag to compare

Address CVE CVE-2026-44840

v25.3.3

21 Apr 21:27
55e3b79

Choose a tag to compare

What's Changed

Full Changelog: v25.3.2...v25.3.3

v24.1.8

21 Apr 21:26

Choose a tag to compare

v25.3.2

13 Apr 21:12
0b73e61

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v25.3.1...v25.3.2

v24.1.7

13 Apr 21:08

Choose a tag to compare

This release addresses CVE-2026-40173

v25.3.1

01 Apr 22:05
b15c87e

Choose a tag to compare

What's Changed

Full Changelog: v25.3.0...v25.3.1

v24.1.6

01 Apr 22:04

Choose a tag to compare

This release addresses CVE-2026-34976

Full Changelog: v24.1.5...v24.1.6

v25.3.1-preview-federation-changes

20 Mar 20:41

Choose a tag to compare

Pre-release

Preview release for Apollo Federation changes proposed for v25.3.1

v25.3.0

06 Mar 16:59
7888830

Choose a tag to compare

  • Added

  • Bulk Loader

    • feat(bulk): add a "skip reduce" flag to the bulk loader (#9618)
    • feat(bulk): add HNSW vector index support to bulk loader (#9598)
    • feat(bulk): add error logging to bulk loader (#9601)
  • Test

    • feat(test): simplify macOS testing with automatic cross-compilation (#9585)
  • Fixed

  • Core

    • fix(posting): prevent stale cache hits when maxTs < readTs (#9597) (#9614)
    • fix(core): fix opentelemetry upgrade issues (#9595)
    • fix: fetch schema over network to ensure @unique check across groups (#9596)
  • Test

    • fix(test): resolve macOS binary selection and test data clobbering (#9606)
    • fix(test): macOS local image, plugin tests, and test suite restructuring (#9610)
    • fix(test): make TestDropNamespaceErr resilient to async namespace operations (#9589)
  • Changed

  • Perf

    • perf(concurrency): cancel remaining goroutines when error occurs (#9484)
  • Chore

    • chore: update docs references (#9617)
    • chore(test): Clean up testing guide and Makefile testing dependency checks (#9611)
    • chore: address CVEs (Feb '26 edition) (#9608)

      WARNING In #9608, badger will no longer be copied into the Dgraph image. You can download
      it from the releases page.

    • chore: suppress receipt of graphql request to logging level 2 (#9612)
    • chore(core): use provider.RetrieveWithCredContext instead of deprecated provider.Retrieve
      (#9551)
    • chore: remove hardcoded GOMAXPROCS; print cpu info in startup-banner (#9600)
  • Dependency Updates

    • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#9616)

Full Changelog: v25.2.0...v25.3.0