Update ROADMAP.md

This commit is contained in:
Jonathan Boulle 2015-10-29 16:03:14 -07:00
parent 1b3d9130c9
commit 42255748cd

View File

@ -8,28 +8,51 @@ The dates below should not be considered authoritative, but rather indicative of
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. 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.
### etcd 2.3 (October) ### etcd 2.3alpha (November)
- improved v3 API - v3 API preview
- support clustered API - support clustered API
- support watch API - use gRPC error code
- use gRPC error code
- initial performance benchmark for get/put/delete
- initial API level testing - initial API level testing
- transactions
- basic runtime metrics
- better backend - better backend
- fully tested backend
- benchmark performance for key operations
- benchmark memory usage - benchmark memory usage
- experimental v3 compatibility - experimental v3 compatibility
- store v2 snapshot into new backend - store v2 snapshot into new backend
- move snapshot logic out of raft to support new snapshot work-flow - move snapshot logic out of raft to support new snapshot work-flow
- simple v3 client (maybe)
### 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
### etcd 3.0 (January) ### etcd 3.0 (January)
- v3 API ([see also the issue tag](https://github.com/coreos/etcd/issues?utf8=%E2%9C%93&q=label%3Aarea/v3api)) - v3 API ([see also the issue tag](https://github.com/coreos/etcd/issues?utf8=%E2%9C%93&q=label%3Aarea/v3api))
- Transactions - Leases
- Leases - Binary protocol
- Binary protocol - Support a large number of watchers
- Support a large number of watchers - Failure guarantees documented
- Better disk backend - Simple v3 client (golang)
- Improved write throughput
- Support larger datasets and histories #### etcd 3.1 (February)
- v3 API
- Locking
- Better disk backend
- Improved write throughput
- Support larger datasets and histories
- Simpler disaster recovery UX
- Integrated with Kubernetes
#### etcd 3.2 (March)
- API bindings for other languages
#### etcd 3.+ (future)
- Mirroring
- Horizontally scalable proxy layer