Skip to content

Releases: dgraph-io/dgraph

Dgraph v20.11.0-rc5

14 Dec 16:44
b65a8b1
Compare
Choose a tag to compare
Dgraph v20.11.0-rc5 Pre-release
Pre-release

6b953b5 fix(GraphQL): fix internal Aliases name generation (#7009) (#7132)
098480f fix(raftwal): unmarshal snapshot onto zerosnapshot instead of membershipState (#7125) (#7128)
8b8b0ad Fix(GraphQL): Fix Aggregate queries on empty data
61ff62f fix(GraphQL): Correctly apply order for root auth query (GRAPHQL-854) (#7117)
e2d93de perf(GraphQL): Part-4: Child auth queries are derived from auth filtered parents (GRAPHQL-854) (#7111)
004ca03 Fix(bulk): Correctly append all the slices of cbuf while reduce phase (#7110)
2894f6b chore(GC): Increase discard ratio from 0.7 to 0.9 (#7114)
2e5499f [BREAKING] Fix(OOM): Don’t unmarshal pb.Proposals until we need them (#7059)
7f12eee Fix(GraphQL): Add support for repeatitive fields in aggregate query (#7094)
67abf95 perf(GraphQL): Part-3: Filter child auth queries as early as possible (GRAPHQL-854) (#7107)
9baa3c7 perf(GraphQL): Part-2: Remove unnecessary dgraph.uid : uid selections for auth queries (GRAPHQL-854) (#7105)
c03c327 fix(GraphQL): don’t update cacheMb if not specified by user (GRAPHQL-888) (#7103)
5042370 perf(GraphQL): Part-1: Pagination for root user query is applied at root auth query (GRAPHQL-854) (#7100)
843fe1f feat(tablet): add uncompressed size to pb.Tablet (#7095)
5efdfbf Fix(Zero): Fix how Zero snapshots and purge works (#7096)
73b36d4 [docs] added backup policy (#7084)

Dgraph v20.07.3-rc1

11 Dec 08:41
6ca7c52
Compare
Choose a tag to compare
Dgraph v20.07.3-rc1 Pre-release
Pre-release

da310c1 fix(GraphQL): don't update cacheMb if not specified by user (GRAPHQL-888) (#7103) (#7106)
466ad9a [docs] : rephrase + added example to query logging section (#7032) (#7078)
56ec253 removed note about order for term and trigram since it has been fixed (#7037)
9194e29 fix(DQL): ignore ordering of indexes in schema with eq function (DGRAPH-2601) (#6996) (#7033)
f8e0b2b Update kubernetes links to match 20.07 config files (#7049)
8dbf573 Change default compression to zstd:3 (#6995)
4624bdd fix(worker): fix eq filter for non-index predicates. (#6986) (#6988)
e965dd8 fix(Alpha): Immediately take a snapshot if we don't have one (#6458) (#6970)
9e15123 build(dockerfile): Set GODEBUG=madvdontneed=1. (#6955)
430376f fix(GraphQL): This PR fixes issue of multiple responses in a subscription for an update. (#6868) (#6935)
c12e0b9 v20.07: fix(backup/restore): fixes backup and restore with DROP operations (G… (#6922)
7b96f69 fix ErrIndexingInProgress if schema update fails (#6583) (#6912)
ab14ed8 fix(dgraph): giving users the option to control tls versions (#6820)
942e9c3 feat(dgraph): making all internal communications with tls configured (#6876)
c66f67f feat(dgraph): enabling TLS config in http zero (#6691) (#6867)
c0c8b1d (release/v20.07) Fix(Dgraph): Type names in exported schema are surrounded by brackets. (#6679)
2fd793d Generic alpha log error message for failed ACL login (#6848) (#6850)
4d2c64b fix(ludicrous mode): Handle deletes correctly (#6773) (#6832)
d295369 fix(GraphQL): This PR fix panic error when we give null value in filter connectives. (#6707) (#6729)
2f9fc14 fix(GraphQL): This PR reduces polling duration of subscriptions. (#6661) (#6726)
6a01159 Fix(GraphQL): This PR add enable schema cleaning in GraphQL and reduce schema update time. (#6725)
73e8738 fix(worker): Avoid panic in handleUidPostings (#6607) (#6701)
d117fc1 fix(gqlParser): Handle strings with only whitespace in parseID (#6615) (#6674)
f8f7c42 fix(Ludicrous): Upserts on list type in Dgraph (#6796)

Dgraph v20.03.7-rc1

11 Dec 10:20
24ad344
Compare
Choose a tag to compare
Dgraph v20.03.7-rc1 Pre-release
Pre-release

24ad344 fix: added comment docstring for ExportInput format (#6991) (#7098)
07b87c2 Add LogRequest variable to config input (#5197) (#7085)
8568dd6 cherry pick eq index ordering fix (#7034)
bc35923 Change default compression to zstd:3 (#7023)
54ef639 fix(worker): fix eq filter for non-index predicates. (#6986)
d76e722 fix(Alpha): Immediately take a snapshot if we don't have one (#6458) (#6969)
2d46a36 build(dockerfile): Set GODEBUG=madvdontneed=1. (#6956)
80747ed v20.03: fix(backup/restore): fixes backup and restore with DROP operations (G… (#6933)
d435c6e Fix(Dgraph): Type names in exported schema are surrounded by brackets. (#6680)
549903d fixed typo locahost --> localhost (#6857)
1a159e3 Generic alpha log error message for failed ACL login (#6848) (#6851)
b4f13b8 fix(ludicrous mode): Handle deletes correctly (#6773) (#6831)
c89bbb1 chore: Cherry picks for DGRAPH-2446 (#6797)
61b9dd9 fix(worker): Avoid panic in handleUidPostings (#6607) (#6700)
b6b658b fix(gqlParser): Handle strings with only whitespace in parseID (#6615) (#6673)

Dgraph v1.2.8

28 Oct 16:57
a5c8b24
Compare
Choose a tag to compare

1.2.8 - 2020-10-28

Changed

  • Update badger to 5e3d4b9. (#6671)
  • Return content length header for queries. (#6478)
  • Use raft storage in managedmode. (#6546)

Added

  • Makefile to build Dgraph inside docker container. (#6603)
  • Add separate compression flag for z and wal dirs. (#6419)

Fixed

  • Update reverse index when updating single UID predicates. (#6748)
  • Wrong path response for k-shortest paths (#6437)
  • Break out if g.Ctx is done. (#6677)
  • Update nextRaftId when starting a node with a raftId > 0. (#6599)
  • Use flags for cache. (#6465)

Dgraph v20.07.2 (shuri-2)

22 Oct 18:05
a7bc16d
Compare
Choose a tag to compare

20.07.2 - 2020-10-22

Changed

  • Update badger to 5e3d4b9. (#6669)
  • Makefile to build Dgraph inside docker container. (#6601)
  • Return content length header for queries. (#6480)
  • Use raft storage in managedmode. (#6547)
  • Update index.md. (#6567)
  • Changes github.com/dgraph-io/graphql-transport-ws version. (#6529)

Added

  • Add utility to export backup data. (#6590)
  • Add separate compression flag for z and wal dirs. (#6421)

Fixed

  • GraphQL
    • Disallowing field names with as. (#6645)
    • Remove extra fields when querying interfaces. (#6647)
    • fix object Linking with hasInverse. (#6648)
    • Update gqlgen in go.mod. (#6646)
    • Hide info when performing mutation on id field with auth rule. (#6534)
    • Fix cascade with auth query when RBAC is false. (#6535)
    • Fix squashIntoObject so that results are correctly merged. (#6530)
    • Fix errors from authorization examples given in docs. (#6522)
    • Fix restoreStatus query with query variables. (#6424)
    • Fix for deletion on interfaces with no non Id field. (#6417)
    • Fix internal error when doing GraphQL schema introspection after drop all. (#6525)
    • Link xids properly if there are duplicate xids within type. (#6521)
    • Fix query rewriting for auth delete when deleting types with inverse field. (#6524)
    • Fix order and offset in auth queries. (#6366)
    • Generate correct schema when no orderable field in a type. (#6460)
    • Don't generate orderable enum value for list fields. (#6413)
    • Dix introspection completion bug. (#6389)
  • Fix Poor-man's auth for admin operations. (#6686)
  • Break out if g.Ctx is done. (#6675)
  • Fix wrong path response for k-shortest paths. (#6654)
  • Update nextRaftId when starting a node with a raftId > 0. (#6597)
  • Pagination param "after" does not work when using func: uid(v). (#6634)
  • CID never created if Zero stops early after first init. (#6637)
  • Pause rollups during snapshot streaming. (#6611)
  • Use flags for cache. (#6467)
  • Remove auth error from mutation. (#6532)
  • Fix readTs less than minTs. (#6517)
  • Fix bug when deleting and adding to a single UID predicate in the same transaction. (#6449)

Dgraph v20.03.6

22 Oct 18:05
b842d2e
Compare
Choose a tag to compare

20.03.6 - 2020-10-22

Changed

  • Update badger to 5e3d4b9 (#6670)
  • Return content length header for queries (#6479)
  • Use raft storage in managedmode (#6545)

Added

  • Add utility to export backup data. (#6591)
  • Makefile to build Dgraph inside docker container. (#6602)
  • Add separate compression flag for z and wal dirs (#6420)

Fixed

  • Break out if g.Ctx is done. (#6676)
  • Fix wrong path response for k-shortest paths. (#6655)
  • Update nextRaftId when starting a node with a raftId > 0. (#6598)
  • Pagination param "after" does not work when using func: uid(v). (#6631)
  • CID never created if Zero stops early after first init. (#6636)
  • Pause rollups during snapshot streaming. (#6610)
  • Use flags for cache. (#6466)
  • Fix negative waitgroup error. (#6551)
  • Report Raft heartbeat metrics for Zero v=3 logs and log read index. (#6553)
  • Fix readTs less than minTs. (#6518)
  • Fix bug when deleting and adding to a single UID predicate in the same transaction. (#6450)

Dgraph v20.07.2-rc1

12 Oct 18:40
c2d5e66
Compare
Choose a tag to compare
Dgraph v20.07.2-rc1 Pre-release
Pre-release
fix(Auth): fix Poor-man's auth for admin operations (#6660) (#6686)

Fixes DGRAPH-2419
Fixes [Discuss Issue](https://discuss.dgraph.io/t/acl-login-will-fail-if-auth-token-enabled-in-v20-07-0/10044)

This PR fixes Poor-man's auth for following endpoints:
* `/login`
* `/admin`

(cherry picked from commit 4fc328d7c4fcd3264f7bcf2330a01cd6882cbd72)

# Conflicts:
#	graphql/e2e/common/common.go

Dgraph v1.2.8-rc1

12 Oct 19:49
833433f
Compare
Choose a tag to compare
Dgraph v1.2.8-rc1 Pre-release
Pre-release
Update badger to 5e3d4b9 (#6671)

Dgraph v20.03.6-rc1

12 Oct 19:24
a1ce240
Compare
Choose a tag to compare
Dgraph v20.03.6-rc1 Pre-release
Pre-release
Break out if g.Ctx is done (#6676)

(cherry picked from commit a8a47af407ce51c39d15777fb942829e5e80f537)

Co-authored-by: Manish R Jain <manish@dgraph.io>

Dgraph v1.2.7

21 Sep 21:24
8a7cffe
Compare
Choose a tag to compare

Added

  • Add --cache_mb and --cache_percentage flags. (#6288)
  • Add flag to set up compression in zero. (#6357)
  • Add flags to set table and vlog loading mode for zero. (#6344)

Fixed

  • Don't allow idx flag to be set to 0 on dgraph zero. (#6193)
  • Stop forcing RAM mode for the write-ahead log. (#6261)
  • Return error on closed DB. (#6319)
  • Don't store start_ts in postings. (#6212)
  • Optimize splits by doing binary search. Clear the pack from the main list. (#6334)
  • Add a lock to backups to process one request at a time. (#6341)
  • Use z.Closer instead of y.Closer' (#6396)
  • Force exit if CTRL-C is caught before initialization. (#6408)
  • Fix(Alpha): MASA: Make Alpha Shutdown Again. (#6406)
  • Enterprise features
    • Sort manifests by backup number. (#6281)
    • Skip backing up nil lists. (#6314)