summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Gao <gzh@fb.com>2017-05-17 12:34:39 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2017-05-17 12:42:20 -0700
commit362ba9b02e97691a1ca53508574f183ec43ebd04 (patch)
tree12d61bf4331ff9a2e9164ac73a1d973423d86f07
parentba685a472ad41096494662f0f562464f5b4bada6 (diff)
Release RocksDB 5.5.0
Summary: change history.md and version Closes https://github.com/facebook/rocksdb/pull/2317 Differential Revision: D5080484 Pulled By: lightmark fbshipit-source-id: 8d70b3b52dc0d34fefc0d34f91d379c27ac13ed3
-rw-r--r--HISTORY.md4
-rw-r--r--include/rocksdb/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 5874d7b03..f2e89191c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,7 @@
# Rocksdb Change Log
## Unreleased
+
+## 5.5.0 (05/17/2017)
### New Features
* FIFO compaction to support Intra L0 compaction too with CompactionOptionsFIFO.allow_compaction=true.
* DB::ResetStats() to reset internal stats.
@@ -9,6 +11,8 @@
* Support dynamically change `max_open_files` option via SetDBOptions()
* Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families.
* Add debugging function `GetAllKeyVersions` to see internal versions of a range of keys.
+* Support file ingestion with universal compaction style
+* Support file ingestion behind with option `allow_ingest_behind`
## 5.4.0 (04/11/2017)
### Public API Change
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index a84e0ae8c..1a45d752a 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -5,7 +5,7 @@
#pragma once
#define ROCKSDB_MAJOR 5
-#define ROCKSDB_MINOR 4
+#define ROCKSDB_MINOR 5
#define ROCKSDB_PATCH 0
// Do not use these. We made the mistake of declaring macros starting with