aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-09-02 13:41:00 +0200
committerDan Engelbrecht <[email protected]>2022-09-02 13:41:00 +0200
commit7f8cfc62de4e8b8636a48fa15e911162ed1cba85 (patch)
tree9f6b392a5b7cef7c59e6ec29158d7c6800c5d023
parentremove legacy derived data interface for Jupiter (#152) (diff)
downloadzen-7f8cfc62de4e8b8636a48fa15e911162ed1cba85.tar.xz
zen-7f8cfc62de4e8b8636a48fa15e911162ed1cba85.zip
changelog
-rw-r--r--CHANGELOG.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb939c1dc..407daff94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,22 +1,22 @@
##
-- Capture capture error/critical log statements as errors in Sentry
-- Attach log file to Sentry error reports
-- Use "\\\\?\\" prefixed paths on Windows and fix hardcoded path delimiters (UE-141222)
-- Upload debug info and source files to Sentry when release is created
-- MacOS build enable again in GitHub CI
-- Fix crash when switching Zen upstream configured via DNS when one endpoint becomes unresposive
-- Bump VCPKG version to 2022.08.15
-- Make CAS storage an hidden implementation detail of CidStore, we no longer hash and do mapping to compressed hash when storing cache values
-- Bumped ZEN_SCHEMA_VERSION - this will invalidate intire local cache when deployed
-- asio: added some context to error reporting
-- Fixed issue in CbPackage marshaling of local reference
-- Extended zen print command to also handle CbPackage and CompressedBuffer format payloads
-- namespace/bucket validation now uses AsciiSet for more efficient validation
-- Frontend: simplified content-type logic
-- Fixed issue where projects would not be discovered via DiscoverProjects due to use of stem() vs filename()
-- Added /prj/{project}/oplog/{log}/{op} endpoint to allow retrieval of an op entry by LSN. Supports returning CbObject or CbPackage format payloads
-- GC: improved message indicating no GC is scheduled
-- Sentry: added logging of sentry_init error code
+- Change: Bumped ZEN_SCHEMA_VERSION - this will invalidate intire local cache when deployed
+- Change: Make CAS storage an hidden implementation detail of CidStore, we no longer hash and do mapping to compressed hash when storing cache values
+- Feature: Extended zen print command to also handle CbPackage and CompressedBuffer format payloads
+- Feature: Added /prj/{project}/oplog/{log}/{op} endpoint to allow retrieval of an op entry by LSN. Supports returning CbObject or CbPackage format payloads
+- Improvement: asio: added some context to error reporting
+- Improvement: namespace/bucket validation now uses AsciiSet for more efficient validation
+- Improvement: Frontend: simplified content-type logic
+- Improvement: Improved message indicating no GC is scheduled
+- Bugfix: Fixed issue in CbPackage marshaling of local reference
+- Bugfix: Fix crash when switching Zen upstream configured via DNS when one endpoint becomes unresposive
+- Bugfix: Fixed issue where projects would not be discovered via DiscoverProjects due to use of stem() vs filename()
+- Bugfix: Use "\\\\?\\" prefixed paths on Windows and fix hardcoded path delimiters (UE-141222)
+- Sentry: Added logging of sentry_init error code
+- Sentry: Attach log file to Sentry error reports
+- Sentry: Capture capture error/critical log statements as errors in Sentry
+- Update: Bump VCPKG version to 2022.08.15
+- CI: MacOS build enable again in GitHub CI
+- CI: Upload debug info and source files to Sentry when release is created
## v0.1.3
-- Enable adding namespace to URI based upstream requests