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
- chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/dgraph-io/dgraph/pull/8516)
19
+
- feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625)
20
+
- chore(deps): update prometheus dependency, adds new metrics (https://github.com/dgraph-io/dgraph/pull/8655)
21
+
- feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/dgraph-io/dgraph/pull/8564)
22
+
- feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511)
23
+
24
+
### Fixed
25
+
26
+
-**GragphQL**
27
+
- fix(GraphQL): nested Auth Rules not working properly (https://github.com/dgraph-io/dgraph/pull/8571)
28
+
29
+
-**Core Dgraph**
30
+
- Fix wal replay issue during rollup (https://github.com/dgraph-io/dgraph/pull/8774)
31
+
- security(logging): fix aes implementation in audit logging (https://github.com/dgraph-io/dgraph/pull/8323)
- fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/dgraph-io/dgraph/pull/8573)
40
+
- fix(groot): do not upsert groot for all namespaces on restart (https://github.com/dgraph-io/dgraph/pull/8561)
41
+
- fix(restore): set kv version to restoreTs for all keys (https://github.com/dgraph-io/dgraph/pull/8563)
42
+
- fix(probe): do not contend for lock in lazy load (https://github.com/dgraph-io/dgraph/pull/8566)
43
+
- fix(core): fixed infinite loop in CommitToDisk (https://github.com/dgraph-io/dgraph/pull/8614)
44
+
- fix(proposals): incremental proposal key for zero proposals (https://github.com/dgraph-io/dgraph/pull/8567)
45
+
- fix(zero): fix waiting for random time while rate limiting (https://github.com/dgraph-io/dgraph/pull/8656)
- opt(schema): load schema and types using Stream framework (https://github.com/dgraph-io/dgraph/pull/8562)
48
+
- fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/dgraph-io/dgraph/pull/8510)
49
+
- fix(audit): fixing audit logs for websocket connections (https://github.com/dgraph-io/dgraph/pull/8627)
50
+
- fix(restore): consider the banned namespaces while bumping (https://github.com/dgraph-io/dgraph/pull/8559)
51
+
- fix(backup): create directory before writing backup (https://github.com/dgraph-io/dgraph/pull/8638)
52
+
53
+
-**Test**
54
+
- chore(tests): add upgrade tests in query package (https://github.com/dgraph-io/dgraph/pull/8750)
55
+
- simplify test setup in query package (https://github.com/dgraph-io/dgraph/pull/8782)
56
+
- add a test for incremental restore (https://github.com/dgraph-io/dgraph/pull/8754)
57
+
- chore(tests): run tests in query package against dgraph cloud (https://github.com/dgraph-io/dgraph/pull/8726)
58
+
- fix the backup test cluster compose file (https://github.com/dgraph-io/dgraph/pull/8775)
59
+
- cleanup tests to reduce the scope of err var (https://github.com/dgraph-io/dgraph/pull/8771)
60
+
- use t.TempDir() for using a temp dir in tests (https://github.com/dgraph-io/dgraph/pull/8772)
61
+
- fix(test): clan cruft from test run (https://github.com/dgraph-io/dgraph/pull/8348)
62
+
- chore(tests): avoid calling os.Exit in TestMain (https://github.com/dgraph-io/dgraph/pull/8765)
63
+
- chore: fix linter issue on main (https://github.com/dgraph-io/dgraph/pull/8749)
64
+
- recreate the context variable for parallel test (https://github.com/dgraph-io/dgraph/pull/8748)
65
+
- fix(tests): wait for license to be applied before trying to login (https://github.com/dgraph-io/dgraph/pull/8744)
66
+
- fix(tests): sleep longer so that ACLs are updated (https://github.com/dgraph-io/dgraph/pull/8745)
67
+
- chore(test): use pointer receiver for LocalCluster methods (https://github.com/dgraph-io/dgraph/pull/8734)
68
+
- chore(linter): fix unconvert linter issues on linux (https://github.com/dgraph-io/dgraph/pull/8718)
69
+
- chore(linter): add unconvert linter and address related issues (https://github.com/dgraph-io/dgraph/pull/8685)
70
+
- chore(ci): resolve community PR goveralls failure (https://github.com/dgraph-io/dgraph/pull/8716)
71
+
- chore(test): increased iterations of the health check (https://github.com/dgraph-io/dgraph/pull/8711)
72
+
- fix(test): avoid host volume mount in minio container (https://github.com/dgraph-io/dgraph/pull/8569)
73
+
- chore(test): add tests for lex/iri.go,chunker/chunk.go (https://github.com/dgraph-io/dgraph/pull/8515)
74
+
- chore(test): add Backup/Restore test for NFS (https://github.com/dgraph-io/dgraph/pull/8551)
75
+
- chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/dgraph-io/dgraph/pull/8619)
76
+
- chore(test): upgrade graphql tests to use go 1.19 (https://github.com/dgraph-io/dgraph/pull/8662)
77
+
- chore(test): add automated test to test multitenant --limit flag (https://github.com/dgraph-io/dgraph/pull/8646)
78
+
- chore(test): add restore test for more than 127 namespaces (https://github.com/dgraph-io/dgraph/pull/8643)
79
+
- fix(test): fix the corner case for raft entries test (https://github.com/dgraph-io/dgraph/pull/8617)
80
+
81
+
-**CD**
82
+
- fix(build): update dockerfile to use cache busting and reduce image size (https://github.com/dgraph-io/dgraph/pull/8652)
83
+
- chore(deps): update min go build version (https://github.com/dgraph-io/dgraph/pull/8423)
84
+
- chore(cd): add badger binary to dgraph docker image (https://github.com/dgraph-io/dgraph/pull/8790)
85
+
86
+
-**Security**
87
+
- chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests (https://github.com/dgraph-io/dgraph/pull/8496)
88
+
- chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/dgraph-io/dgraph/pull/8575)
89
+
- chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (https://github.com/dgraph-io/dgraph/pull/8676)
90
+
- fix(sec): upgrade networkx to (https://github.com/dgraph-io/dgraph/pull/8613)
- fix(sec): CVE & OS Patching (https://github.com/dgraph-io/dgraph/pull/8634)
93
+
94
+
### Changed
95
+
96
+
-**Core Dgraph**
97
+
- upgrade badger to v4.1.0 (https://github.com/dgraph-io/dgraph/pull/8783) (https://github.com/dgraph-io/dgraph/pull/8709)
98
+
- fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json marshal issues (https://github.com/dgraph-io/dgraph/pull/8601)
99
+
- fix(query): handle bad timezone correctly (https://github.com/dgraph-io/dgraph/pull/8657)
100
+
- chore(ludicroud): remove ludicrous mode from the code (https://github.com/dgraph-io/dgraph/pull/8612)
101
+
- fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/dgraph-io/dgraph/pull/8554)
102
+
- fix(mutation): validate mutation before applying it (https://github.com/dgraph-io/dgraph/pull/8623)
0 commit comments