From 7457c7cd00f936ee4e3d37a48811a73851bee182 Mon Sep 17 00:00:00 2001 From: Zhichao Cao Date: Sun, 21 Mar 2021 18:31:52 -0700 Subject: [PATCH] Update release version to 6.19 (#8083) Summary: Update release version to 6.19 Pull Request resolved: https://github.com/facebook/rocksdb/pull/8083 Test Plan: no code change Reviewed By: riversand963 Differential Revision: D27222083 Pulled By: zhichao-cao fbshipit-source-id: 94b49997019347e6e6a9e341837f4f9d3149428c --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 65a688968..e4ee4dbb2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.19.0 (03/21/2021) ### Bug Fixes * Fixed the truncation error found in APIs/tools when dumping block-based SST files in a human-readable format. After fix, the block-based table can be fully dumped as a readable file. * When hitting a write slowdown condition, no write delay (previously 1 millisecond) is imposed until `delayed_write_rate` is actually exceeded, with an initial burst allowance of 1 millisecond worth of bytes. Also, beyond the initial burst allowance, `delayed_write_rate` is now more strictly enforced, especially with multiple column families. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 0283d1c42..5aadacc80 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -10,7 +10,7 @@ #include "rocksdb/rocksdb_namespace.h" #define ROCKSDB_MAJOR 6 -#define ROCKSDB_MINOR 18 +#define ROCKSDB_MINOR 19 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with