Skip to content

Commit 5fc7b50

Browse files
lgalatindanielmai
andcommitted
CHANGELOG for 1.2.5 and 20.03.3 (#5543)
Co-authored-by: Daniel Mai <[email protected]>
1 parent 959cc71 commit 5fc7b50

File tree

1 file changed

+61
-6
lines changed

1 file changed

+61
-6
lines changed

CHANGELOG.md

Lines changed: 61 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
1212

1313
### Fixed
1414

15-
## [20.03.2] - 2020-05-15
16-
[20.03.2]: https://github.com/dgraph-io/dgraph/compare/v20.03.1...v20.03.2
15+
## [20.03.3] - 2020-05-28
16+
[20.03.3]: https://github.com/dgraph-io/dgraph/compare/v20.03.1...v20.03.3
1717

1818
### Changed
1919

@@ -22,16 +22,32 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
2222
- Return error response if encoded response is > 4GB in size. Replace idMap with idSlice in encoder. ([#5359][])
2323
- Initialize sentry at the beginning of alpha.Run(). ([#5429][])
2424

25+
### Added
26+
- Adds ludicrous mode to live loader. ([#5419][])
27+
- GraphQL: adds transactions to graphql mutations ([#5485][])
28+
2529
### Fixed
2630

2731
- Export: Ignore deleted predicates from schema. Fixes [#5053][]. ([#5326][])
28-
- graphql: ensure upserts don't have accidental edge removal. Fixes [#5355][]. ([#5356][])
32+
- GraphQL: ensure upserts don't have accidental edge removal. Fixes [#5355][]. ([#5356][])
2933
- Fix segmentation fault in query.go. ([#5377][])
3034
- Fix empty string checks. ([#5390][])
3135
- Update group checksums when combining multiple deltas. Fixes [#5368][]. ([#5394][])
3236
- Change the default ratio of traces from 1 to 0.01. ([#5405][])
3337
- Fix protobuf headers check. ([#5381][])
3438
- Stream the full set of predicates and types during a snapshot. ([#5444][])
39+
- Support passing GraphQL schema to bulk loader. Fixes [#5235][]. ([#5521][])
40+
- Export GraphQL schema to separate file. Fixes [#5235][]. ([#5528][])
41+
- Fix memory leak in live loader. ([#5473][])
42+
- Replace strings.Trim with strings.TrimFunc in ParseRDF. ([#5494][])
43+
- Return nil instead of emptyTablet in groupi.Tablet(). ([#5469][])
44+
- Use pre-allocated protobufs during backups. ([#5404][])
45+
- During shutdown, generate snapshot before closing raft node. ([#5476][])
46+
- Get lists of predicates and types before sending the snapshot. ([#5488][])
47+
- Fix panic for sending on a closed channel. ([#5479][])
48+
- Fix inconsistent bulk loader failures. Fixes [#5361][]. ([#5537][])
49+
- GraphQL: fix password rewriting. ([#5483][])
50+
- GraphQL: Fix non-unique schema issue. ([#5481][])
3551
- Enterprise features
3652
- Print error when applying enterprise license fails. ([#5342][])
3753
- Apply the option enterprise_license only after the node's Raft is initialized and it is the leader. Don't apply the trial license if a license already exists. Disallow the enterprise_license option for OSS build and bail out. Apply the option even if there is a license from a previous life of the Zero. ([#5384][])
@@ -59,9 +75,25 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
5975
[#5368]: https://github.com/dgraph-io/dgraph/issues/5368
6076
[#5450]: https://github.com/dgraph-io/dgraph/issues/5450
6177
[#5381]: https://github.com/dgraph-io/dgraph/issues/5381
62-
63-
## [1.2.4] - 2020-05-15
64-
[1.2.4]: https://github.com/dgraph-io/dgraph/compare/v1.2.3...v1.2.4
78+
[#5528]: https://github.com/dgraph-io/dgraph/issues/5528
79+
[#5473]: https://github.com/dgraph-io/dgraph/issues/5473
80+
[#5494]: https://github.com/dgraph-io/dgraph/issues/5494
81+
[#5469]: https://github.com/dgraph-io/dgraph/issues/5469
82+
[#5404]: https://github.com/dgraph-io/dgraph/issues/5404
83+
[#5476]: https://github.com/dgraph-io/dgraph/issues/5476
84+
[#5488]: https://github.com/dgraph-io/dgraph/issues/5488
85+
[#5483]: https://github.com/dgraph-io/dgraph/issues/5483
86+
[#5481]: https://github.com/dgraph-io/dgraph/issues/5481
87+
[#5481]: https://github.com/dgraph-io/dgraph/issues/5481
88+
[#5235]: https://github.com/dgraph-io/dgraph/issues/5235
89+
[#5419]: https://github.com/dgraph-io/dgraph/issues/5419
90+
[#5485]: https://github.com/dgraph-io/dgraph/issues/5485
91+
[#5479]: https://github.com/dgraph-io/dgraph/issues/5479
92+
[#5361]: https://github.com/dgraph-io/dgraph/issues/5361
93+
[#5537]: https://github.com/dgraph-io/dgraph/issues/5537
94+
95+
## [1.2.5] - 2020-05-28
96+
[1.2.5]: https://github.com/dgraph-io/dgraph/compare/v1.2.3...v1.2.5
6597

6698
### Changed
6799

@@ -76,6 +108,13 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
76108
- Fix empty string checks. ([#5396][])
77109
- Fix protobuf headers check. ([#5381][])
78110
- Stream the full set of predicates and types during a snapshot. ([#5444][])
111+
- Use pre-allocated protobufs during backups. ([#5508][])
112+
- Replace strings.Trim with strings.TrimFunc in ParseRDF. ([#5494][])
113+
- Return nil instead of emptyTablet in groupi.Tablet(). ([#5469][])
114+
- During shutdown, generate snapshot before closing raft node. ([#5476][])
115+
- Get lists of predicates and types before sending the snapshot. ([#5488][])
116+
- Move runVlogGC to x and use it in zero as well. ([#5468][])
117+
- Fix inconsistent bulk loader failures. Fixes [#5361][]. ([#5537][])
79118

80119
### Security
81120

@@ -92,6 +131,22 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
92131
[#5368]: https://github.com/dgraph-io/dgraph/issues/5368
93132
[#5451]: https://github.com/dgraph-io/dgraph/issues/5451
94133
[#5381]: https://github.com/dgraph-io/dgraph/issues/5381
134+
[#5327]: https://github.com/dgraph-io/dgraph/issues/5327
135+
[#5377]: https://github.com/dgraph-io/dgraph/issues/5377
136+
[#5508]: https://github.com/dgraph-io/dgraph/issues/5508
137+
[#5494]: https://github.com/dgraph-io/dgraph/issues/5494
138+
[#5469]: https://github.com/dgraph-io/dgraph/issues/5469
139+
[#5476]: https://github.com/dgraph-io/dgraph/issues/5476
140+
[#5488]: https://github.com/dgraph-io/dgraph/issues/5488
141+
[#5468]: https://github.com/dgraph-io/dgraph/issues/5468
142+
[#5361]: https://github.com/dgraph-io/dgraph/issues/5361
143+
[#5537]: https://github.com/dgraph-io/dgraph/issues/5537
144+
145+
## [20.03.2] - 2020-05-15
146+
This release was removed
147+
148+
## [1.2.4] - 2020-05-15
149+
This release was removed
95150

96151
## [20.03.1] - 2020-04-24
97152
[20.03.1]: https://github.com/dgraph-io/dgraph/compare/v20.03.0...v20.03.1

0 commit comments

Comments
 (0)