Revision 271785cd55c5f7e4ec9eda9e61a616a9d04c0bc9 authored by Anthony Romano on 16 May 2017, 19:34:36 UTC, committed by GitHub on 16 May 2017, 19:34:36 UTC
e2e: Stop() lock/elect etcdctl process if Close times out
2 parent s c6219a2 + 8f0d409
Raw File
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.1 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