aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-08-29 13:01:33 +0200
committerGitHub <[email protected]>2022-08-29 04:01:33 -0700
commit33269895a8dc4e243fbb1fff5c7a9b7a704b03df (patch)
treed03854b3b53708ccc96f31cfe7c1c4344c18514d
parentAdd sentry log sink to capture error/critical log statements (#147) (diff)
downloadzen-33269895a8dc4e243fbb1fff5c7a9b7a704b03df.tar.xz
zen-33269895a8dc4e243fbb1fff5c7a9b7a704b03df.zip
update changelog with changes since 0.1.3 (#151)
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2526ac4d1..fb939c1dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,24 @@
##
+- 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
+
+## v0.1.3
-- Enable adding namespace to URI based upstream requests
-- Add logging of namespace name and bucket name if we get invalid names in requests
-- Updated README.md with Linux dev prerequisites