Browse Source

CHANGELOG-3.3: add more changes

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 6 years ago
parent
commit
916e6b5400
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CHANGELOG-3.3.md

+ 2 - 0
CHANGELOG-3.3.md

@@ -37,6 +37,8 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.13...v3.3.14) an
 
 ### etcd server
 
+- Add [`rpctypes.ErrLeaderChanged`](https://github.com/etcd-io/etcd/pull/10094).
+  - Now linearizable requests with read index would fail fast when there is a leadership change, instead of waiting until context timeout.
 - Fix [race condition in `rafthttp` transport pause/resume](https://github.com/etcd-io/etcd/pull/10826).
 
 ### API