etcd/ROADMAP.md

24 lines
837 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.
2017-01-21 00:42:46 +03:00
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.
2015-05-05 23:05:27 +03:00
2017-01-21 00:42:46 +03:00
### etcd 3.2 (2017-May)
2016-08-15 23:24:56 +03:00
- Stable scalable proxy
2016-12-08 01:48:23 +03:00
- Proxy-as-client interface passthrough
- Lock service
- Namespacing proxy
2017-01-21 00:42:46 +03:00
- TLS Command Name and JWT token based authentication
2016-12-08 01:48:23 +03:00
- Read-modify-write V3 Put
2016-08-15 23:24:56 +03:00
- Improved watch performance
2017-01-21 00:42:46 +03:00
- Support non-blocking concurrent read
2016-12-08 01:48:23 +03:00
### etcd 3.3 (?)
- TBD