hypermodeinc/dgraph
 Watch   
 Star   
 Fork   
13 days ago
dgraph

v25.3.1-preview-federation-changes

Preview release for Apollo Federation changes proposed for v25.3.1

28 days ago
dgraph

v25.3.0

  • 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: https://github.com/dgraph-io/dgraph/compare/v25.2.0...v25.3.0

2026-02-17 03:12:32
dgraph

v25.3.0-preview-no-maxprocs

This release is an experimental release that removes the hardcoded set of GOMAXPROCS in the shared main module.

Modern go runtimes (>1.25) intelligently use cgroup to determine optimal number of cores to allocate. Also, this change allows one to actually set the GOMAXPROCS env var (previously the call in the main module would have overridden it).

2026-01-29 08:23:32
dgraph

v25.2.0

  • 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 ef and distance_threshold to similar_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

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.1.0...v25.2.0

2025-12-12 07:35:53
dgraph

v25.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.0.0...v25.1.0

2025-12-05 07:17:22
dgraph

v25.1.0-preview1

What's Changed

Full Changelog: https://github.com/dgraph-io/dgraph/compare/v25.0.0...v25.1.0-preview1 See also: https://github.com/dgraph-io/dgraph/releases

2025-10-06 21:36:13
dgraph

v25.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/hypermodeinc/dgraph/compare/v24.1.5...v25.0.0

2025-08-11 21:52:35
dgraph

v24.1.4

What's Changed

2025-06-24 13:36:48
dgraph

v25.0.0-preview6

What's Changed

New Contributors

Full Changelog: https://github.com/hypermodeinc/dgraph/compare/v25.0.0-preview4...v25.0.0-preview6

2025-05-23 10:53:15
dgraph

v24.1.3

What's Changed

  • fix(graphql): fix error handling in webhooks (#9374)
  • fix(core): delete all before set for scalar postings (#9378)
  • fix(core): fix reverse edge loss when set and delete occur together (#9403)

Full Changelog: https://github.com/hypermodeinc/dgraph/compare/v24.1.2...v24.1.3