diff options
| author | Dan Engelbrecht <[email protected]> | 2025-08-20 15:58:26 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-08-20 15:58:26 +0200 |
| commit | cdc219a941ed0f565ddfe0b33d9c72074595c85c (patch) | |
| tree | 35d8db4867a138d8110ed58b809a1649578e75d7 | |
| parent | make sure we properly shut down any pending http requests at exit (diff) | |
| download | zen-de/fix-httpsys-shutdown.tar.xz zen-de/fix-httpsys-shutdown.zip | |
changelogde/fix-httpsys-shutdown
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e33489d..af6497912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Feature: `zen print` now has a `--show-type-info` option to add type information to output of compact binary content - Improvement: `zen print` now allows output of compact binary content even if they are in non-optimal format (Unifom vs Non-Uniform arrays and objects) - Bugfix: Stats information for Build Store (Zen Store Cache) no longer throws exception and outputs invalid state information +- Bugfix: Make sure we properly shut down any pending httpsys requests when shutting down ## 5.6.17 - Bugfix: Don't skip oplogs without package data in zen dashboard |