From dfe957e92849217855942601191887d79c66c587 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 16 Jan 2018 14:34:34 -0800 Subject: [PATCH] ROADMAP: update 3.4 roadmap Signed-off-by: Gyuho Lee --- ROADMAP.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index f7ae890d35f..0b628f35378 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,18 +6,17 @@ 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 3.2 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.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.2 (2017-May) -- Stable scalable proxy -- Proxy-as-client interface passthrough -- Lock service -- Namespacing proxy -- TLS Command Name and JWT token based authentication -- Read-modify-write V3 Put -- Improved watch performance -- Support non-blocking concurrent read - -### etcd 3.3 (?) -- TBD +### etcd 3.4 (Q2, 2018) +- Stabilization of 3.3 experimental features +- Support/document downgrade +- Snapshot restore as Go library +- Improved client balancer with new gRPC balancer interface +- Improve single-client put performance +- Improve large response handling +- Improve test coverage +- Decrease test runtime +- Migrate to `golang/dep` for dependency management +Please join our [bi-weekly etcd meeting](https://docs.google.com/document/d/1DbVXOHvd9scFsSmL2oNg4YGOHJdXqtx583DmeVWrB_M/edit) for latest discussions on roadmap. Most up-to-date roadmap can be found [here](https://docs.google.com/spreadsheets/d/1kT4xY_y1p3R8Xqp1wRDoImT7MjiepePnC14E-IACEfM/edit#gid=0).