https://github.com/etcd-io/etcd
Revision 546c0f7ed65523c24390f0f26c7e4af2232f52d2 authored by Gyu-Ho Lee on 23 September 2016, 17:49:03 UTC, committed by Gyu-Ho Lee on 23 September 2016, 17:49:03 UTC
1 parent adbad1c
Raw File
Tip revision: 546c0f7ed65523c24390f0f26c7e4af2232f52d2 authored by Gyu-Ho Lee on 23 September 2016, 17:49:03 UTC
version: bump to v3.0.10
Tip revision: 546c0f7
ROADMAP.md
#  etcd roadmap

**work in progress**

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 (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 (July)
- API bindings for other languages

### etcd 3.+ (future)
- Horizontally scalable proxy layer
back to top