diff options
| author | zousar <[email protected]> | 2025-05-07 15:08:34 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-05-07 15:08:34 -0600 |
| commit | 443440fb6c5a234778c102e94be803f24c4757e5 (patch) | |
| tree | b7f5c985bc14aa93f169b1bc9ddd918c03e1ba18 | |
| parent | Change plugin config parsing to warn instead of throw (diff) | |
| download | zen-443440fb6c5a234778c102e94be803f24c4757e5.tar.xz zen-443440fb6c5a234778c102e94be803f24c4757e5.zip | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index befdd1944..56eb3af53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Bugfix: Validate compact binary objects stored in cache before attempting to parse them to avoid crash when data is corrupt - Bugfix: Don't report redundant error if disk is full when writing GC state or GC log - Bugfix: Properly handle empty directories when using `zen wipe` command +- Bugfix: Handle invalid plugin config file without terminating - Improvement: If garbage collection fails due to out of disk or out of memory we issue a warning instead of reporting an error to Sentry - Improvement: Improved cache bucket state index write time with ~15% and cache bucket side-car write time with ~20% - Improvement: Optimize block compact reducing memcpy operations |