diff options
| author | zousar <[email protected]> | 2026-03-31 17:07:32 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2026-03-31 17:07:32 -0600 |
| commit | d1d939871886975d0507ad372ca52e191dbd5ab3 (patch) | |
| tree | e415a7b57f7e4fabbaeaf08a85c301ffde0fd64f | |
| parent | Additional fix for zero length file attachments (diff) | |
| download | zen-zs/oplog-export-zero-size-attachment-fix.tar.xz zen-zs/oplog-export-zero-size-attachment-fix.zip | |
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f46adc60f..345758799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## +- Bugfix: Handle zero length file attachments without assert + +## 5.8.1 - Feature: Hub dashboard now shows a Resources tile with disk and memory usage against configured limits - Feature: Hub module listing now shows state-change timestamps and duration for each instance - Feature: Added `--hub-hydration-target-config` option to specify the hydration target via a JSON config file (mutually exclusive with `--hub-hydration-target-spec`); supports `file` and `s3` types with structured settings |