]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update history for 7.10.fb
authorHui Xiao <huixiao@fb.com>
Mon, 23 Jan 2023 19:11:36 +0000 (11:11 -0800)
committerHui Xiao <huixiao@fb.com>
Mon, 23 Jan 2023 19:11:36 +0000 (11:11 -0800)
HISTORY.md

index ec264ff117f59c8f1f74a7bbf4d3acdc55b5d6b4..b0364807a879d89f481838e4cc62f5cec73aab6e 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 7.10.0 (01/23/2023)
 ### Behavior changes
 * Make best-efforts recovery verify SST unique ID before Version construction (#10962)
 * Introduce `epoch_number` and sort L0 files by `epoch_number` instead of `largest_seqno`. `epoch_number` represents the order of a file being flushed or ingested/imported. Compaction output file will be assigned with the minimum `epoch_number` among input files'. For L0, larger `epoch_number` indicates newer L0 file.