From 147c8df9d8893e86c6e70a35b48eb6d88a045af2 Mon Sep 17 00:00:00 2001 From: Leyla Galatin Date: Mon, 30 Mar 2020 17:26:49 -0700 Subject: [PATCH] Update CHANGELOG for v20.03.0. (#5064) Co-authored-by: Daniel Mai (cherry picked from commit 8806b86ae6140e1da1a6344ba3499c6360399791) --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af046661014..6a5ff873568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ and this project will adhere to [Calendar Versioning](https://calver.org/) start ### Fixed -## [20.03.0-beta.20200320] - 2020-03-20 -[20.03.0-beta.20200320]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v20.03.0-beta.20200320 +## [20.03.0] - 2020-03-30 +[20.03.0]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v20.03.0 ** Note: This release requires you to export and re-import data prior to upgrading or rolling back. The underlying data format has been changed. ** ### Changed @@ -31,7 +31,7 @@ and this project will adhere to [Calendar Versioning](https://calver.org/) start - Split posting lists recursively. ([#4867][]) - Enterprise features - **Breaking changes** - - [BREAKING] Underlying schema for ACL has changed. ([#4725][]) + - [BREAKING] Underlying schema for ACL has changed. Use the upgrade tool to migrate to the new data format. ([#4725][]) ### Added @@ -46,8 +46,9 @@ and this project will adhere to [Calendar Versioning](https://calver.org/) start - Basic Sentry Integration - Capture manual panics with Sentry exception and runtime panics with a wrapper on panic. ([#4756][]) - Ludicrous Mode. ([#4872][]) - Enterprise features - - ACL: Allow users to query data for their groups ([#4774][]) + - ACL: Allow users to query data for their groups, username, and permissions. ([#4774][]) - ACL: Support ACL operations using the admin GraphQL API. ([#4760][]) + - ACL: Add tool to upgrade ACLs. ([#5016][]) ### Fixed @@ -64,9 +65,13 @@ and this project will adhere to [Calendar Versioning](https://calver.org/) start - Various optimizations for facets filter queries. ([#4923][]) - Throw errors returned by retrieveValuesAndFacets. Fixes [#4958][]. ([#4970][]) - Add "runInBackground" option to Alter to run indexing in background. When set to `true`, then the Alter call returns immediately. When set to `false`, the call blocks until indexing is complete. This is set to `false` by default. ([#4981][]) +- Set correct posting list type while creating it in the live loader. Fixes [#4889][]. ([#5012][]) - **Breaking changes** - [BREAKING] Language sorting on Indexed data. Fixes [#4005][]. ([#4316][]) +[#5016]: https://github.com/dgraph-io/dgraph/issues/5016 +[#5012]: https://github.com/dgraph-io/dgraph/issues/5012 +[#4889]: https://github.com/dgraph-io/dgraph/issues/4889 [#4958]: https://github.com/dgraph-io/dgraph/issues/4958 [#4905]: https://github.com/dgraph-io/dgraph/issues/4905 [#4659]: https://github.com/dgraph-io/dgraph/issues/4659