Skip to content

Commit

Permalink
Updated HISTORY file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrambacher committed Oct 30, 2023
1 parent eb7c6ce commit 6df249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### New Features
* Non-Blocking Manual Compaction (CompactRange()) - Support non-blocking manual compactions by setting a new CompactRangeOptions option (async_completion_cb). When set, the CompactRange() call will return control to the caller immediately. The manual compaction iteslf will be performed in an internally created thread. The manual compaction will ALWAYS call the specified callback upon completion and provide the completion status (#597).
* Change the internal Configurable API SerializeOptions to return UserProperties (instead of the final string representation). Added ToString methods to the ConfigurableOptions class to complete the serialization of Options properties.

* Added ConfigOptions::compare_to. When set, this value causes only values that have been changed to be part of the serialized output.

### Enhancements
* Unit Testing: Expose the disallow_trivial_move flag in the MoveFilesToLevel testing utility (#677).
Expand Down

0 comments on commit 6df249d

Please sign in to comment.