https://github.com/etcd-io/etcd
Revision d57002ba9c5b28ac83146e2ec789487e9df5961d authored by Gyuho Lee on 18 December 2017, 23:56:23 UTC, committed by Gyuho Lee on 18 December 2017, 23:56:23 UTC
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
1 parent 95ecf96
Raw File
Tip revision: d57002ba9c5b28ac83146e2ec789487e9df5961d authored by Gyuho Lee on 18 December 2017, 23:56:23 UTC
vendor: pin "grpc/grpc-go" v1.7.5
Tip revision: d57002b
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 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.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

back to top