diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 19b96277afe..8fe47ac9919 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -12,6 +12,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.3.9...v3.3.10) and - Improve ["became inactive" warning log](https://github.com/etcd-io/etcd/pull/10024), which indicates message send to a peer failed. - Improve [read index wait timeout warning log](https://github.com/etcd-io/etcd/pull/10026), which indicates that local node might have slow network. +- Add [gRPC interceptor for debugging logs](https://github.com/etcd-io/etcd/pull/9990); enable `etcd --debug` flag to see per-request debug information. - Add [consistency check in snapshot status](https://github.com/etcd-io/etcd/pull/10109). If consistency check on snapshot file fails, `snapshot status` returns error. ### Metrics, Monitoring