summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaysam Yabandeh <myabandeh@fb.com>2017-08-30 14:12:03 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2017-08-30 14:26:12 -0700
commit266ac245affd69555643b735d19d3715c4eff91a (patch)
treef7e138233add7657e12f41d7f6747cac2a74ccdd
parent64185c23ad9833850e97df15688b4410f56b68d3 (diff)
Bumping version to 5.8v5.8rocksdb-5.8
Summary: Closes https://github.com/facebook/rocksdb/pull/2738 Differential Revision: D5736261 Pulled By: maysamyabandeh fbshipit-source-id: 49d27e9ccd786c4056a3d586a060fe460ea883ac
-rw-r--r--HISTORY.md6
-rw-r--r--include/rocksdb/version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index c898fb6b5..4da23b8af 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,8 +1,14 @@
# Rocksdb Change Log
## Unreleased
### Public API Change
+### New Features
+### Bug Fixes
+
+## 5.8.0 (08/30/2017)
+### Public API Change
* Users of `Statistics::getHistogramString()` will see fewer histogram buckets and different bucket endpoints.
* `Slice::compare` and BytewiseComparator `Compare` no longer accept `Slice`s containing nullptr.
+* `Transaction::Get` and `Transaction::GetForUpdate` variants with `PinnableSlice` added.
### New Features
* Add Iterator::Refresh(), which allows users to update the iterator state so that they can avoid some initialization costs of recreating iterators.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index fb920cf2e..dd11ea7e8 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -5,7 +5,7 @@
#pragma once
#define ROCKSDB_MAJOR 5
-#define ROCKSDB_MINOR 7
+#define ROCKSDB_MINOR 8
#define ROCKSDB_PATCH 0
// Do not use these. We made the mistake of declaring macros starting with