Skip to content

Commit 07bd9f6

Browse files
committed
roadmap.md: update roadmap for 2.3
1 parent af0474f commit 07bd9f6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

ROADMAP.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ The dates below should not be considered authoritative, but rather indicative of
88

99
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.
1010

11+
### etcd 2.3 (October)
12+
- improved v3 API
13+
- support clustered API
14+
- support watch API
15+
- use gRPC error code
16+
- initial performance benchmark for get/put/delete
17+
- initial API level testing
18+
- better backend
19+
- fully tested backend
20+
- benchmark performance for key operations
21+
- benchmark memory usage
22+
- experimental v3 compatibility
23+
- store v2 snapshot into new backend
24+
- move snapshot logic out of raft to support new snapshot work-flow
25+
- simple v3 client (maybe)
26+
1127
### etcd 3.0 (January)
1228
- v3 API ([see also the issue tag](https://github.com/coreos/etcd/issues?utf8=%E2%9C%93&q=label%3Av3api))
1329
- Transactions

0 commit comments

Comments
 (0)