You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## HEAD
4
4
5
+
## v1.3.2
6
+
7
+
### Misc
8
+
5
9
*[migrillian] remove etcd support in #1699
6
10
* Bump golangci-lint from 1.55.1 to 1.61.0 (developers should update to this version).
7
11
* Update ctclient tool to support SCT extensions field by @liweitianux in https://github.com/google/certificate-transparency-go/pull/1645
@@ -10,6 +14,8 @@
10
14
*[preloader] support Bearer token Authentication for non temporal logs.
11
15
*[preloader] support end indexes
12
16
*[CTFE] Short cache max-age when get-entries returns fewer entries than requested by @robstradling in https://github.com/google/certificate-transparency-go/pull/1707
17
+
*[CTFE] Disalllow mismatching signature algorithm identifiers in #702.
18
+
*[jsonclient] surface HTTP Do and Read errors #1695 by @FiloSottile
13
19
14
20
### CTFE Storage Saving: Extra Data Issuance Chain Deduplication
15
21
@@ -28,6 +34,45 @@ This can help to ensure that the log maintains its ability to (1) accept "fresh"
28
34
29
35
*[CTFE] Configurable mechanism to rate-limit non-fresh submissions by @robstradling in https://github.com/google/certificate-transparency-go/pull/1698
30
36
37
+
### Dependency updates
38
+
39
+
* Bump the docker-deps group across 5 directories with 3 updates (#1705)
40
+
* Bump google.golang.org/grpc from 1.72.1 to 1.72.2 in the all-deps group (#1704)
41
+
* Bump github.com/go-jose/go-jose/v4 in the go_modules group (#1700)
42
+
* Bump the all-deps group with 7 updates (#1701)
43
+
* Bump the all-deps group with 7 updates (#1693)
44
+
* Bump the docker-deps group across 4 directories with 1 update (#1694)
45
+
* Bump github/codeql-action from 3.28.13 to 3.28.16 in the all-deps group (#1692)
46
+
* Bump the all-deps group across 1 directory with 7 updates (#1688)
47
+
* Bump distroless/base-debian12 (#1686)
48
+
* Bump golangci/golangci-lint-action from 6.5.1 to 7.0.0 in the all-deps group (#1685)
49
+
* Bump the all-deps group with 4 updates (#1681)
50
+
* Bump the all-deps group with 6 updates (#1683)
51
+
* Bump the docker-deps group across 4 directories with 2 updates (#1682)
52
+
* Bump github.com/golang-jwt/jwt/v4 in the go_modules group (#1680)
53
+
* Bump golangci/golangci-lint-action in the all-deps group (#1676)
54
+
* Bump the all-deps group with 2 updates (#1677)
55
+
* Bump github/codeql-action from 3.28.10 to 3.28.11 in the all-deps group (#1670)
56
+
* Bump the all-deps group with 8 updates (#1672)
57
+
* Bump the docker-deps group across 4 directories with 1 update (#1671)
58
+
* Bump the docker-deps group across 4 directories with 1 update (#1668)
59
+
* Bump the all-deps group with 4 updates (#1666)
60
+
* Bump golangci-lint from 1.55.1 to 1.61.0 (#1667)
61
+
* Bump the all-deps group with 3 updates (#1665)
62
+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in the all-deps group (#1660)
63
+
* Bump the docker-deps group across 5 directories with 2 updates (#1661)
64
+
* Bump golangci/golangci-lint-action in the all-deps group (#1662)
65
+
* Bump the docker-deps group across 4 directories with 1 update (#1656)
66
+
* Bump the all-deps group with 2 updates (#1654)
67
+
* Bump the all-deps group with 4 updates (#1657)
68
+
* Bump github/codeql-action from 3.28.5 to 3.28.8 in the all-deps group (#1652)
69
+
* Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in the all-deps group (#1651)
70
+
* Bump the all-deps group with 2 updates (#1649)
71
+
* Bump the all-deps group with 5 updates (#1650)
72
+
* Bump the docker-deps group across 5 directories with 3 updates (#1648)
73
+
* Bump google.golang.org/protobuf in the all-deps group (#1647)
74
+
* Bump golangci/golangci-lint-action in the all-deps group (#1646)
75
+
31
76
## v1.3.1
32
77
33
78
* Add AllLogListSignatureURL by @AlexLaroche in https://github.com/google/certificate-transparency-go/pull/1634
0 commit comments