Skip to content

v0.10.0

Compare
Choose a tag to compare
@EnricoMi EnricoMi released this 03 May 20:33
· 38 commits to main since this release

Changed

  • Estimator "maxLeaseId" renamed to "maxUid", as used with option dgraph.partitioner.uidRange.estimator (pull #221).
  • Upgraded gson and requests dependencies (pull #225).

Fixed

  • Work with maxUid values that cannot be parsed (pull #216).
  • Handle maxUid values larger than Long.MaxValue (pull #216).
  • Handle Dgraph data type "default" as plain strings (pull #223).
  • Supports full unsigned long (64 bits) value range of Dgraph uids, mapped into signed longs (pull #222).