Hey folks,
Please try out our latest release candidate v1.1.0-rc3. If you find any issues, please let us know so we can address them before the final v1.1.0.
The full list of changes for v1.1.0 is available in the CHANGELOG. There are LOTS of significant changes and features in this version. They’re all covered in the CHANGELOG, so please take a look and let us know what you think! Dgraph v1.1 is NOT backwards compatible with Dgraph v1.0.
Notable changes:
- Type system: https://docs.dgraph.io/master/query-language/#type-system
- Support for one-to-one
uid
edges by setting the predicate type touid
. For one-to-many edge types (the default in Dgraph v1.0), use the schema type[uid]
. - Upsert block: https://docs.dgraph.io/master/mutations/#upsert-block
Link to binaries: Linux, Darwin, Windows.
Also published on Docker tagged as v1.1.0-rc3.
Note: This is not the official release. You won’t be able to get these binaries using the get.dgraph.io quick install script.
$ dgraph version
Dgraph version : v1.1.0-rc3
Dgraph SHA-256 : 68de14c27a63d57afe9264cea5da88f8da165032f86fc0ccc5a61dbaf363b9ca
Commit SHA-1 : 7cbdaece
Commit timestamp : 2019-08-27 19:36:17 -0700
Branch : HEAD
Go version : go1.12.7
Cheers,
The Dgraph Team