]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bumping version to 5.8 rocksdb-5.8 v5.8
authorMaysam Yabandeh <myabandeh@fb.com>
Wed, 30 Aug 2017 21:12:03 +0000 (14:12 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 30 Aug 2017 21:26:12 +0000 (14:26 -0700)
Summary: Closes https://github.com/facebook/rocksdb/pull/2738

Differential Revision: D5736261

Pulled By: maysamyabandeh

fbshipit-source-id: 49d27e9ccd786c4056a3d586a060fe460ea883ac

HISTORY.md
include/rocksdb/version.h

index c898fb6b54db674371e4b0dd4f74cb8cb58339fe..4da23b8af822fe62f022b33c10ac4ed828103397 100644 (file)
@@ -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.
index fb920cf2e7e2fd69e34ca26ddc06f0c16903b04b..dd11ea7e8e5c456a644bcb639337d286ab965f16 100644 (file)
@@ -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