Skip to content

Dgraph v0.7.0 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ashwin95r ashwin95r released this 08 Dec 06:29
· 5041 commits to master since this release

Features:

Improvements:

  • Speed up_count_ queries.
  • Support count with filtering and pagination.
  • Make mutations concurrent in RAFT.
  • Dgraphloader now runs mutations over HTTP.
  • Serve HTTP and gRPC requests through same port using cmux.
  • Replace gotomic map with an efficient sharded go-map.
  • Batch write commits to RocksDB.
  • Move away from gorocksdb and have own cgo wrapper.
  • Track server statistics in /debug endpoint.
  • Simplify the logic for posting lists.
  • Switch from Flatbuffers to Protocol buffers.
  • Use same traversal to generate JSON and Protocol buffer results.
  • Update to RocksDB 4.11.2.