diff options
| author | Dan Engelbrecht <[email protected]> | 2022-06-03 23:12:47 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-03 23:15:38 +0200 |
| commit | 90d08fe91f7dc134c6d2d5b7be20ba865eb79454 (patch) | |
| tree | f1c63b509ead927031d9e60bd5c8fa48da0b4e74 | |
| parent | Don't hold index lock while reading standalone values (diff) | |
| download | zen-90d08fe91f7dc134c6d2d5b7be20ba865eb79454.tar.xz zen-90d08fe91f7dc134c6d2d5b7be20ba865eb79454.zip | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 6 |
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 |