From a51135a5f0aa962679740a1396d8c5dcd2db6800 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 1 Sep 2017 14:39:39 -0700 Subject: [PATCH] NEWS: add v3.2.7 Signed-off-by: Gyu-Ho Lee --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6327cad18..922ee8e3b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +etcd v3.2.7 (2017-09-01) +- fix server-side auth so concurrent auth operations do not return old revision error +- fix concurrency/stm Put with serializable snapshot + - use store revision from first fetch to resolve write conflicts instead of modified revision + etcd v3.2.6 (2017-08-21) - fix watch restore from snapshot - fix etcd_debugging_mvcc_keys_total inconsistency