Skip to content

Commit

Permalink
Update history for release of 5.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosco Marotto committed May 25, 2018
1 parent 2da2286 commit d25ca5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Rocksdb Change Log
## 5.13.2 (5/23/2018)
## 5.13.2 (5/25/2018)
### Public API Change
* Introduced `CompressionOptions::kDefaultCompressionLevel`, which is a generic way to tell RocksDB to use the compression library's default level. It is now the default value for `CompressionOptions::level`. Previously the level defaulted to -1, which gave poor compression ratios in ZSTD.

### Bug Fixes
* Fix segfault caused by object premature destruction (PR #3898)
* Fix an issue with unnecessary capture in lambda expressions (PR #3904)

## 5.13.1 (4/30/2018)
### New Features
* Add `Env::LowerThreadPoolCPUPriority(Priority)` method, which lowers the CPU priority of background (esp. compaction) threads to minimize interference with foreground tasks.
Expand Down

0 comments on commit d25ca5f

Please sign in to comment.