From 438f9fa0fc990310bc1f66ed0386278245c653d4 Mon Sep 17 00:00:00 2001 From: KT <416432526@qq.com> Date: Tue, 26 Nov 2024 21:46:17 +0800 Subject: [PATCH] CHANGELOG: fix runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type #18893 Signed-off-by: KT <416432526@qq.com> --- CHANGELOG/CHANGELOG-3.4.md | 3 +++ CHANGELOG/CHANGELOG-3.5.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 28c1fac1ff0..c9f72b04414 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ ## v3.4.36 (TBC) +### Package `clientv3` +- Fix [runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type](https://github.com/etcd-io/etcd/pull/18936) +