etcd/ROADMAP.md

34 lines
1.2 KiB
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.
etcd 2.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-08-13 22:55:55 +03:00
### etcd 2.2 (September)
2015-05-05 23:05:27 +03:00
- Improve client libraries
- Go
2015-08-13 22:55:55 +03:00
- Improve documentation
2015-05-05 23:05:27 +03:00
- etcdctl
2015-08-13 22:55:55 +03:00
- use new etcd client
2015-05-05 23:05:27 +03:00
- Stats and Metrics
- Standardize endpoint for gathering metrics
- Health and status endpoints
- Add benchmarks for our future targets
2015-08-13 22:55:55 +03:00
- V3 API preview
- non-clustered version
- support gRPC based key API
2015-05-05 23:05:27 +03:00
2015-08-13 22:55:55 +03:00
### etcd 3.0 (January)
2015-05-05 23:05:27 +03:00
- v3 API ([see also the issue tag](https://github.com/coreos/etcd/issues?utf8=%E2%9C%93&q=label%3Av3api))
- Transactions
- Leases
- Binary protocol
- Support a large number of watchers
- Better disk backend
- Improved write throughput
- Support larger datasets and histories