@@ -4,6 +4,46 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project will adhere to [ Calendar Versioning] ( https://calver.org/ ) starting v20.03.
66
7+ ## [ 20.03.7] - 2020-12-25
8+ [ 20.03.7 ] : https://github.com/dgraph-io/dgraph/compare/v20.03.6...v20.03.7
9+
10+ ### Changed
11+ - Change default compression to zstd:3 ([ #7023 ] [ ] )
12+ - Build(dockerfile): Set GODEBUG=madvdontneed=1. ([ #6956 ] [ ] )
13+ - Enterprise features
14+ - Generic alpha log error message for failed ACL login ([ #6851 ] [ ] )
15+
16+ ### Added
17+ - Add LogRequest variable to config input ([ #5197 ] [ ] )
18+
19+ ### Fixed
20+
21+ - GraphQL
22+ - Fix(gqlParser): Handle strings with only whitespace in parseID ([ #6615 ] [ ] )
23+ - Fix added comment docstring for ExportInput format ([ #6991 ] [ ] )
24+ - Fix eq index ordering ([ #7034 ] [ ] )
25+ - Fix(worker): fix eq filter for non-index predicates. ([ #6986 ] [ ] )
26+ - Fix(Alpha): Immediately take a snapshot if we don't have one ([ #6458 ] [ ] )
27+ - Fix(Dgraph): Type names in exported schema are surrounded by brackets. ([ #6680 ] [ ] )
28+ - Fix(ludicrous mode): Handle deletes correctly ([ #6773 ] [ ] )
29+ - Fix(worker): Avoid panic in handleUidPostings ([ #6607 ] [ ] )
30+ - Enterprise features
31+ - Fix(backup/restore): fixes backup and restore with DROP operations ([ #6933 ] [ ] )
32+
33+ [ #6991 ] : https://github.com/dgraph-io/dgraph/issues/6991
34+ [ #5197 ] : https://github.com/dgraph-io/dgraph/issues/5197
35+ [ #7034 ] : https://github.com/dgraph-io/dgraph/issues/7034
36+ [ #7023 ] : https://github.com/dgraph-io/dgraph/issues/7023
37+ [ #6986 ] : https://github.com/dgraph-io/dgraph/issues/6986
38+ [ #6458 ] : https://github.com/dgraph-io/dgraph/issues/6458
39+ [ #6956 ] : https://github.com/dgraph-io/dgraph/issues/6956
40+ [ #6680 ] : https://github.com/dgraph-io/dgraph/issues/6680
41+ [ #6773 ] : https://github.com/dgraph-io/dgraph/issues/6773
42+ [ #6607 ] : https://github.com/dgraph-io/dgraph/issues/6607
43+ [ #6615 ] : https://github.com/dgraph-io/dgraph/issues/6615
44+ [ #6933 ] : https://github.com/dgraph-io/dgraph/issues/6933
45+ [ #6851 ] : https://github.com/dgraph-io/dgraph/issues/6851
46+
747## [ 20.03.6] - 2020-10-22
848[ 20.03.6 ] : https://github.com/dgraph-io/dgraph/compare/v20.03.5...v20.03.6
949
0 commit comments