1#  etcd roadmap
2
3**work in progress**
4
5This document defines a high level roadmap for etcd development.
6
7The 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.
8
9etcd 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.
10
11### etcd 3.2 (2017-May)
12- Stable scalable proxy
13- Proxy-as-client interface passthrough
14- Lock service
15- Namespacing proxy
16- TLS Command Name and JWT token based authentication
17- Read-modify-write V3 Put
18- Improved watch performance
19- Support non-blocking concurrent read
20
21### etcd 3.3 (?)
22- TBD
23
24