Skip to content

Releases: dgraph-io/dgraph

v25.4.0-preview1

29 May 16:19

Choose a tag to compare

v25.4.0-preview1 Pre-release
Pre-release

This preview release showcases the per-predicate mutation pipeline feature. This feature increases mutation performance for write heavy processes under certain conditions. See the PR for more information.

IMPORTANT
A feature flag enables this functionality: --feature-flags="mutations-pipeline-threshold=N" — N=0 disables the pipeline entirely (legacy path), N=1 always uses it, N>1 only routes mutations with ≥ N edges to it. The pipeline pays a per-predicate goroutine spin-up cost, so tiny mutations are slightly slower on it; bulk multi-predicate mutations are faster (crossover ≈ 100 edges in in-process benches; live-loading the 1M dataset is ~1.5× faster end-to-end at threshold=1 vs. legacy). As shipped, the current setting is 1, meaning always ON. It's recommended that for your testing you set the value to somewhere around 100.

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