etcd/ROADMAP.md

24 lines
899 B
Markdown
Raw Normal View History

2015-05-05 23:05:27 +03:00
# 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.
2016-08-15 23:24:56 +03:00
etcd 3.0 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.
2015-05-05 23:05:27 +03:00
2016-08-15 23:24:56 +03:00
### etcd 3.1 (2016-Oct)
- Stable L4 gateway
- Experimental support for scalable proxy
- Automatic leadership transfer for the rolling upgrade
- V3 API improvements
- Get previous key-value pair
- Get only keys (ignore values)
- Get only key count
2015-10-30 02:03:14 +03:00
2016-08-15 23:24:56 +03:00
### etcd 3.2 (2017-Feb)
- Stable scalable proxy
- JWT token based auth
- Improved watch performance
- ...