CHANGELOG 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. v0.2
  2. * Support directory creation and removal.
  3. * Add Compare-and-Swap (CAS) support.
  4. * Support recursive GETs.
  5. * Support fully consistent GETs.
  6. * Allow clients to watch specific paths.
  7. * Allow clients to watch for key expiration.
  8. * Unique key generation.
  9. * Support hidden paths.
  10. * Refactor low-level data store.
  11. * Modularize store, server and API code.
  12. * Integrate Gorilla Web Toolkit.
  13. * Add tiered configuration (command line args, env variables, config file).
  14. * Add peer protocol versioning.
  15. * Add rolling upgrade support for future versions.
  16. * Sync key expiration across cluster.
  17. * Significantly improve test coverage.
  18. * Improve migration testing.
  19. * Configurable snapshot count.
  20. * Reduce TCP connection count.
  21. * Fix TCP connection leak.
  22. * Bug Fixes: https://github.com/coreos/etcd/issues?milestone=1&state=closed
  23. Contributors:
  24. * Xiang Li (@xiangli-cmu)
  25. * Ben Johnson (@benbjohnson)
  26. * Brandon Philips (@philips)
  27. * Yifan (@yifan-gu)
  28. * Rob Szumski
  29. * Hongchao Deng (@fengjingchao)
  30. * Kelsey Hightower (@kelseyhightower)
  31. * Adrián (@adrianlzt)
  32. * Antonio Terreno (@aterreno)