Dgraph v2.0.0-rc1
Pre-release
Pre-release
Note: This release requires you to export and re-import data prior to upgrading or rolling back. The underlying data format has been changed.
Removed
- Remove HTTP admin endpoints. The same functionality is available via GraphQL Admin API. Please see below. (#4754)
Changed
- Report GraphQL stats from alpha. (#4607)
- During backup, collapse split posting lists into a single list. (#4682)
- Enterprise features
- Breaking changes
- [BREAKING] Underlying schema for ACL has changed. (#4725)
- Breaking changes
Added
- Add GraphQL API for Dgraph accessible via the
/graphql
and/admin
HTTP endpoints on Dgraph Alpha. (#933) - Add support for sorting on multiple facets. Fixes #3638. (#4579)
- Expose Badger Compression Level option in Bulk Loader. (#4669)
- GraphQL Admin API: Support Backup operation. (#4706)
- GraphQL Admin API: Support export, draining, shutdown and setting lrumb operations. (#4739)
- GraphQL Admin API: duplicate
/health
in GraphQL/admin
(#4768) - GraphQL Admin API: Add
/admin/schema
endpoint (#4777) - Enterprise features
Fixed
- Avoid running GC frequently. Only run for every 2GB of increase. Small optimizations in Bulk.reduce.
- Check response status when posting telemetry data. (#4726)
- Add support for $ in quoted string. Fixes #4695. (#4702)
- Do not include empty nodes in the export output. Fixes #3610. (#4773)
- Breaking changes