Release notes v0.8.2

Diff for the changes going in this release

https://github.com/dgraph-io/dgraph/compare/release/v0.8.1...release/v0.8.2?expand=1

Features

  • Bulkloader - Load data into Dgraph at least 5x faster.
  • Allow setting multiple scalar values.
    [*] Add docs.
  • Support for MultiPolygon type for Geo values.
  • Add ability to sort by multiple predicates.
    [*] Add docs
  • Allow ability to upsert nodes using eq function.
    [*] Add docs

Improvements

  • Backup requests for intracluster retrievals. If the first one doesn’t finish in 10ms, we try another server.
  • Make reads/writes follow the requirements of linearizability.
  • Allow value variables in functions.
    [*] Add example to docs.

Bugfixes

  • . language handling in functions. #1337
  • Recurse query panics. #1350
  • Variable not populated or missing. #1356
  • Panic in appendDummyValues. #1359
  • Write hard-state after persisting entries. #1365
  • Can’t query schema using gRPC interface. #1369
  • Facet matrix not in sync with uid matrix after filtering. #1362
  • Empty predicate crashes db. #1381
  • Mutation with object vars crashes DB. #1382
  • Sort and validate facets coming from clients. #1419
  • Check for empty predicate in schema mutation. #1447
  • Filter may override root query. #1455
  • #1444
  • #1427
  • #1474
  • #1464
  • #1477
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.