You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**ARM Support** - Dgraph now supports ARM64 Architecture for development (https://github.com/dgraph-io/dgraph/pull/8543https://github.com/dgraph-io/dgraph/pull/8520https://github.com/dgraph-io/dgraph/pull/8503https://github.com/dgraph-io/dgraph/pull/8436https://github.com/dgraph-io/dgraph/pull/8405https://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/8470https://github.com/dgraph-io/dgraph/pull/8489https://github.com/dgraph-io/dgraph/pull/8479https://github.com/dgraph-io/dgraph/pull/8488https://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/39https://github.com/dgraph-io/dgraph-lambda/pull/38https://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)
0 commit comments