From 488eb9782d8d95c83ac70bfb2f5049928504127e Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Fri, 2 Feb 2024 18:05:18 -0500 Subject: [PATCH] v1.3.5 changelog (#1987) Signed-off-by: Bob Callaway --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019ee0f26..40450dd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# v1.3.5 + +## New Features +* output trace in slog and override correlation header name (#1986) +* give log timestamps nanosecond precision (#1985) +* Added support for sha384/sha512 hash algorithms in hashedrekords (#1959) +* Change Redis value for locking mechanism (#1957) + +## Bug Fixes +* Fix panic for DSSE canonicalization (#1923) +* Drop conditional when verifying entry checkpoint (#1917) +* Remove timestamp from checkpoint (#1888) +* Additional unique index correction (#1885) + +## Quality Enhancements +* bump trillian images to v1.6.0 (#1984) +* remove trillian images from release process (#1983) +* update builder to use go1.21 + +## Contributors +* Andrew Block +* Bob Callaway +* Carlos Tadeu Panato Junior +* Hayden Blauzvern +* Riccardo Schirone + # v1.3.4 ## New Features