Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.03 KB

RELEASE.md

File metadata and controls

45 lines (35 loc) · 2.03 KB

1.5.1 (2013/04/16)

  • Implemented #14 Race condition? glu-210

1.5.0 (2013/04/01)

  • Fixed #13 zk.sh get does not work
  • Implemented #12 Upgrade to latest versions
  • Fixed #11 set connect timeout to a more reasonable value than 100ms
  • Fixed #10 Make zk.sh use $JAVA_HOME

This release uses the latest version of ZooKeeper (3.4.5). Thanks to Patrick Hunt for the pull request. The build now uses gradle 1.4.0 and can be invoked using the wrapper (gradlew) at the root.

Note that there is an issue with ZooKeeper and the workaround for it is to use 127.0.0.1 instead of localhost.

1.4.1 (2012/03/31)

1.4.0 (2011/09/23)

  • use of linkedin-utils 1.7.1
  • Implemented #1 Expose a getConnectString in the IZKClient interface and IZooKeeperFactory (thanks Hiram)

1.3.0 (2011/04/30)

1.2.2 (2011/01/26)

1.2.1 (2010/12/20)

  • use of gradle-plugins 1.5.0 in order to support gradle 0.9 (no version change as the code did not change)

1.2.1 (2010/12/07)

1.0.0 (2010/11/06)

  • First release