ROADMAP: update 3.4 roadmap

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-01-16 14:34:34 -08:00
parent 7a8c192c8f
commit dfe957e928

View File

@ -6,18 +6,17 @@ 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. 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.3 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) ### etcd 3.4 (Q2, 2018)
- Stable scalable proxy - Stabilization of 3.3 experimental features
- Proxy-as-client interface passthrough - Support/document downgrade
- Lock service - Snapshot restore as Go library
- Namespacing proxy - Improved client balancer with new gRPC balancer interface
- TLS Command Name and JWT token based authentication - Improve single-client put performance
- Read-modify-write V3 Put - Improve large response handling
- Improved watch performance - Improve test coverage
- Support non-blocking concurrent read - Decrease test runtime
- Migrate to `golang/dep` for dependency management
### etcd 3.3 (?)
- TBD
Please join our [bi-weekly etcd meeting](https://docs.google.com/document/d/1DbVXOHvd9scFsSmL2oNg4YGOHJdXqtx583DmeVWrB_M/edit) for latest discussions on roadmap. Most up-to-date roadmap can be found [here](https://docs.google.com/spreadsheets/d/1kT4xY_y1p3R8Xqp1wRDoImT7MjiepePnC14E-IACEfM/edit#gid=0).