Added
- ARM Support - Dgraph now supports ARM64 Architecture for development (#8543 #8520 #8503 #8436 #8405 #8395)
- Additional logging and trace tags for debugging (#8490)
Fixed
-
EDgraph
- fix(ACL): Prevents permissions overrride and merges acl cache to persist permissions across different namespaces (#8506)
-
Core Dgraph
- Fix(badger): Upgrade badger version to fix manifest corruption (#8365)
- fix(pagination): Fix after for regexp, match functions (#8471)
- fix(query): Do not execute filters if there are no source uids(#8452)
- fix(admin): make config changes to pass through gog middlewares (#8442)
- fix(sort): Only filter out nodes with positive offsets (#8441)
- fix(fragment): merge the nested fragments fields (#8435)
- Fix(lsbackup): Fix profiler in lsBackup (#8432)
- fix(DQL): optimize query for has function with offset (#8431)
-
GraphQL
- Fix(GraphQL): Make mutation rewriting tests more robust (#8449)
-
Security
-
CVE Fixes (35 total)
CVE Fixes (35 total)
- CVE-2013-4235
- CVE-2016-20013
- CVE-2016-2781
- CVE-2017-11164
- CVE-2018-16886
- CVE-2019-0205
- CVE-2019-0210
- CVE-2019-11254
- CVE-2019-16167
- CVE-2020-29652
- CVE-2021-31525
- CVE-2021-33194
- CVE-2021-36222
- CVE-2021-37750
- CVE-2021-38561
- CVE-2021-39537
- CVE-2021-43565
- CVE-2021-44716
- CVE-2021-44758
- CVE-2022-21698
- CVE-2022-27191
- CVE-2022-27664
- CVE-2022-29458
- CVE-2022-29526
- CVE-2022-3219
- CVE-2022-32221
- CVE-2022-3437
- CVE-2022-35737
- CVE-2022-3715
- CVE-2022-3821
- CVE-2022-39377
- CVE-2022-41916
- CVE-2022-42800
- CVE-2022-42898
- CVE-2022-44640
-
Changed
-
CI Enhancements
-
CD Enhancements
- Enhanced our CD Pipeline to support ARM64 binaries and docker-images (#8520)
- Enhanced dgraph-lambda to support arm64 (dgraph-io/dgraph-lambda#39 dgraph-io/dgraph-lambda#38 dgraph-io/dgraph-lambda#37)
- Enhanced badger to support arm64 (dgraph-io/badger#1838)