aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-26 12:24:45 +0200
committerStefan Boberg <[email protected]>2023-05-26 12:24:45 +0200
commite226512f730a100bb0946eea930987824dd47c08 (patch)
tree2302286457be5995b5c8767c87433e3278cba1e7
parentoplog snapshot (#317) (diff)
downloadzen-e226512f730a100bb0946eea930987824dd47c08.tar.xz
zen-e226512f730a100bb0946eea930987824dd47c08.zip
Updated CHANGELOG.md
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9640424d7..678ba8754 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
##
-- Bugfix: Prevent destructors in ProjectStore::Project, ScopedActivityBase and FileMapping from throwing exceptions to avoid abort termination
+- Feature: Project store now has a `snapshot` RPC on oplogs which may be used to inline any files referenced by name into Zen store. This makes the oplog transportable
- Feature: Session Id and Request Id are now logged in log for cache put/get operations
+- Bugfix: Prevent destructors in ProjectStore::Project, ScopedActivityBase and FileMapping from throwing exceptions to avoid abort termination
+- Bugfix: Zen CLI command help now include descriptions for positional arguments
- Improvement: Throw exception with information on failed memory allocation instead of calling ZEN_ASSERT
+- Improvement: Added support for streaming decompression
## 0.2.12
- Feature: zenserver/zen: Added zen command line command `scrub` which can be used to trigger a data scrubbing pass which traverses all stored data and verifies its integrity. If any checksum mismatches or structural errors are found the content is dropped. For now this does not provide much feedback in the console, but the zenserver logs will contain information about the operation