Skip to content

Commit

Permalink
Update CHANGELOG for v20.03.0. (#5064)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Mai <[email protected]>
(cherry picked from commit 8806b86)
  • Loading branch information
lgalatin authored and danielmai committed Mar 31, 2020
1 parent e604b91 commit 147c8df
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 147c8df

Please sign in to comment.