Skip to content

Commit 7c83add

Browse files
authored
add changelog for v1.4.1 release (#2597)
Signed-off-by: Bob Callaway <[email protected]>
1 parent 978d430 commit 7c83add

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v1.4.1
2+
3+
This release includes updated dependencies for known CVEs, as well as some optimizations to minimize gRPC traffic between Rekor and Trillian.
4+
5+
## Fixes
6+
7+
* use less expensive gRPC call to implement GetLeafAndProofByHash (#2581)
8+
* move to per-shard trillian client manager (#2564)
9+
* use cheaper gRPC endpoint when we already have the inclusion proof (#2580)
10+
* simplify hash and signature verification in rekord type (#2579)
11+
* use correct type; just look for len() instead of nil check (#2576)
12+
* return correct error if GetLeafAndProofByHash fails (#2574)
13+
* fix incorrect client lb policy in test config (#2551)
14+
* numerous upgraded dependencies
15+
16+
## Contributors
17+
* Bob Callaway
18+
* Carlos Alexandro Becker
19+
120
# v1.4.0
221

322
This is a minor version release given the removal of the stable checkpoint feature. To our knowledge, this was not

0 commit comments

Comments
 (0)