From db834301eb3839eee0ae4f99835fd795cfbe1a88 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Mon, 15 Aug 2016 13:24:56 -0700 Subject: [PATCH] ROADMAP: update --- ROADMAP.md | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index c097b00cb..9f4f2da66 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,26 +6,19 @@ This document defines a high level roadmap for etcd development. The dates below should not be considered authoritative, but rather indicative of the projected timeline of the project. The [milestones defined in GitHub](https://github.com/coreos/etcd/milestones) represent the most up-to-date and issue-for-issue plans. -etcd 2.3 is our current stable branch. The roadmap below outlines new features that will be added to etcd, and while subject to change, define what future stable will look like. +etcd 3.0 is our current stable branch. The roadmap below outlines new features that will be added to etcd, and while subject to change, define what future stable will look like. -### etcd 3.0 (April) -- v3 API ([see also the issue tag](https://github.com/coreos/etcd/issues?utf8=%E2%9C%93&q=label%3Aarea/v3api)) - - Leases - - Binary protocol - - Support a large number of watchers - - Failure guarantees documented -- Simple v3 client (golang) -- v3 API - - Locking -- Better disk backend - - Improved write throughput - - Support larger datasets and histories -- Simpler disaster recovery UX -- Integrated with Kubernetes -- Mirroring +### etcd 3.1 (2016-Oct) +- Stable L4 gateway +- Experimental support for scalable proxy +- Automatic leadership transfer for the rolling upgrade +- V3 API improvements + - Get previous key-value pair + - Get only keys (ignore values) + - Get only key count -### etcd 3.1 (July) -- API bindings for other languages - -### etcd 3.+ (future) -- Horizontally scalable proxy layer +### etcd 3.2 (2017-Feb) +- Stable scalable proxy +- JWT token based auth +- Improved watch performance +- ... \ No newline at end of file