Skip to content

Commit ac281dc

Browse files
committed
v1.4.0 release
1 parent 7be2d40 commit ac281dc

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,27 @@
22

33
## HEAD
44

5-
* Recommended go version for development: 1.17x
5+
## v1.4.0
6+
7+
* Recommended go version for development: 1.17
68
* This is the version used by the cloudbuild presubmits. Using a
79
different version can lead to presubmits failing due to unexpected
810
diffs.
911
* GCP terraform script updated. GKE 1.19 and updated CPU type to E2
1012

1113
### Dependency updates
14+
Many dep updates, including:
1215
* Upgraded to etcd v3 in order to allow grpc to be upgraded (#2195)
13-
* etcd was `v0.5.0-alpha.5`, now `v3.5.0-alpha.0`
14-
* grpc upgraded from `v1.29.1` to `v1.36.0`
16+
* etcd was `v0.5.0-alpha.5`, now `v3.5.0`
17+
* grpc upgraded from `v1.29.1` to `v1.40.0`
1518
* certificate-transparency-go from `v1.0.21` to
1619
`v1.1.2-0.20210512142713-bed466244fa6`
20+
* protobuf upgraded from `v1` to `v2`
21+
* MySQL driver from `1.5.0` to `1.6.0`
1722

1823
### Cleanup
24+
* **Removed signatures from LogRoot and EntryTimestamps returned by RPCs** (reflecting that
25+
there should not be a trust boundary between Trillian and the personality.)
1926
* Removed the deprecated crypto.NewSHA256Signer function.
2027
* Finish removing the `LogMetadata.GetUnsequencedCounts()` method.
2128
* Removed the following APIs:
@@ -25,6 +32,9 @@
2532
* Removed the incomplete Postgres storage backend (#1298).
2633
* Deprecated `LogRootV1.Revision` field.
2734
* Moved `rfc6962` hasher one directory up to eliminate empty leftover package.
35+
* Removed unused `log_client` tool.
36+
* Various tidyups and improvements to merke & proof generation code.
37+
* Remove some remnants of experimental map.
2838

2939
### Storage refactoring
3040
* `NodeReader.GetMerkleNodes` does not accept revisions anymore. The
@@ -48,7 +58,6 @@
4858
`GetSubtreesFunc` now.
4959
* Removed `SetSubtreesFunc` callback from `SubtreeCache`. The tiles should be
5060
written by the caller now, i.e. the caller must invoke the callback.
51-
* TODO(pavelkalinnikov): More changes are coming, and will be added here.
5261

5362
## v1.3.13
5463
[Published 2021-02-16](https://github.com/google/trillian/releases/tag/v1.3.13)

0 commit comments

Comments
 (0)