From cfc88b5d38d80df53ca5985927149016ff0bacbd Mon Sep 17 00:00:00 2001 From: ahrtr Date: Sat, 7 May 2022 14:08:22 +0800 Subject: [PATCH] update 3.4 change log for 3.4.19 --- CHANGELOG/CHANGELOG-3.4.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 5173f2481..58bc5a9b7 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -10,9 +10,11 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.18...v3.4.19) an ### etcd server - Fix [exclude the same alarm type activated by multiple peers](https://github.com/etcd-io/etcd/pull/13475). +- Fix [Defrag unsets backend options](https://github.com/etcd-io/etcd/pull/13713). +- Fix [lease leak issue due to tokenProvider isn't enabled when restoring auth store from a snapshot](https://github.com/etcd-io/etcd/pull/13206). ### Package `clientv3` -- Fix [a bug of not refreshing expired tokens](https://github.com/etcd-io/etcd/pull/13308). +- Fix [a bug of not refreshing expired tokens](https://github.com/etcd-io/etcd/pull/13999).