| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| badger-checksum-linux-amd64.sha256 | 2026-01-29 | 65 Bytes | |
| badger-checksum-linux-arm64.sha256 | 2026-01-29 | 65 Bytes | |
| badger-linux-amd64.tar.gz | 2026-01-29 | 12.0 MB | |
| badger-linux-arm64.tar.gz | 2026-01-29 | 11.2 MB | |
| dgraph-checksum-linux-amd64.sha256 | 2026-01-29 | 65 Bytes | |
| dgraph-checksum-linux-arm64.sha256 | 2026-01-29 | 65 Bytes | |
| dgraph-linux-amd64.tar.gz | 2026-01-29 | 37.4 MB | |
| dgraph-linux-arm64.tar.gz | 2026-01-29 | 35.3 MB | |
| README.md | 2026-01-29 | 1.7 kB | |
| v25.2.0 source code.tar.gz | 2026-01-29 | 55.5 MB | |
| v25.2.0 source code.zip | 2026-01-29 | 56.2 MB | |
| Totals: 11 Items | 207.6 MB | 5 | |
-
Added
-
GraphQL
-
feat(graphql): Add support for ef and distance_threshold in generated GraphQL queries for similarity search (#9562). > WARNING In #9562, the computed distances (automatically returned in the
vector_distance> field) for cosine and dot product metrics are no longer normalized to [0, 1], but instead > return the raw distance computed by the metric. -
Vector
-
feat(vector/hnsw): add per-query
efanddistance_thresholdtosimilar_to, fix early termination (#9514) -
Fixed
-
Core
- fix(txn): for lossy indexes, change comparison function to first check the txn cache (#9567)
- fix(cmd): store correct CA verification status (#9554)
-
fix(zero): make zero shutdown cleanly (#9525)
-
Vector
-
fix(vector): Fix similarity-based HNSW search for cosine and dot product metrics (#9559) > WARNING To benefit from the fix in #9559, you must reindex vector predicates that use > cosine or dot product metrics.
-
Chore
- docs: fix typos in comments (#9569)
- chore(ci): update go toolchain version to v1.25.6 (#9568)
- fix(ci): update trunk go runtime to match go.mod version (#9575)
- chore(test): replace deprecated docker struct types in testing harness (#9549)
- chore(test): unskip previously skipped tests (#9537)
- chore(core): use Tick() instead of NewTicker() (#9548)
New Contributors
- @mlwelles made their first contribution in https://github.com/dgraph-io/dgraph/pull/9575
- @NAM-MAN made their first contribution in https://github.com/dgraph-io/dgraph/pull/9569
Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.1.0...v25.2.0