Dgraph v1.2.6-rc2
Pre-release
Pre-release
·
49 commits
to release/v1.2
since this release
Changed
- Update Badger. (#5940, #5990)
- Fix assert in background compression and encryption. (hypermodeinc/badger#1366)
- Avoid panic in filltables() (hypermodeinc/badger#1365)
- Force KeepL0InMemory to be true when InMemory is true (hypermodeinc/badger#1375)
- Tests: Use t.Parallel in TestIteratePrefix tests (hypermodeinc/badger#1377)
- Remove second initialization of writech in Open (hypermodeinc/badger#1382)
- Increase default valueThreshold from 32B to 1KB (hypermodeinc/badger#1346)
- Pre allocate cache key for the block cache and the bloom filter cache (hypermodeinc/badger#1371)
- Rework DB.DropPrefix (hypermodeinc/badger#1381)
- Update head while replaying value log (hypermodeinc/badger#1372)
- Update ristretto to commit f66de99 (hypermodeinc/badger#1391)
- Enable cross-compiled 32bit tests on TravisCI (hypermodeinc/badger#1392)
- Avoid panic on multiple closer.Signal calls (hypermodeinc/badger#1401)
- Add a contribution guide (hypermodeinc/badger#1379)
- Add assert to check integer overflow for table size (hypermodeinc/badger#1402)
- Return error if the vlog writes exceeds more that 4GB. (hypermodeinc/badger#1400)
- Revert "add assert to check integer overflow for table size (hypermodeinc/badger#1402)" (hypermodeinc/badger#1406)
- Revert "fix: Fix race condition in block.incRef (hypermodeinc/badger#1337)" (hypermodeinc/badger#1407)
- Revert "Buffer pool for decompression (hypermodeinc/badger#1308)" (hypermodeinc/badger#1408)
- Revert "Compress/Encrypt Blocks in the background (hypermodeinc/badger#1227)" (hypermodeinc/badger#1409)
- Add missing changelog for v2.0.3 (hypermodeinc/badger#1410)
- Changelog for v20.07.0 (hypermodeinc/badger#1411)
Fixed
- Alpha: Enable bloom filter caching. (#5554)
- K shortest paths queries fix. (#5596)
- Add check on rebalance interval. (#5595)
- Change error message in case of successful license application. (#5593)
- Remove noisy logs in tablet move. (#5592)
- Avoid assigning duplicate RAFT IDs to new nodes. Fixes #5436. (#5603)
- Update badger: Set KeepL0InMemory to false (badger default), and Set DetectConflicts to false. (#5615)
- Use /tmp dir to store temporary index. Fixes #4600. (#5730)
- Split posting lists recursively. (#4867)
- Set version when rollup is called with no splits. (#4945)
- Return error instead of panic (readPostingList). Fixes #5749. (#5908)
- ServeTask: Return error if server is not ready. (#6022)
- Enterprise features