Skip to content

Commit 92ede49

Browse files
committed
Update HISTORY and version for 10.8.1
1 parent 840fad9 commit 92ede49

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Rocksdb Change Log
22
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
33
4+
## 10.8.1 (10/29/2025)
5+
### Behavior Changes
6+
* PosixWritableFile now repositions the seek pointer to the new end of file after a call to Truncate.
7+
48
## 10.8.0 (10/21/2025)
59
### New Features
610
* Add kFSPrefetch to FSSupportedOps enum to allow file systems to indicate prefetch support capability, avoiding unnecessary prefetch system calls on file systems that don't support them.

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// minor or major version number planned for release.
1414
#define ROCKSDB_MAJOR 10
1515
#define ROCKSDB_MINOR 8
16-
#define ROCKSDB_PATCH 0
16+
#define ROCKSDB_PATCH 1
1717

1818
// Make it easy to do conditional compilation based on version checks, i.e.
1919
// #if ROCKSDB_VERSION_GE(4, 5, 6)

unreleased_history/behavior_changes/posix_writable_file_truncate.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)