Dgraph 1.2.8 released, transactional distributed graph database

Haven't voted? Don't say you have been to OSC

https://www.oschina.net/project/top_cn_2020

Dgraph 1.2.8 is released. Dgraph is a scalable, distributed, low-latency graph database. The goal is to provide Google's production-level scale and throughput, and provide users with sufficiently low-latency real-time queries in more than terabytes of structured data. Dgraph supports  GraphQL  as a query language and responds to JSON. 

The updated content of the new version is as follows: 

change

  • Update the badge to 5e3d4b9. ( #6671 )
  • Returns the content length header of the query. ( #6478 )
  • Use raft storage in hosting mode. ( #6546 )

Add to

  • Makefile builds Dgraph in a Docker container. ( #6603 )
  • Add separate compression flags for z and wal dirs. ( #6419 )

repair

  • Update the inverted index when updating a single UID predicate. ( #6748 )
  • Error path response for k shortest path ( #6437 )
  • Will break after finishing g.Ctx ( #6677 )
  • Update nextRaftId when starting a node with raftId> 0. ( #6599 )
  • Use flags for caching. ( #6465 )

For details, please check: https://github.com/dgraph-io/dgraph/releases/tag/v1.2.8

Guess you like

Origin www.oschina.net/news/119536/dgraph-1-2-8-released