etcd/ROADMAP.md

59 lines
1.8 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.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.
2015-05-05 23:05:27 +03:00
2015-10-30 02:03:14 +03:00
### etcd 2.3alpha (November)
- v3 API preview
- support clustered API
- use gRPC error code
2015-09-10 22:24:48 +03:00
- initial API level testing
2015-10-30 02:03:14 +03:00
- transactions
- basic runtime metrics
2015-09-10 22:24:48 +03:00
- better backend
- benchmark memory usage
- experimental v3 compatibility
- store v2 snapshot into new backend
- move snapshot logic out of raft to support new snapshot work-flow
2015-10-30 02:03:14 +03:00
### etcd 2.3 (November)
- improved v3 API preview
- initial performance benchmark for get/put/delete
- support watch API
- improved runtime metrics
- raft state machine
- new backend
- V3 API
- better backend
- fully tested backend
- benchmark performance for key operations
2015-09-10 22:24:48 +03:00
2015-08-13 22:55:55 +03:00
### etcd 3.0 (January)
2015-10-13 06:56:20 +03:00
- v3 API ([see also the issue tag](https://github.com/coreos/etcd/issues?utf8=%E2%9C%93&q=label%3Aarea/v3api))
2015-10-30 02:03:14 +03:00
- Leases
- Binary protocol
- Support a large number of watchers
- Failure guarantees documented
- Simple v3 client (golang)
2015-10-30 02:05:40 +03:00
### etcd 3.1 (February)
2015-10-30 02:03:14 +03:00
- v3 API
- Locking
- Better disk backend
- Improved write throughput
- Support larger datasets and histories
- Simpler disaster recovery UX
- Integrated with Kubernetes
2015-10-30 02:05:40 +03:00
### etcd 3.2 (March)
2015-10-30 02:03:14 +03:00
- API bindings for other languages
2015-10-30 02:05:40 +03:00
### etcd 3.+ (future)
2015-10-30 02:03:14 +03:00
- Mirroring
- Horizontally scalable proxy layer