Skip to content

Commit 7b18a6b

Browse files
authored
chore(doc): Update CHANGELOG.md for 22.0.2 release (#8545)
## Problem Need a changelog for 22.0.2 release ## Solution Update CHANGELOG.md for 22.0.2 release
1 parent c6607af commit 7b18a6b

File tree

1 file changed

+86
-1
lines changed

1 file changed

+86
-1
lines changed

CHANGELOG.md

Lines changed: 86 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,92 @@ 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 [Semantic Versioning](https://semver.org) starting `v22.0.0`.
66

7+
## [v22.0.2] - 2022-12-16
8+
[v22.0.2]: https://github.com/dgraph-io/dgraph/compare/v22.0.1...v22.0.2
9+
10+
### Added
11+
12+
- **ARM Support** - Dgraph now supports ARM64 Architecture for development (https://github.com/dgraph-io/dgraph/pull/8543 https://github.com/dgraph-io/dgraph/pull/8520 https://github.com/dgraph-io/dgraph/pull/8503 https://github.com/dgraph-io/dgraph/pull/8436 https://github.com/dgraph-io/dgraph/pull/8405 https://github.com/dgraph-io/dgraph/pull/8395)
13+
- Additional logging and trace tags for debugging (https://github.com/dgraph-io/dgraph/pull/8490)
14+
15+
### Fixed
16+
17+
- **EDgraph**
18+
- fix(ACL): Prevents permissions overrride and merges acl cache to persist permissions across different namespaces (https://github.com/dgraph-io/dgraph/pull/8506)
19+
20+
- **Core Dgraph**
21+
- Fix(badger): Upgrade badger version to fix manifest corruption (https://github.com/dgraph-io/dgraph/pull/8365)
22+
- fix(pagination): Fix after for regexp, match functions (https://github.com/dgraph-io/dgraph/pull/8471)
23+
- fix(query): Do not execute filters if there are no source uids(https://github.com/dgraph-io/dgraph/pull/8452)
24+
- fix(admin): make config changes to pass through gog middlewares (https://github.com/dgraph-io/dgraph/pull/8442)
25+
- fix(sort): Only filter out nodes with positive offsets (https://github.com/dgraph-io/dgraph/pull/8441)
26+
- fix(fragment): merge the nested fragments fields (https://github.com/dgraph-io/dgraph/pull/8435)
27+
- Fix(lsbackup): Fix profiler in lsBackup (https://github.com/dgraph-io/dgraph/pull/8432)
28+
- fix(DQL): optimize query for has function with offset (https://github.com/dgraph-io/dgraph/pull/8431)
29+
30+
- **GraphQL**
31+
- Fix(GraphQL): Make mutation rewriting tests more robust (https://github.com/dgraph-io/dgraph/pull/8449)
32+
33+
- **Security**
34+
- <details>
35+
<summary>CVE Fixes (35 total)</summary>
36+
37+
#### CVE Fixes (35 total)
38+
- CVE-2013-4235
39+
- CVE-2016-20013
40+
- CVE-2016-2781
41+
- CVE-2017-11164
42+
- CVE-2018-16886
43+
- CVE-2019-0205
44+
- CVE-2019-0210
45+
- CVE-2019-11254
46+
- CVE-2019-16167
47+
- CVE-2020-29652
48+
- CVE-2021-31525
49+
- CVE-2021-33194
50+
- CVE-2021-36222
51+
- CVE-2021-37750
52+
- CVE-2021-38561
53+
- CVE-2021-39537
54+
- CVE-2021-43565
55+
- CVE-2021-44716
56+
- CVE-2021-44758
57+
- CVE-2022-21698
58+
- CVE-2022-27191
59+
- CVE-2022-27664
60+
- CVE-2022-29458
61+
- CVE-2022-29526
62+
- CVE-2022-3219
63+
- CVE-2022-32221
64+
- CVE-2022-3437
65+
- CVE-2022-35737
66+
- CVE-2022-3715
67+
- CVE-2022-3821
68+
- CVE-2022-39377
69+
- CVE-2022-41916
70+
- CVE-2022-42800
71+
- CVE-2022-42898
72+
- CVE-2022-44640
73+
- <details>
74+
<summary>GHSA Fixes (2 total)</summary>
75+
76+
#### GHSE Fixes (2 total)
77+
- GHSA-69ch-w2m2-3vjp
78+
- GHSA-m332-53r6-2w93
79+
80+
### Changed
81+
82+
- **CI Enhancements**
83+
- Added more unit tests (https://github.com/dgraph-io/dgraph/pull/8470 https://github.com/dgraph-io/dgraph/pull/8489 https://github.com/dgraph-io/dgraph/pull/8479 https://github.com/dgraph-io/dgraph/pull/8488 https://github.com/dgraph-io/dgraph/pull/8433)
84+
- [Coveralls](https://coveralls.io/github/dgraph-io/dgraph?branch=main) on CI is enhanced to measure code coverage for integration tests (https://github.com/dgraph-io/dgraph/pull/8494)
85+
- [**LDBC Benchmarking**](https://ldbcouncil.org) in enabled on [CI](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml)
86+
87+
- **CD Enhancements**
88+
- Enhanced our [CD Pipeline](https://github.com/dgraph-io/dgraph/actions/workflows/cd-dgraph.yml) to support ARM64 binaries and docker-images (https://github.com/dgraph-io/dgraph/pull/8520)
89+
- Enhanced [dgraph-lambda](https://github.com/dgraph-io/dgraph-lambda) to support arm64 (https://github.com/dgraph-io/dgraph-lambda/pull/39 https://github.com/dgraph-io/dgraph-lambda/pull/38 https://github.com/dgraph-io/dgraph-lambda/pull/37)
90+
- Enhanced [badger](https://github.com/dgraph-io/badger) to support arm64 (https://github.com/dgraph-io/badger/pull/1838)
91+
92+
793
## [v22.0.1] - 2022-11-10
894
[v22.0.1]: https://github.com/dgraph-io/dgraph/compare/v22.0.0...v22.0.1
995

@@ -12,7 +98,6 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
1298
- Badger Binary fetch steps added to the release CD pipeline (https://github.com/dgraph-io/dgraph/pull/8425)
1399
- Corresponding Badger artifacts will be fetched & uploaded from v22.0.1 onwards
14100

15-
16101
## [v22.0.0] - 2022-10-21
17102
[v22.0.0]: https://github.com/dgraph-io/dgraph/compare/v21.03.2...v22.0.0
18103

0 commit comments

Comments
 (0)