Skip to content

Commit 1c2cb6a

Browse files
parassshlgalatin
andauthored
docs(Changelog): Update for CHANGELOG 20.03.4 (#6024) (#6025)
Co-authored-by: parasssh <[email protected]> (cherry picked from commit 07f32ea) Co-authored-by: Leyla Galatin <[email protected]>
1 parent 4fa39c0 commit 1c2cb6a

File tree

1 file changed

+76
-1
lines changed

1 file changed

+76
-1
lines changed

CHANGELOG.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,88 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project will adhere to [Calendar Versioning](https://calver.org/) starting v20.03.
66

7-
## Unreleased
7+
## [20.03.4] - Unreleased
8+
[20.03.4]: https://github.com/dgraph-io/dgraph/compare/v20.03.3...v20.03.4
89

910
### Changed
11+
- Update Badger 07/13/2020. ([#5941][],[#5616][])
1012

1113
### Added
14+
- Sentry opt out banner. ([#5729][])
15+
- Tag sentry events with additional version details. ([#5728][])
1216

1317
### Fixed
18+
- GraphQL
19+
- Minor delete mutation msg fix. ([#5564][])
20+
- Make updateGQLSchema always return the new schema. ([#5582][])
21+
- Fix mutation on predicate with special characters in the `@dgraph` directive. ([#5577][])
22+
- Updated mutation rewriting to fix OOM issue. ([#5536][])
23+
- Fix case where Dgraph type was not generated for GraphQL interface. Fixes [#5311][]. ([#5844][])
24+
- Fix interface conversion panic in v20.03 ([#5857][]) .
25+
- Dont set n.ops map entries to nil. Instead just delete them. ([#5557][])
26+
- Alpha: Enable bloom filter caching. ([#5555][])
27+
- Alpha: Gracefully shutdown ludicrous mode. ([#5584][])
28+
- Alpha Close: Wait for indexing to complete. Fixes [#3873][]. ([#5597][])
29+
- K shortest paths queries fix. ([#5548][])
30+
- Add check on rebalance interval. ([#5594][])
31+
- Remove noisy logs in tablet move. ([#5591][])
32+
- Avoid assigning duplicate RAFT IDs to new nodes. Fixes [#4536][]. ([#5604][])
33+
- Send CID for sentry events. ([#5633][])
34+
- Use rampMeter for Executor. ([#5503][])
35+
- Fix snapshot calculation in ludicrous mode. ([#5636][])
36+
- Update badger: Avoid panic in fillTables(). Fix assert in background compression and encryption. ([#5680][])
37+
- Avoid panic in handleValuePostings. ([#5678][])
38+
- Fix facets response with normalize. Fixes [#5241][]. ([#5691][])
39+
- Badger iterator key copy in count index query. ([#5916][])
40+
- Ludicrous mode mutation error. ([#5914][])
41+
- Return error instead of panic. ([#5907][])
42+
- Fix segmentation fault in draft.go. ([#5860][])
43+
- Optimize count index. ([#5971][])
44+
- Handle schema updates correctly in ludicrous mode. ([#5969][])
45+
- Fix Panic because of nil map in groups.go. ([#6007][])
46+
- Return error if server is not ready. ([#6021][])
47+
- Enterprise features
48+
- Backup: Change groupId from int to uint32. ([#5614][])
49+
- Backup: Use a sync.Pool to allocate KVs. ([#5579][])
50+
51+
[#5241]: https://github.com/dgraph-io/dgraph/issues/5241
52+
[#5691]: https://github.com/dgraph-io/dgraph/issues/5691
53+
[#5916]: https://github.com/dgraph-io/dgraph/issues/5916
54+
[#5914]: https://github.com/dgraph-io/dgraph/issues/5914
55+
[#5907]: https://github.com/dgraph-io/dgraph/issues/5907
56+
[#5860]: https://github.com/dgraph-io/dgraph/issues/5860
57+
[#5971]: https://github.com/dgraph-io/dgraph/issues/5971
58+
[#5311]: https://github.com/dgraph-io/dgraph/issues/5311
59+
[#5844]: https://github.com/dgraph-io/dgraph/issues/5844
60+
[#5857]: https://github.com/dgraph-io/dgraph/issues/5857
61+
[#5941]: https://github.com/dgraph-io/dgraph/issues/5941
62+
[#5729]: https://github.com/dgraph-io/dgraph/issues/5729
63+
[#5728]: https://github.com/dgraph-io/dgraph/issues/5728
64+
[#5616]: https://github.com/dgraph-io/dgraph/issues/5616
65+
[#5564]: https://github.com/dgraph-io/dgraph/issues/5564
66+
[#5582]: https://github.com/dgraph-io/dgraph/issues/5582
67+
[#5577]: https://github.com/dgraph-io/dgraph/issues/5577
68+
[#5536]: https://github.com/dgraph-io/dgraph/issues/5536
69+
[#5557]: https://github.com/dgraph-io/dgraph/issues/5557
70+
[#5555]: https://github.com/dgraph-io/dgraph/issues/5555
71+
[#5584]: https://github.com/dgraph-io/dgraph/issues/5584
72+
[#3873]: https://github.com/dgraph-io/dgraph/issues/3873
73+
[#5597]: https://github.com/dgraph-io/dgraph/issues/5597
74+
[#5548]: https://github.com/dgraph-io/dgraph/issues/5548
75+
[#5594]: https://github.com/dgraph-io/dgraph/issues/5594
76+
[#5591]: https://github.com/dgraph-io/dgraph/issues/5591
77+
[#4536]: https://github.com/dgraph-io/dgraph/issues/4536
78+
[#5604]: https://github.com/dgraph-io/dgraph/issues/5604
79+
[#5633]: https://github.com/dgraph-io/dgraph/issues/5633
80+
[#5503]: https://github.com/dgraph-io/dgraph/issues/5503
81+
[#5636]: https://github.com/dgraph-io/dgraph/issues/5636
82+
[#5680]: https://github.com/dgraph-io/dgraph/issues/5680
83+
[#5614]: https://github.com/dgraph-io/dgraph/issues/5614
84+
[#5579]: https://github.com/dgraph-io/dgraph/issues/5579
85+
[#5678]: https://github.com/dgraph-io/dgraph/issues/5678
86+
[#5969]: https://github.com/dgraph-io/dgraph/issues/5969
87+
[#6007]: https://github.com/dgraph-io/dgraph/issues/6007
88+
[#6021]: https://github.com/dgraph-io/dgraph/issues/6021
1489

1590
## [20.03.3] - 2020-06-02
1691
[20.03.3]: https://github.com/dgraph-io/dgraph/compare/v20.03.1...v20.03.3

0 commit comments

Comments
 (0)