From 165c164780eb41f5caa6147eabd10ac16f19c023 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 18 Mar 2016 09:38:16 -0700 Subject: [PATCH] Documentation: update ROADMAP with version 2.3 --- ROADMAP.md | 35 ++++------------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 9d7b29cd0..c097b00cb 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,42 +6,15 @@ 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.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 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 2.3alpha (November) -- v3 API preview - - support clustered API - - use gRPC error code - - initial API level testing - - transactions -- basic runtime metrics -- better backend - - benchmark memory usage -- experimental v3 compatibility - - store v2 snapshot into new backend - - move snapshot logic out of raft to support new snapshot work-flow - -### etcd 2.3 (November) -- improved v3 API preview - - initial performance benchmark for get/put/delete - - support watch API -- improved runtime metrics - - raft state machine - - new backend - - V3 API -- better backend - - fully tested backend - - benchmark performance for key operations - -### etcd 3.0 (January) +### 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) - -### etcd 3.1 (February) - v3 API - Locking - Better disk backend @@ -49,10 +22,10 @@ etcd 2.2 is our current stable branch. The roadmap below outlines new features t - Support larger datasets and histories - Simpler disaster recovery UX - Integrated with Kubernetes +- Mirroring -### etcd 3.2 (March) +### etcd 3.1 (July) - API bindings for other languages ### etcd 3.+ (future) -- Mirroring - Horizontally scalable proxy layer