hypermodeinc/dgraph
 Watch   
 Star   
 Fork   
6 days ago
dgraph

v25.3.7

What's Changed

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.3.6...v25.3.7

12 days ago
dgraph

v25.3.6

What's Changed

New Contributors

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.3.5...v25.3.6

20 days ago
dgraph

v25.3.5

What's Changed

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.3.4...v25.3.5

2026-05-26 20:46:25
dgraph

v25.4.0-preview1

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.

2026-05-12 04:58:34
dgraph

v24.1.9

Address CVE CVE-2026-44840

2026-05-12 04:39:09
dgraph

v25.3.4

What's Changed

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.3.3...v25.3.4

2026-04-22 04:47:15
dgraph

v24.1.8

Address CVEs CVE-2026-41327, CVE-2026-41328, CVE-2026-41492

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v24.1.7...v24.1.8

2026-04-22 03:50:45
dgraph

v25.3.3

What's Changed

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.3.2...v25.3.3

2026-04-14 04:48:04
dgraph

v24.1.7

This release addresses CVE-2026-40173

2026-04-14 04:26:45
dgraph

v25.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.3.1...v25.3.2