aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-06-03 23:12:47 +0200
committerDan Engelbrecht <[email protected]>2022-06-03 23:15:38 +0200
commit90d08fe91f7dc134c6d2d5b7be20ba865eb79454 (patch)
treef1c63b509ead927031d9e60bd5c8fa48da0b4e74
parentDon't hold index lock while reading standalone values (diff)
downloadzen-90d08fe91f7dc134c6d2d5b7be20ba865eb79454.tar.xz
zen-90d08fe91f7dc134c6d2d5b7be20ba865eb79454.zip
update changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d8fae2ed..468f4a1ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,10 @@
##
+- Tweak bundle compression settings to streamline build
+- ZenCacheDiskLayer::CacheBucket::GatherReferences: Don't hold index lock while reading standalone values
+- hardening of ZenCacheDiskLayer::CacheBucket::PutStandaloneCacheValue
+- GitHub Actions: Move release job to in-house linux agent
+
+## v0.1.1
- BlockStore (small object store) Always block GC of current write block
- Make it possible to configure GC monitoring interval using `--gc-monitor-interval-seconds`
- Keep "reason" from upstream response so we can present it even if the request fails without outright error