CHANGELOG 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. v0.3.0
  2. * Add Compare-and-Delete support.
  3. * Added prevNode to response objects.
  4. * Added Discovery API.
  5. * Add tracing and debug endpoints (Documentation/debugging.md).
  6. * Improved logging of cluster events.
  7. * go get github.com/coreos/etcd works.
  8. * info file is no longer used.
  9. * Snapshots are on by default.
  10. * Statistics APIs documented.
  11. v0.2.0
  12. * Support directory creation and removal.
  13. * Add Compare-and-Swap (CAS) support.
  14. * Support recursive GETs.
  15. * Support fully consistent GETs.
  16. * Allow clients to watch specific paths.
  17. * Allow clients to watch for key expiration.
  18. * Unique key generation.
  19. * Support hidden paths.
  20. * Refactor low-level data store.
  21. * Modularize store, server and API code.
  22. * Integrate Gorilla Web Toolkit.
  23. * Add tiered configuration (command line args, env variables, config file).
  24. * Add peer protocol versioning.
  25. * Add rolling upgrade support for future versions.
  26. * Sync key expiration across cluster.
  27. * Significantly improve test coverage.
  28. * Improve migration testing.
  29. * Configurable snapshot count.
  30. * Reduce TCP connection count.
  31. * Fix TCP connection leak.
  32. * Bug Fixes: https://github.com/coreos/etcd/issues?milestone=1&state=closed
  33. Contributors:
  34. * Xiang Li (@xiangli-cmu)
  35. * Ben Johnson (@benbjohnson)
  36. * Brandon Philips (@philips)
  37. * Yifan (@yifan-gu)
  38. * Rob Szumski
  39. * Hongchao Deng (@fengjingchao)
  40. * Kelsey Hightower (@kelseyhightower)
  41. * Adrián (@adrianlzt)
  42. * Antonio Terreno (@aterreno)