dgraph-io/dgraph
 Watch   
 Star   
 Fork   
28 days ago
dgraph

Dgraph v24.0.0-alpha3

##What's Changed The following is the list of the changes that we have made from v24.0.0-alpha2 to v24.0.0-alpha3. This is an alpha release for community feedback.

#Added Feat(graphql): Add vector support to graphql (https://github.com/dgraph-io/dgraph/pull/9074)

2024-04-13 02:57:02
dgraph

Dgraph v23.1.1

The following is the list of the changes that we have made from v23.1.0 to v23.1.1

Fixed

  • Core
    • perf(core): Fix performance issue in type filter (#9065)
2024-04-05 14:53:56
dgraph

Dgraph v24.0.0-alpha2

What's Changed

The following is the list of the changes that we have made from v23.1 to v24-alpha. This is an alpha release for community feedback.

Added

2023-08-18 02:27:10
dgraph

v23.1.0

Remarks

In Badger PR #1948 we have updated and fixed certain metrics in Badger. These name changes will also be reflected in this Dgraph version.

Added

  • Core Dgraph

    • perf(query): Improve IntersectCompressedWithBin for UID Pack (#8941)
    • feat(query): add feature flag normalize-compatibility-mode (#8845) (#8929)
    • feat(alpha): support RDF response via http query request (#8004) (#8639)
    • perf(query): speed up parsing of a huge query (#8942)
    • fix(live): replace panic in live loader with errors (#7798) (#8944)
  • GraphQL

    • feat(graphql): This PR allows @id field in interface to be unique across all implementing types (#8876)

Fixed

  • Core Dgraph

    • docs(zero): add comments in zero and clarify naming (#8945)
    • fix(cdc): skip bad events in CDC (#8076)
    • fix(bulk): enable running bulk loader with only gql schema (#8903)
    • chore(badger): upgrade badger to v4.2.0 (#8932) (#8925)
    • doc(restore): add docs for mutations in between incremental restores (#8908)
    • chore: fix compilation on 32bit (#8895)
    • chore(raft): add debug logs to print all transactions (#8890)
    • chore(alpha): add logs for processing entries in applyCh (#8930)
    • fix(acl): allow data deletion for non-reserved predicates (#8937)
    • fix(alpha): convert numbers correctly in superflags (#7712) (#8943)
    • chore(raft): better logging message for cleaning banned ns pred (#7886)
  • Security

    • sec(acl): convert x.Sensitive to string type for auth hash (#8931)
    • chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.53.0 (#8900)
    • chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /contrib/config/marketplace/aws/tests (#8920)
    • chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /contrib/embargo (#8921)
    • chore(deps): bump pygments from 2.7.4 to 2.15.0 in /contrib/embargo (#8913)
    • chore: upgrade bleve to v2.3.9 (#8948)
  • CI & Testing

    • chore: update cron job frequency to reset github notifications (#8956)
    • test(upgrade): add v20.11 upgrade tests in query package (#8954)
    • chore(contrib) - fixes for Vault (#7739)
    • chore(build): make build codename configurable (#8951)
    • fix(upgrade): look for version string in logs bottom up (#8926)
    • fix(upgrade): check commit SHA to find running dgraph version (#8923)
    • chore(upgrade): run upgrade tests for v23.0.1 (#8918)
    • chore(upgrade): ensure we run right version of Dgraph (#8910)
    • chore(upgrade): add workaround for multiple groot issue in export-import (#8897)
    • test(upgrade): add upgrade tests for systest/license package (#8902)
    • chore(upgrade): increase the upgrade job duration limit to 12h (#8907)
    • chore(upgrade): increase the duration of the CI workflow (#8906)
    • ci(upgrade): break down upgrade tests CI workflow (#8904)
    • test(acl): add upgrade tests for ee/acl package (#8792)
    • chore: update pull request template (#8899)
2023-08-10 01:06:05
dgraph

v23.1.0-rc1

Added

  • Core Dgraph

    • perf(query): Improve IntersectCompressedWithBin for UID Pack (#8941)
    • feat(query): add feature flag normalize-compatibility-mode (#8845) (#8929)
    • feat(alpha): support RDF response via http query request (#8004) (#8639)
  • GraphQL

    • feat(graphql): This PR allows @id field in interface to be unique across all implementing types (#8876)
    • fix(graphql): upgrade gqlparser to v2.2.2 (#8917)

Fixed

  • Core Dgraph

    • fix(bulk): enable running bulk loader with only gql schema (#8903)
    • chore(badger): upgrade badger to v4.2.0 (#8932) (#8925)
    • doc(restore): add docs for mutations in between incremental restores (#8908)
    • chore: fix compilation on 32bit (#8895)
    • chore(raft): add debug logs to print all transactions (#8890)
    • chore(alpha): add logs for processing entries in applyCh (#8930)
  • Security

    • sec(acl): convert x.Sensitive to string type for auth hash (#8931)
    • chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.53.0 (#8900)
    • chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /contrib/config/marketplace/aws/tests (#8920)
    • chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /contrib/embargo (#8921)
    • chore(deps): bump pygments from 2.7.4 to 2.15.0 in /contrib/embargo (#8913)
  • CI & Testing

    • fix(upgrade): look for version string in logs bottom up (#8926)
    • fix(upgrade): check commit SHA to find running dgraph version (#8923)
    • chore(upgrade): run upgrade tests for v23.0.1 (#8918)
    • chore(upgrade): ensure we run right version of Dgraph (#8910)
    • chore(upgrade): add workaround for multiple groot issue in export-import (#8897)
    • test(upgrade): add upgrade tests for systest/license package (#8902)
    • chore(upgrade): increase the upgrade job duration limit to 12h (#8907)
    • chore(upgrade): increase the duration of the CI workflow (#8906)
    • ci(upgrade): break down upgrade tests CI workflow (#8904)
    • test(acl): add upgrade tests for ee/acl package (#8792)
    • chore: update pull request template (#8899)
2023-07-03 17:05:26
dgraph

Dgraph v23.0.1

Fixed

  • Core Dgraph

    • chore(restore): add log message when restore fails (#8893)
    • fix(zero): fix zero's health endpoint to return json response (#8858)
    • chore(zero): improve error message while unmarshalling WAL (#8882)
    • fix(multi-tenancy): check existence before banning namespace (#7887)
    • fix(bulk): removed buffer max size (#8841)
    • chore: fix failing oss build (#8832) Fixes #8831
    • upgrade dgo to v230.0.1 (#8785)
  • CI

    • ci(dql): add workflow for fuzz testing (#8874)
    • chore(ci): add workflow for OSS build + unit tests (#8834)
  • Security

    • chore(deps): bump requests from 2.23.0 to 2.31.0 in /contrib/config/marketplace/aws/tests (#8836)
    • chore(deps): bump requests from 2.23.0 to 2.31.0 in /contrib/embargo (#8835)
    • chore(deps): bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible (#8821)
    • chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#8822)
2023-05-09 05:56:12
dgraph

Dgraph v23.0.0

Added

Fixed

Changed

2023-04-12 07:12:51
dgraph

Dgraph v23.0.0-rc1

Added

Fixed

Changed

2023-03-02 06:25:03
dgraph

Dgraph v23.0.0-beta1

Added

Fixed

Changed

2022-12-17 05:42:11
dgraph

Dgraph v22.0.2

Added

Fixed

Changed