Skip to content

Tags: hypermodeinc/dgraph

Tags

v24.1.3

Toggle v24.1.3's commit message
fix(core): fix reverse edge loss when set and delete occur together (#…

…9403)

This PR fixes a bug where a reverse edge (`@reverse` predicate) with a
count index (`@count`) may lose values when the same predicate is set
and deleted multiple times within a single DQL mutation.

---------

Co-authored-by: Li <lix6@legal.regn.net>

v25.0.0-preview4

Toggle v25.0.0-preview4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upgrade dgo to v250.0.0-preview4 (#9420)

v25.0.0-preview3

Toggle v25.0.0-preview3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(core): Add mcp server (#9389)

Added an MCP server. To access it, add the following to your MCP config:

```
{
  "mcpServers": {
    "dgraph-binary": {
      "command": "/home/harshil/gopath/bin/dgraph",
      "args": ["mcp"]
    },
    "dgraph-mcp": {
      "serverUrl": "http://localhost:8080/mcp/sse"
    },
    "dgraph-mcp-ro": {
      "serverUrl": "http://localhost:8080/mcp-ro/sse"
    }
  }
}
```

v25.0.0-preview2

Toggle v25.0.0-preview2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make v25 APIs work with no ACL (#9408)

v25.0.0-preview1

Toggle v25.0.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prepare to release v25 (#9391)

v24.1.2

Toggle v24.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
undo the breaking change made while removing sentry flag (#9365)

Affected versions: v24.1.1
we require a default for each flag and we removed the default value for
sentry flag from the code.

v24.1.1

Toggle v24.1.1's commit message
updated changelog

v24.1.1-test2

Toggle v24.1.1-test2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(core): fix read scalar list with rollups (#9350) (#9351)

v24.1.1-test1

Toggle v24.1.1-test1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(core): put new metrics behind a feature flag (#9337)

v24.1.0

Toggle v24.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update changelog for v24.1.0 (#9336)