diff options
| author | Dan Engelbrecht <[email protected]> | 2025-08-19 14:03:02 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-08-19 14:03:02 +0200 |
| commit | 6bdaf6ad6e1308aae12845b20bf06a4406ba0c03 (patch) | |
| tree | 718a2bb2016d4e88084c21e2868a3efca34a5926 /CHANGELOG.md | |
| parent | 5.6.17 (diff) | |
| download | zen-6bdaf6ad6e1308aae12845b20bf06a4406ba0c03.tar.xz zen-6bdaf6ad6e1308aae12845b20bf06a4406ba0c03.zip | |
zen print fixes/improvements (#469)
- 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)
- Feature: `zen print` now has a `--show-type-info` option to add type information to output of compact binary content
- Bugfix: Stats information for Build Store (Zen Store Cache) no longer throws exception and outputs invalid state information
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 41dd091ed..22e33489d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ ## +- 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 + +## 5.6.17 - Bugfix: Don't skip oplogs without package data in zen dashboard - Bugfix: Finalize build (in addition to build part) when exporting oplogs -## 5.5.16 +## 5.6.16 - Feature: Added `zen build ls` option to list the content of a build part(s) - Build source is specified using one of the following options - `--cloud-url` cloud artifact URL to build |