diff --git a/HISTORY.md b/HISTORY.md index 26d3242760..8aecda0e53 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ # Rocksdb Change Log -## Unreleased +## 6.29.0 (01/21/2022) +Note: The next release will be major release 7.0. See https://github.com/facebook/rocksdb/issues/9390 for more info. ### Public API change * Added values to `TraceFilterType`: `kTraceFilterIteratorSeek`, `kTraceFilterIteratorSeekForPrev`, and `kTraceFilterMultiGet`. They can be set in `TraceOptions` to filter out the operation types after which they are named. * Added `TraceOptions::preserve_write_order`. When enabled it guarantees write records are traced in the same order they are logged to WAL and applied to the DB. By default it is disabled (false) to match the legacy behavior and prevent regression. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 9c61bebdbd..07c3ca3b45 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 28 +#define ROCKSDB_MINOR 29 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with