diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7acbe0a2..68e02cafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ - Improvement: Made metadata presentation for cooked output entries more generic - Improvement: `builds diff` command uses state file if available reducing need to hash content of files - Improvement: Retry http client requests if we get an unspecified internal error or a bad gateway response +- Improvement: Added Sentry integration to zen command line + - `--no-sentry` disables Sentry integration, defaults to `false` (Sentry is enabled) + - `--sentry-allow-personal-info` to allow personally identifiable information in Sentry reports, disabled by default - Bugfix: Use proper FindClose call when using fallback when getting file attributes on windows - Bugfix: Fixed race condition at final chunks when downloading multipart blobs which could lead to corruption and/or crash - Bugfix: Fixed BigInt conversion error affecting the tree view in the web UI |