aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2024-09-12 13:14:19 +0200
committerMartin Ridgers <[email protected]>2024-09-19 15:26:13 +0200
commit56e50992a6903e7eeb3bbc4f41839a705e3229e7 (patch)
tree5bf1cee60b65f3804ccd1fc83e4afb8bd3369aa5
parentOptional paged results when iterating oplog entries (diff)
downloadzen-56e50992a6903e7eeb3bbc4f41839a705e3229e7.tar.xz
zen-56e50992a6903e7eeb3bbc4f41839a705e3229e7.zip
Updated changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cf072121..fe5a96c9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
- Improvement: Validate oplog log file and wipe state if it is corrupt before attempting to open
- Improvement: `project-drop` command defaults to `--dry-run=true` and will only delete the target if `--dry-run=false` is added to the command line to avoid accidental delete
- Improvement: Gracefully handle oplog being deleted during early phase of GC
+- Improvement: Optional paging when iterating oplog entries
## 5.5.6
- Bugfix: Make sure `noexcept` functions does not leak exceptions via ASSERT statements which causes crash via abort