mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
doc(CHANGELOG): document v0.3.0
This commit is contained in:
parent
0c2287b201
commit
ddc40e5b45
13
CHANGELOG
13
CHANGELOG
@ -1,4 +1,15 @@
|
||||
v0.2
|
||||
v0.3.0
|
||||
* Add Compare-and-Delete support.
|
||||
* Added prevNode to response objects.
|
||||
* Added Discovery API.
|
||||
* Add tracing and debug endpoints (Documentation/debugging.md).
|
||||
* Improved logging of cluster events.
|
||||
* go get github.com/coreos/etcd works.
|
||||
* info file is no longer used.
|
||||
* Snapshots are on by default.
|
||||
* Statistics APIs documented.
|
||||
|
||||
v0.2.0
|
||||
* Support directory creation and removal.
|
||||
* Add Compare-and-Swap (CAS) support.
|
||||
* Support recursive GETs.
|
||||
|
@ -1,3 +1,3 @@
|
||||
package server
|
||||
|
||||
const ReleaseVersion = "v0.2.1-pre"
|
||||
const ReleaseVersion = "v0.3.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user